- the cray C/C++ compilers appear to be option-compatible with gcc. - no wmake rules for 32bit builds (deemed to be unnecessary)
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
PFLAGS = -DMPICH_SKIP_MPICXX
|
|
PINC = -isystem $(MPI_ARCH_PATH)/include64
|
|
PLIBS = -L$(MPI_ARCH_PATH)/lib64 -lmpi
|