Skip to content

Commit

Permalink
add gpu flag to helper
Browse files Browse the repository at this point in the history
  • Loading branch information
yanchenm committed Aug 9, 2022
1 parent 0eaca0a commit f27fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/test/e2e_helpers/whist_run_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def build_mandelboxes_on_instance(
mandelbox_name = get_mandelbox_name(role)
print(f"Building the {mandelbox_name} mandelbox on the {role} instance...")

command = f"cd ~/whist/mandelboxes && ./build.sh {mandelbox_name} --{cmake_build_type} | tee ~/{role}_mandelbox_build.log"
command = f"cd ~/whist/mandelboxes && ./build.sh {mandelbox_name} --{cmake_build_type} --gpu | tee ~/{role}_mandelbox_build.log"
success_msg = "All images built successfully!"
docker_tar_io_eof_error = "io: read/write on closed pipe"
docker_connect_error = "error during connect: Post"
Expand Down

0 comments on commit f27fb23

Please sign in to comment.