We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ae754 commit e746d29Copy full SHA for e746d29
prerequisites/install-functions/build_opencoarrays.sh
@@ -23,7 +23,7 @@ build_opencoarrays()
23
# Set CC to the MPI implementation's gcc command...
24
CC="${MPICC_show[0]}"
25
# try to find mpiexec
26
- MPIEXEC_CANDIDATES=($(find "${MPICC%/*}" -name 'mpiexec' -o -name 'mpirun'))
+ MPIEXEC_CANDIDATES=($(find "${MPICC%/*}" -name 'mpiexec' -o -name 'mpirun' -o -name 'lamexec' -o -name 'srun'))
27
if ! ((${#MPIEXEC_CANDIDATES[@]} >= 1)); then
28
emergency "Could not find a suitable \`mpiexec\` in directory containing mpi wrappers (${MPICC%/*})"
29
else
0 commit comments