Skip to content

Commit

Permalink
pbs now executes a bash_script
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 17, 2023
1 parent 9aeb9fc commit 36fcba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/shell/pbs_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class PbsExecInfo(ExecInfo):
def __init__(self, **kwargs):
super().__init__(exec_type=ExecType.PBS, **kwargs)
allowed_options = ['interactive', 'nnodes', 'system', 'filesystems',
'walltime', 'account', 'queue', 'env_vars']
'walltime', 'account', 'queue', 'env_vars', 'bash_script']
self.keys += allowed_options
# We use output and error file from the base Exec Info
for key in allowed_options:
Expand Down

0 comments on commit 36fcba0

Please sign in to comment.