Skip to content

Commit

Permalink
Use mpirun on Great Lakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 31, 2023
1 parent c429e06 commit 5995cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/environments/umich.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GreatLakesEnvironment(DefaultSlurmEnvironment):
_gpus_per_node = {"default": 2}
_shared_partitions = {"standard", "gpu"}

mpi_cmd = "srun"
mpi_cmd = "mpirun"

@classmethod
def add_args(cls, parser):
Expand Down

0 comments on commit 5995cb4

Please sign in to comment.