source: trunk/LMDZ.COMMON/arch/arch-X64_JEANZAY-pgi.fcm @ 3401

Last change on this file since 3401 was 3079, checked in by emillour, 14 months ago

Improving arch files: add "%FPP" to use Fortran compilers
(instead of the default cpp) to pre-process code.
EM

File size: 723 bytes
Line 
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                 mpif90 -E
8%FPP_FLAGS           
9%CPP_FLAGS           -P
10%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM
11%BASE_FFLAGS         -i4 -r8
12%PROD_FFLAGS         -O2 -Munroll -Mnoframe -Mautoinline -Mcache_align
13%DEV_FFLAGS          -Mbounds
14%DEBUG_FFLAGS        -g -traceback -Mbounds -Mchkfpstk -Mchkstk -Ktrap=denorm,divz,fp,inv,ovf
15%C_COMPILER          mpicc
16%C_OPTIM             -O2
17%MPI_FFLAGS
18%OMP_FFLAGS          -mp
19%BASE_LD             -llapack -lblas
20%MPI_LD
21%OMP_LD              -mp
Note: See TracBrowser for help on using the repository browser.