Changeset 5596
- Timestamp:
- 2015-07-14T11:36:15+02:00 (10 years ago)
- Location:
- branches/2014/dev_r4765_CNRS_agrif/NEMOGCM
- Files:
-
- 7 added
- 5 deleted
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-PW6_calypso.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 16 18 … … 29 31 %USER_INC %NCDF_INC 30 32 %USER_LIB %NCDF_LIB 33 %CC xlc 34 %CFLAGS -O -qcpluscmt -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-PW6_calypso_debug.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 16 18 … … 29 31 %USER_INC %NCDF_INC 30 32 %USER_LIB %NCDF_LIB 33 %CC xlc 34 %CFLAGS -O -qcpluscmt -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-PW6_calypso_tools.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 16 18 … … 29 31 %USER_INC %NCDF_INC 30 32 %USER_LIB %NCDF_LIB 33 %CC xlc 34 %CFLAGS -O -qcpluscmt -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-gfortran_athena_xios.fcm
r5581 r5596 25 25 # USER_INC complete list of include files 26 26 # USER_LIB complete list of libraries to pass to the linker 27 # CC C compiler used to compile conv for AGRIF 28 # CFLAGS compiler flags used with CC 27 29 # 28 30 # Note that: … … 56 58 %USER_INC %XIOS_INC %NCDF_INC %HDF5_INC 57 59 %USER_LIB %XIOS_LIB %NCDF_LIB %HDF5_LIB -lnetcdff -lnetcdf -lstdc++ -lz -lcurl -lgpfs 60 61 %CC cc 62 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-ifort_athena.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 16 18 … … 29 31 %USER_INC %NCDF_INC 30 32 %USER_LIB %NCDF_LIB 33 %CC icc 34 %CFLAGS -O0 31 35 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-ifort_athena_debug.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 16 18 … … 29 31 %USER_INC %NCDF_INC 30 32 %USER_LIB %NCDF_LIB 33 %CC icc 34 %CFLAGS -O0 31 35 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-ifort_athena_tools.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 16 18 … … 29 31 %USER_INC %NCDF_INC 30 32 %USER_LIB %NCDF_LIB 33 %CC icc 34 %CFLAGS -O0 31 35 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm
r5581 r5596 25 25 # USER_INC complete list of include files 26 26 # USER_LIB complete list of libraries to pass to the linker 27 # CC C compiler used to compile conv for AGRIF 28 # CFLAGS compiler flags used with CC 27 29 # 28 30 # Note that: … … 55 57 %USER_INC %XIOS_INC %NCDF_INC %HDF5_INC 56 58 %USER_LIB %XIOS_LIB %NCDF_LIB %HDF5_LIB 59 %CC icc 60 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm
r5581 r5596 15 15 # USER_INC additional include files for the compiler, e.g. -I<include dir> 16 16 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 17 # CC C compiler used to compile conv for AGRIF 18 # CFLAGS compiler flags used with CC 17 19 18 20 %NCDF_INC -I/srv/lib/netcdf-x/include -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-ALTIX_NAUTILUS_MPT.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 58 60 #FCFLAGS -g -traceback -r8 -O0 -xT -ip -vec-report0 59 61 #FFLAGS -g -traceback -r8 -O0 -xT -ip -vec-report0 62 63 %CC cc 64 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-PW7_C2A_XIO.fcm
r5581 r5596 17 17 # USER_INC complete list of include files 18 18 # USER_LIB complete list of libraries to pass to the linker 19 # CC C compiler used to compile conv for AGRIF 20 # CFLAGS compiler flags used with CC 19 21 # 20 22 # Note that: … … 48 50 %USER_INC %XIOS_INC %NCDF_INC 49 51 %USER_LIB %XIOS_LIB %NCDF_LIB %XLF90_LIB 52 53 %CC xlc 54 %CFLAGS -O -qcpluscmt -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-PW7_METO.fcm
r5595 r5596 15 15 # USER_INC additional include files for the compiler, e.g. -I<include dir> 16 16 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 17 # CC C compiler used to compile conv for AGRIF 18 # CFLAGS compiler flags used with CC 17 19 18 20 … … 24 26 %FC mpxlf90_r 25 27 %FCFLAGS -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 26 %FFLAGS 28 %FFLAGS -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 27 29 %LD mpCC_r 28 30 %LDFLAGS -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS … … 33 35 %USER_INC %NCDF_INC %XIOS_INC 34 36 %USER_LIB %NCDF_LIB %XIOS_LIB 37 %CC xlc 38 %CFLAGS -O -qcpluscmt -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-PW7_MONSOON.fcm
r5581 r5596 15 15 # USER_INC additional include files for the compiler, e.g. -I<include dir> 16 16 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 17 # CC C compiler used to compile conv for AGRIF 18 # CFLAGS compiler flags used with CC 17 19 18 20 %NCDF_INC -I/home/dcalve/netcdf/4.1.3_seq/include … … 32 34 %USER_INC %NCDF_INC %XIOS_INC 33 35 %USER_LIB %NCDF_LIB %XIOS_LIB 36 37 %CC xlc 38 %CFLAGS -O -qcpluscmt -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-X64_ADA.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 54 56 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 55 57 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 58 59 %CC icc 60 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-X64_ADA_O0.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 53 55 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 54 56 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 57 58 %CC icc 59 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-X64_CURIE.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 58 60 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 59 61 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 62 63 %CC cc 64 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-X64_MOBILIS.fcm
r5581 r5596 29 29 # USER_INC complete list of include files 30 30 # USER_LIB complete list of libraries to pass to the linker 31 # CC C compiler used to compile conv for AGRIF 32 # CFLAGS compiler flags used with CC 31 33 # 32 34 # Note that: … … 58 60 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 59 61 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 62 63 %CC cc 64 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-X64_VAYU.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 53 55 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 54 56 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 57 58 %CC cc 59 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-X64_YELLOWSTONE.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 53 55 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 54 56 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 57 58 %CC cc 59 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-XC40_METO.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 51 53 %USER_INC %XIOS_INC 52 54 %USER_LIB %XIOS_LIB 55 56 %CC cc 57 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-XC_ARCHER.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 57 59 #USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 58 60 #USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 61 62 %CC cc 63 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-XC_ARCHER_INTEL.fcm
r5581 r5596 24 24 # USER_INC complete list of include files 25 25 # USER_LIB complete list of libraries to pass to the linker 26 # CC C compiler used to compile conv for AGRIF 27 # CFLAGS compiler flags used with CC 26 28 # 27 29 # Note that: … … 55 57 #USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 56 58 #USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 59 60 %CC cc 61 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-macport_osx.fcm
r5581 r5596 33 33 # USER_INC complete list of include files 34 34 # USER_LIB complete list of libraries to pass to the linker 35 # CC C compiler used to compile conv for AGRIF 36 # CFLAGS compiler flags used with CC 35 37 # 36 38 # Note that: … … 62 64 %USER_INC %XIOS_INC %OASIS_INC %NCDF_INC 63 65 %USER_LIB %XIOS_LIB %OASIS_LIB %NCDF_LIB 66 67 %CC cc 68 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/ARCH/arch-openmpi_NAVITI_MERCATOR.fcm
r5581 r5596 13 13 # USER_INC additional include files for the compiler, e.g. -I<include dir> 14 14 # USER_LIB additional libraries to pass to the linker, e.g. -l<library> 15 # CC C compiler used to compile conv for AGRIF 16 # CFLAGS compiler flags used with CC 15 17 # debug: -g -check bounds -check uninit -check pointers -traceback 16 18 … … 31 33 %USER_INC -I$XIOS_INC %NCDF_INC 32 34 %USER_LIB -L$XIOS_LIB -lxios %NCDF_LIB -lstdc++ 35 36 %CC cc 37 %CFLAGS -O0 -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/EXTERNAL/AGRIF/LIB/Makefile
r4779 r5596 19 19 @echo 20 20 21 main.c: convert.y convert.lex22 @echo ===================================================23 @echo Rebuilding main.c ...24 @echo ===================================================25 $(MAKE) -f Makefile.lex main.c21 #main.c: convert.y convert.lex 22 # @echo =================================================== 23 # @echo Rebuilding main.c ... 24 # @echo =================================================== 25 # $(MAKE) -f Makefile.lex main.c 26 26 27 fortran.c: fortran.y fortran.lex28 @echo ===================================================29 @echo Rebuilding fortran.c ...30 @echo ===================================================31 $(MAKE) -f Makefile.lex fortran.c27 #fortran.c: fortran.y fortran.lex 28 # @echo =================================================== 29 # @echo Rebuilding fortran.c ... 30 # @echo =================================================== 31 # $(MAKE) -f Makefile.lex fortran.c 32 32 33 33 conv: $(OBJS) … … 62 62 63 63 clean: 64 $(MAKE) -f Makefile.lex clean64 # $(MAKE) -f Makefile.lex clean 65 65 $(RM) *.o conv 66 66 67 clean-all: clean68 $(MAKE) -f Makefile.lex clean-all -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/TOOLS/COMPILE/Fprep_agrif.sh
r5587 r5596 65 65 66 66 #- CONV 67 #fcm build ${TOOLS_DIR}/conv.cfg || exit 168 C_COMPILER=${CC-cc}69 gmake CC=${C_COMPILER} -C ${MAIN_DIR}/EXTERNAL/AGRIF/LIB67 fcm build ${COMPIL_DIR}/conv.cfg || exit 1 68 #C_COMPILER=${CC-cc} 69 #gmake CC=${C_COMPILER} -C ${MAIN_DIR}/EXTERNAL/AGRIF/LIB 70 70 71 71 #- AGRIF sources … … 74 74 [ ! -d $2/$1/OPAFILES/AGRIF_MODELFILES ] && mkdir $2/$1/OPAFILES/AGRIF_MODELFILES 75 75 cp -f -r ${MAIN_DIR}/EXTERNAL/AGRIF/agrif_opa.in $2/$1/OPAFILES/ 76 cp -f -r ${MAIN_DIR}/EXTERNAL/AGRIF/conv $2/$1/OPAFILES/ 76 #cp -f -r ${MAIN_DIR}/EXTERNAL/AGRIF/conv $2/$1/OPAFILES/ 77 cp -f -r $2/$1/AGRIFLIB/bin/conv $2/$1/OPAFILES/ 77 78 78 79 fi -
branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/TOOLS/COMPILE/conv.cfg
r3294 r5596 8 8 # Build information 9 9 # ------------------------------------------------------------------------------ 10 inc $COMPIL_DIR/arch .fcm10 inc $COMPIL_DIR/arch_nemo.fcm 11 11 12 bld::tool::cc %CC 13 bld::tool::cflags %CFLAGS 12 14 bld::tool::make %MK 13 15 … … 19 21 dir::root $NEMO_TDIR/$NEW_CONF/AGRIFLIB 20 22 21 bld::tool::cflags::convsrc -O022 bld::tool::ld::convsrc cc23 bld::tool::ldflags::convsrc -O ../obj/fortran.o ../obj/fortran.o24 bld::pp 123 #bld::tool::cflags::convsrc -O0 24 #bld::tool::ld::convsrc cc 25 #bld::tool::ldflags::convsrc -O ../obj/fortran.o ../obj/fortran.o 26 #bld::pp 1 25 27 26 28
Note: See TracChangeset
for help on using the changeset viewer.