Changeset 7258
- Timestamp:
- 2016-11-18T09:21:36+01:00 (8 years ago)
- Location:
- branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH
- Files:
-
- 3 deleted
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/CMCC/arch-gfortran_athena_xios.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/CMCC/arch-ifort_athena.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/CMCC/arch-ifort_athena_debug.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/CMCC/arch-ifort_athena_tools.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm
r4997 r7258 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: … … 32 34 33 35 # required modules 34 # module load INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel NETCDF/parallel-netcdf-1. 3.1HDF5/hdf5-1.8.11_parallel36 # module load INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel NETCDF/parallel-netcdf-1.7.0 HDF5/hdf5-1.8.11_parallel 35 37 36 # Environment variables set by user. Others should automatically define when loading modules. 37 # export XIOS=/users/home/models/nemo/xios 38 # NETCDF and PNETCDF should be set automatically when loading modules. 39 # The following environment variables must be set by the user. 40 #export XIOS=/users/home/models/nemo/xios 41 #export HDF5=/users/home/opt/hdf5/hdf5-1.8.11_parallel 38 42 39 %NCDF_INC -I$ NETCDF/include -I$PNETCDF/include40 %NCDF_LIB -L$ NETCDF/lib -lnetcdff -lnetcdf -L$PNETCDF/lib -lpnetcdf41 %HDF5_INC -I$ PHDF5/include42 %HDF5_LIB -L$ PHDF5/lib -lhdf5_hl -lhdf543 %XIOS_INC -I$ XIOS/inc44 %XIOS_LIB -L$ XIOS/lib -lxios43 %NCDF_INC -I${NETCDF}/include -I${PNETCDF}/include 44 %NCDF_LIB -L${NETCDF}/lib -lnetcdff -lnetcdf -L${PNETCDF}/lib -lpnetcdf 45 %HDF5_INC -I${HDF5}/include 46 %HDF5_LIB -L${HDF5}/lib -lhdf5_hl -lhdf5 47 %XIOS_INC -I${XIOS}/inc 48 %XIOS_LIB -L${XIOS}/lib -lxios 45 49 %CPP cpp 46 50 %FC mpiifort … … 55 59 %USER_INC %XIOS_INC %NCDF_INC %HDF5_INC 56 60 %USER_LIB %XIOS_LIB %NCDF_LIB %HDF5_LIB 61 %CC icc 62 %CFLAGS -O0 -
branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-ALTIX_NAUTILUS_MPT.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-PW7_C2A_XIO.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-PW7_METO.fcm
r5602 r7258 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 -qrealsize=8 -qextname -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF -qfixed28 %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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-PW7_MONSOON.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-X64_ADA.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-X64_ADA_O0.fcm
r4990 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-X64_CURIE.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-X64_MOBILIS.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-X64_VAYU.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-X64_YELLOWSTONE.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-XC40_METO.fcm
r5602 r7258 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: … … 31 33 %NCDF_HOME /opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83 32 34 %HDF5_HOME /opt/cray/hdf5-parallel/1.8.13/CRAY/83 33 %XIOS_HOME /projects/ocean/nemo/xios/xios_1.0_r6 18_20150619/XIOS35 %XIOS_HOME /projects/ocean/nemo/xios/xios_1.0_r629_20150625/XIOS 34 36 35 37 %NCDF_INC -I%NCDF_HOME/include -I%HDF5_HOME/include … … 51 53 %USER_INC %XIOS_INC 52 54 %USER_LIB %XIOS_LIB 55 56 %CC cc 57 %CFLAGS -O0 -
branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-XC_ARCHER.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-XC_ARCHER_INTEL.fcm
r4865 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-macport_osx.fcm
r5602 r7258 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/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/ARCH/arch-openmpi_NAVITI_MERCATOR.fcm
r4865 r7258 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
Note: See TracChangeset
for help on using the changeset viewer.