MPI configuration: Added support for SYSTEMMPI

Provided by Bruno Santos
Also some general cleaning and update of comment.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1167
This commit is contained in:
Henry
2015-03-08 21:04:38 +00:00
parent b6e5ecc45f
commit ad7053d560
12 changed files with 170 additions and 1190 deletions

View File

@ -0,0 +1,5 @@
# Use the system installed mpi - depends on specific environment variables
PFLAGS = $(MPI_ARCH_FLAGS)
PINC = $(MPI_ARCH_INC)
PLIBS = $(MPI_ARCH_LIBS)