Skip to content

Commit e42c136

Browse files
Update mpi command for google-batch workflow
1 parent c80d69e commit e42c136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/ramble/repos/builtin/workflow_managers/google-batch/workflow_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self, file_path):
7171

7272
workflow_manager_variable(
7373
name="mpi_command",
74-
default="srun {srun_args}",
74+
default="mpirun -n {n_ranks}",
7575
description="mpirun prefix, mostly served as an overridable default",
7676
)
7777

0 commit comments

Comments
 (0)