Skip to content
Snippets Groups Projects
Commit 37b16d54 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'autotools-update' into 'master'

The configure script can now read MPIRUN from environment variables + README update

The configure script can now read MPIRUN from environment variables

See merge request !30

Former-commit-id: 18a08073af738230b2068c35d1116b7b35e59551
parents 61b07dce 3eacfa42
No related branches found
No related tags found
No related merge requests found
Pedro Gonnet: Main author. Pedro Gonnet gonnet@google.com
Matthieu Schaller: TBA. Matthieu Schaller matthieu.schaller@durham.ac.uk
Aidan Chalk aidan.chalk@durham.ac.uk
Peter W. Draper p.w.draper@durham.ac.uk
Bert Vandenbrouck bert.vandenbroucke@gmail.com
This is SWIFT. See INSTALL.swift for instructions.
www.swiftsim.com
...@@ -112,6 +112,9 @@ if test "$enable_mpi" = "yes"; then ...@@ -112,6 +112,9 @@ if test "$enable_mpi" = "yes"; then
fi fi
AM_CONDITIONAL([HAVEMPI],[test $enable_mpi = "yes"]) 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. # Need C99 and inline support.
AC_PROG_CC_C99 AC_PROG_CC_C99
AC_C_INLINE AC_C_INLINE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment