Changeset 1645
- Timestamp:
- Dec 15, 2016, 4:56:35 PM (8 years ago)
- Location:
- trunk/LMDZ.COMMON/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/arch/arch-X64_MESU.fcm
r1628 r1645 4 4 %MAKE gmake 5 5 %FPP_FLAGS -P -traditional 6 %CPP_FLAGS -P 6 7 %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL 7 8 %BASE_FFLAGS -integer-size 32 -real-size 64 -fp-model strict -align all -mcmodel=medium -auto -ip … … 9 10 %DEV_FFLAGS -p -g -O1 -fpe0 -traceback 10 11 %DEBUG_FFLAGS -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback 12 %C_COMPILER gcc 13 %C_OPTIM -O3 11 14 %MPI_FFLAGS 12 15 %OMP_FFLAGS -openmp -openmp-threadprivate compat -
trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm
r1641 r1645 4 4 %MAKE gmake 5 5 %FPP_FLAGS -P -traditional 6 %CPP_FLAGS -P 6 7 %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL 7 8 %BASE_FFLAGS -i4 -r8 -auto -mcmodel=medium -align all -fp-model strict … … 9 10 %DEV_FFLAGS -p -g -O1 -fpe0 -traceback 10 11 %DEBUG_FFLAGS -p -g -O0 -fpe0 -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback 12 %C_COMPILER gcc 13 %C_OPTIM -O3 11 14 %MPI_FFLAGS 12 15 %OMP_FFLAGS -openmp -openmp-threadprivate compat
Note: See TracChangeset
for help on using the changeset viewer.