Changeset 5061 for LMDZ6/trunk/arch
- Timestamp:
- Jul 16, 2024, 7:03:13 PM (4 months ago)
- Location:
- LMDZ6/trunk/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/arch/arch-X64_ADASTRA-GNU.fcm
r5049 r5061 9 9 %FPP_DEF NC_DOUBLE 10 10 11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch - march=native -fPIC11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch -fimplicit-none -march=native -fPIC 12 12 %BASE_CFLAGS -w -std=c++11 -D__XIOS_EXCEPTION # xios 13 13 # /!\ LD must be written in Makefile syntax … … 30 30 31 31 %CPP cpp # xios 32 %MAKE make # xios -
LMDZ6/trunk/arch/arch-local-gfortran-parallel.fcm
r5054 r5061 9 9 %FPP_DEF NC_DOUBLE 10 10 11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch 11 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch -fimplicit-none 12 12 %BASE_CFLAGS -w -std=c++11 -D__XIOS_EXCEPTION # xios 13 13 # /!\ LD must be written in Makefile syntax … … 30 30 31 31 %CPP cpp # xios 32 %MAKE make # xios33 32 34 33 -
LMDZ6/trunk/arch/arch-local-gfortran.fcm
r5054 r5061 7 7 %FPP_FLAGS -P -traditional 8 8 %FPP_DEF NC_DOUBLE 9 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch 9 %BASE_FFLAGS -cpp -ffree-line-length-0 -fdefault-real-8 -DNC_DOUBLE -fallow-argument-mismatch -fimplicit-none 10 10 %PROD_FFLAGS -O3 -march=native 11 11 %DEV_FFLAGS -Wall -fbounds-check
Note: See TracChangeset
for help on using the changeset viewer.