diff --git a/jarvis_util/shell/pbs_exec.py b/jarvis_util/shell/pbs_exec.py index e7d3d6b..3c290c9 100644 --- a/jarvis_util/shell/pbs_exec.py +++ b/jarvis_util/shell/pbs_exec.py @@ -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: