wmake: Added support for Intel MPI

This commit is contained in:
Henry
2011-11-22 17:51:57 +00:00
parent fd18a38761
commit 95a5facaf0
11 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,3 @@
PFLAGS = -DMPICH_SKIP_MPICXX
PINC = -I$(MPI_ARCH_PATH)/include64
PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi