Skip to content

Commit

Permalink
Submit cctbx.xfel jobs using "/bin/bash" instead of "/bin/sh"
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Brewster <asbrewster@lbl.gov>
  • Loading branch information
Baharis and phyy-nx committed Jun 25, 2024
1 parent 1de64c1 commit 8381e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfel/util/mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def __init__(self, command, submit_path, stdoutdir, params,
@param err_name Filename for stderr (if None, combined with the stdout).
@param job_name For applicable queueing systems, identifier for the job (optional).
"""
self.shell_path = "/bin/sh"
self.shell_path = "/bin/bash"
self.source_env_scripts = []
self.options_inside_submit_script = []
self.submit_head = "qsub"
Expand Down

0 comments on commit 8381e63

Please sign in to comment.