Changeset 1671 for trunk/LMDZ.COMMON/arch
- Timestamp:
- Mar 1, 2017, 11:22:30 AM (8 years ago)
- Location:
- trunk/LMDZ.COMMON/arch
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm
r1645 r1671 6 6 %CPP_FLAGS -P 7 7 %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL 8 %BASE_FFLAGS -i4 -r8 -auto - mcmodel=medium -align all -fp-model strict8 %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict 9 9 %PROD_FFLAGS -O2 -ip -xCORE-AVX2 10 10 %DEV_FFLAGS -p -g -O1 -fpe0 -traceback 11 %DEBUG_FFLAGS -p -g -O0 -fpe 0-ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback11 %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback 12 12 %C_COMPILER gcc 13 13 %C_OPTIM -O3 14 14 %MPI_FFLAGS 15 15 %OMP_FFLAGS -openmp -openmp-threadprivate compat 16 %BASE_LD -i4 -r8 -auto -shared-intel -Wl,-rpath=${NETCDFF_LIBDIR}$MKL_LIBS16 %BASE_LD -i4 -r8 -auto -shared-intel $MKL_LIBS 17 17 %MPI_LD 18 18 %OMP_LD -openmp -
trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.path
r1641 r1671 1 NETCDF_LIBDIR="-L${NETCDFF_LIBDIR} -lnetcdff "1 NETCDF_LIBDIR="-L${NETCDFF_LIBDIR} -lnetcdff -lnetcdf" 2 2 NETCDF_INCDIR="-I${NETCDF_INCDIR}" 3 3 IOIPSL_INCDIR=$LMDGCM/ioipsl/modipsl/lib
Note: See TracChangeset
for help on using the changeset viewer.