source: codes/icosagcm/trunk/arch/arch-X64_CURIE.fcm @ 187

Last change on this file since 187 was 187, checked in by ymipsl, 10 years ago

modified some arch files for new openmp parallelism
YM

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