- added rules for gcc-4.3 in preparation for switching to gcc-4.4 - added 'clean' target for wmake/src/Makefile It is probably reasonable to separate the binaries from the rules (TODO)
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
PFLAGS = -DOMPI_SKIP_MPICXX
|
|
PINC = -I$(MPI_ARCH_PATH)/include
|
|
PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpi
|