Skip to content

Commit

Permalink
Update scm/src/run_scm.py
Browse files Browse the repository at this point in the history
New default to work on Hera. Derecho will require --mpi_command=''

Co-authored-by: Michael Kavulich <[email protected]>
  • Loading branch information
scrasmussen and mkavulich authored Sep 6, 2024
1 parent 9eb5ab4 commit 558011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/src/run_scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
parser.add_argument('--stop_on_error', help='when running multiple SCM runs, stop on first error', required=False, action='store_true')
parser.add_argument('-v', '--verbose', help='set logging level to debug and write log to file', action='count', default=0)
parser.add_argument('-f', '--file', help='name of file where SCM runs are defined')
parser.add_argument('--mpi_command', help='command used to invoke the executable via MPI (including options)', required=False, default='')
parser.add_argument('--mpi_command', help='command used to invoke the executable via MPI (including options)', required=False, default='mpirun -np 1')

###############################################################################
# Functions and subroutines #
Expand Down

0 comments on commit 558011c

Please sign in to comment.