Skip to content

Commit

Permalink
killed if on CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Sep 20, 2023
1 parent a1e1cd4 commit 691f3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baskerville/scripts/hound_snp_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def main():
print("Running on GPU")
else:
print("Running on CPU")
# raise SystemExit("Job terminated because it's running on CPU")
raise SystemExit("Job terminated because it's running on CPU")
#################################################################
# download input files from gcs to a local file
if is_gcs_path(params_file):
Expand Down

0 comments on commit 691f3fd

Please sign in to comment.