source: codes/icosagcm/devel/arch/arch-X64_IRENE.fcm @ 738

Last change on this file since 738 was 738, checked in by dubos, 6 years ago

devel/IRENE : use AVX512 in dynamics and AVX elsewhere ; fixes mass convervation issue

File size: 635 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%FPP                 mpif90 -E
4%AR                  ar
5%MAKE                gmake
6%FPP_FLAGS           -P
7%FPP_DEF             KEY_NONE CPP_NETCDF4
8%BASE_FFLAGS         -fPIC -i4 -r8 -auto -align all -I${MKLROOT}/include
9%FAST_FFLAGS         -g -traceback -O3 -xHost
10%PROD_FFLAGS         -g -traceback -O3 -xAVX
11%DEV_FFLAGS          -g -O1 -traceback
12%DEBUG_FFLAGS        -g -traceback -check bounds -fp-model strict
13%MPI_FFLAGS
14%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate compat
15%BASE_LD             -i4 -r8 -auto ${MKL_LDFLAGS}
16%MPI_LD
17%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.