Skip to content

Commit a42f3b4

Browse files
authored
Merge pull request #8424 from rhc54/cmr40/slm
Let Slurm know that our daemons are not MPI tasks
2 parents 6b7fe90 + d83bbe1 commit a42f3b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

orte/mca/plm/slurm/plm_slurm_module.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Copyright (c) 2007-2015 Los Alamos National Security, LLC. All rights
1414
* reserved.
1515
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
16+
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
1617
* $COPYRIGHT$
1718
*
1819
* Additional copyrights may follow
@@ -272,6 +273,9 @@ static void launch_daemons(int fd, short args, void *cbdata)
272273
opal_argv_append(&argc, &argv, "--kill-on-bad-exit");
273274
}
274275

276+
/* our daemons are not an MPI task */
277+
opal_argv_append(&argc, &argv, "--mpi=none");
278+
275279
#if SLURM_CRAY_ENV
276280
/*
277281
* If in a SLURM/Cray env. make sure that Cray PMI is not pulled in,

0 commit comments

Comments
 (0)