mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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)
|