mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
5
wmake/rules/General/mplibSYSTEMMPI
Normal file
5
wmake/rules/General/mplibSYSTEMMPI
Normal 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)
|
||||
Reference in New Issue
Block a user