Skip to content

Commit

Permalink
Merge pull request #38 from JaimeCernuda/master
Browse files Browse the repository at this point in the history
removed the double dash on v option
  • Loading branch information
JaimeCernuda authored Oct 17, 2023
2 parents fc4a7dc + 395dc9b commit b76e51f
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 @@ -55,7 +55,7 @@ def generate_qsub_command(self):
non_equal_map ={
'account': 'A',
'queue': 'q',
'env_vars' : '-v'
'env_vars' : 'v'
}

if self.nnodes and self.system:
Expand Down

0 comments on commit b76e51f

Please sign in to comment.