From 5995cb451f77633c2374d8127276d686e057678c Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 31 Oct 2023 11:32:37 -0400 Subject: [PATCH] Use mpirun on Great Lakes. --- flow/environments/umich.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/environments/umich.py b/flow/environments/umich.py index fed0ecb95..30e362213 100644 --- a/flow/environments/umich.py +++ b/flow/environments/umich.py @@ -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):