Last change
on this file since 3048 was
2256,
checked in by emillour, 5 years ago
|
Common dynamics:
Add scripts and arch files to use the GCM with the PGI compiler on the Jean-Zay supercomputer.
EM
|
File size:
707 bytes
|
Rev | Line | |
---|
[2256] | 1 | # $Id: arch-X64_JEANZAY.fcm 3572 2019-10-01 15:26:00Z emillour $ |
---|
| 2 | %COMPILER mpif90 |
---|
| 3 | %LINK mpif90 |
---|
| 4 | %AR ar |
---|
| 5 | %ARFLAGS rs |
---|
| 6 | %MAKE gmake |
---|
| 7 | %FPP_FLAGS -P -traditional |
---|
| 8 | %CPP_FLAGS -P |
---|
| 9 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
---|
| 10 | %BASE_FFLAGS -i4 -r8 |
---|
| 11 | %PROD_FFLAGS -O2 -Munroll -Mnoframe -Mautoinline -Mcache_align |
---|
| 12 | %DEV_FFLAGS -Mbounds |
---|
| 13 | %DEBUG_FFLAGS -g -traceback -Mbounds -Mchkfpstk -Mchkstk -Ktrap=denorm,divz,fp,inv,ovf |
---|
| 14 | %C_COMPILER mpicc |
---|
| 15 | %C_OPTIM -O2 |
---|
| 16 | %MPI_FFLAGS |
---|
| 17 | %OMP_FFLAGS -mp |
---|
| 18 | %BASE_LD -llapack -lblas |
---|
| 19 | %MPI_LD |
---|
| 20 | %OMP_LD -mp |
---|
Note: See
TracBrowser
for help on using the repository browser.