mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Provided by Bruno Santos Also some general cleaning and update of comment. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1167
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# Use the system installed mpi - depends on specific environment variables
|
|
|
|
PFLAGS = $(MPI_ARCH_FLAGS)
|
|
PINC = $(MPI_ARCH_INC)
|
|
PLIBS = $(MPI_ARCH_LIBS)
|