Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
cbc914c8
Commit
cbc914c8
authored
Mar 15, 2017
by
Peter W. Draper
Browse files
Don't stop when the mpirun command isn't available, this may not be fatal
parent
3b974424
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
cbc914c8
...
...
@@ -105,8 +105,9 @@ if test "$enable_mpi" = "yes"; then
AC_PATH_PROG([MPIRUN],[mpirun],[notfound])
fi
if test "$MPIRUN" = "notfound"; then
# This may not be fatal (some systems do not allow mpirun on
# development nodes)., so push on.
AC_MSG_WARN([Cannot find mpirun command on PATH, thread support may not be correct])
enable_mpi="no"
else
# Special options we know about.
# Intel: -mt_mpi
...
...
Peter W. Draper
@pdraper
mentioned in issue
#277 (closed)
·
Mar 15, 2017
mentioned in issue
#277 (closed)
mentioned in issue #277
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment