Skip to content

Commit 87e905b

Browse files
authored
Merge pull request #3 from jsquyres/pr/missing-quote
jenkins: add missing quote
2 parents adf4afa + 7a7095a commit 87e905b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/open-mpi-build-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ if test "${MPIRUN_MODE}" != "none"; then
216216
echo "localhost cpu=2" > "${WORKSPACE}/hostfile"
217217
# Note: using perl here because figuring out a portable sed regexp
218218
# proved to be a little challenging.
219-
mpirun_version=`"${WORKSPACE}/install/bin/mpirun --version | perl -wnE 'say $1 if /mpirun [^\d]*(\d+.\d+)/'`
219+
mpirun_version=`"${WORKSPACE}/install/bin/mpirun" --version | perl -wnE 'say $1 if /mpirun [^\d]*(\d+.\d+)/'`
220220
echo "--> mpirun version: ${mpirun_version}"
221221
case ${mpirun_version} in
222222
1.*|2.0*)

0 commit comments

Comments
 (0)