Skip to content
Snippets Groups Projects
Commit 091fec26 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Makes MPIRUN modifiable via an environment variable and not just as an...

Makes MPIRUN modifiable via an environment variable and not just as an argument to the script. (Also adds documentation with --help)


Former-commit-id: 65ab9098c4fd505a9ad9266791adbd5226c8809b
parent 2cc1ef41
Branches
Tags
No related merge requests found
......@@ -112,6 +112,9 @@ if test "$enable_mpi" = "yes"; then
fi
AM_CONDITIONAL([HAVEMPI],[test $enable_mpi = "yes"])
# Indicate that MPIRUN can be modified by an environement variable
AC_ARG_VAR(MPIRUN, Path to the mpirun command if non-standard)
# Need C99 and inline support.
AC_PROG_CC_C99
AC_C_INLINE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment