- Timestamp:
- Jul 4, 2018, 3:59:00 PM (6 years ago)
- Location:
- trunk/LMDZ.COMMON
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm
r1671 r1961 4 4 %MAKE gmake 5 5 %FPP_FLAGS -P -traditional 6 %CPP_FLAGS -P 6 %CPP_FLAGS -P -I${MKL_INC_DIR} 7 7 %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL 8 %CPP_DEF LAPACK 8 9 %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict 9 10 %PROD_FFLAGS -O2 -ip -xCORE-AVX2 10 11 %DEV_FFLAGS -p -g -O1 -fpe0 -traceback 11 12 %DEBUG_FFLAGS -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback 12 %C_COMPILER gcc13 %C_OPTIM -O 313 %C_COMPILER mpicc 14 %C_OPTIM -O2 -ip -xCORE-AVX2 14 15 %MPI_FFLAGS 15 16 %OMP_FFLAGS -openmp -openmp-threadprivate compat -
trunk/LMDZ.COMMON/bld.cfg
r1793 r1961 74 74 bld::tool::cppflags %CPP_FLAGS %INCDIR 75 75 bld::tool::fppflags %FPP_FLAGS %INCDIR 76 bld::tool::cppkeys %CPP_KEY %CPP_DEF 76 77 bld::tool::fppkeys %CPP_KEY %FPP_DEF 77 78
Note: See TracChangeset
for help on using the changeset viewer.