Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / wmake / rules / General / mplibSYSTEMOPENMPI
blob639c8ce27798588b71921b3d12986a95c5dcc480
1 # use the system installed openmpi - mpicc must be installed
3 PFLAGS     = -DOMPI_SKIP_MPICXX
4 PINC       = $(shell mpicc --showme:compile)
5 PLIBS      = $(shell mpicc --showme:link)