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)
|