source: codes/icosagcm/trunk/arch/arch-X64_CICLAD_gfortran.fcm

Last change on this file was 357, checked in by llfita, 9 years ago

Adding compilation for CICLAD (cluster at IPSL - Jussieu, gfortran compiler)

File size: 551 bytes
Line 
1%COMPILER       mpif90
2%LINK           mpif90
3%FPP            mpif90 -E
4%AR             ar
5%MAKE           gmake
6%FPP_FLAGS      -P -traditional
7%FPP_DEF        KEY_NONE CPP_NETCDF4 NC_DOUBLE
8%BASE_FFLAGS    -c -fdefault-real-8 -fcray-pointer
9%PROD_FFLAGS    -O3
10%DEV_FFLAGS     -O -Wall -fbounds-check
11%DBUG_FFLAGS    -g3 -traceback -check bounds -ffpe-trap=invalid,zero,overflow -Wall-O0 -fstack-protector-all
12%MPI_FFLAGS     
13%OMP_FFLAGS     -fopenmp
14%BASE_LD        -Wl,-rpath=/opt/netcdf42/gfortran/lib
15%MPI_LD         
16%OMP_LD         -fopenmp
Note: See TracBrowser for help on using the repository browser.