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.
2 parents adf4afa + 7a7095a commit 87e905bCopy full SHA for 87e905b
jenkins/open-mpi-build-script.sh
@@ -216,7 +216,7 @@ if test "${MPIRUN_MODE}" != "none"; then
216
echo "localhost cpu=2" > "${WORKSPACE}/hostfile"
217
# Note: using perl here because figuring out a portable sed regexp
218
# proved to be a little challenging.
219
- mpirun_version=`"${WORKSPACE}/install/bin/mpirun --version | perl -wnE 'say $1 if /mpirun [^\d]*(\d+.\d+)/'`
+ mpirun_version=`"${WORKSPACE}/install/bin/mpirun" --version | perl -wnE 'say $1 if /mpirun [^\d]*(\d+.\d+)/'`
220
echo "--> mpirun version: ${mpirun_version}"
221
case ${mpirun_version} in
222
1.*|2.0*)
0 commit comments