COMP: wmake rules for AMD (clang-based) compiler (#1627)

- not fully tested
This commit is contained in:
Mark Olesen
2020-05-06 10:34:42 +02:00
parent 78dc8c6ba6
commit b3464d8afc
15 changed files with 67 additions and 2 deletions

View File

@ -0,0 +1,3 @@
PFLAGS = -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX
PINC = -isystem $(MPI_ARCH_PATH)/intel64/include
PLIBS = -L$(MPI_ARCH_PATH)/intel64/lib -lmpi