New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (9 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

Location:
branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH
Files:
4 deleted
19 edited
5 copied

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/CMCC/arch-gfortran_athena_xios.fcm

    r4274 r6225  
    2525# USER_INC    complete list of include files 
    2626# 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 
    2729# 
    2830# Note that: 
     
    4446%XIOS_LIB            -L%XIOS_HOME/lib -lxios 
    4547 
     48%CPP                 cpp 
    4649%FC                  mpif90 
    4750%FCFLAGS             -fdefault-real-8 -fno-second-underscore -Dgfortran -ffree-line-length-none 
     
    5558%USER_INC            %XIOS_INC %NCDF_INC %HDF5_INC 
    5659%USER_LIB            %XIOS_LIB %NCDF_LIB %HDF5_LIB  -lnetcdff -lnetcdf -lstdc++ -lz -lcurl -lgpfs 
     60 
     61%CC                  cc 
     62%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/CMCC/arch-ifort_athena.fcm

    r4230 r6225  
    1313# USER_INC additional include files for the compiler, e.g. -I<include dir> 
    1414# 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 
    1517 
    1618 
    17 %NCDF_INC -I$NETCDF/include 
    18 %NCDF_LIB -L$NETCDF/lib -lnetcdf -lnetcdff 
     19%NCDF_INC -I${NETCDF}/include 
     20%NCDF_LIB -L${NETCDF}/lib -lnetcdf -lnetcdff 
     21%CPP                 cpp 
    1922%FC mpiifort 
    2023%FCFLAGS -r8 -O3 -xHost -fp-model source -traceback 
     
    2831%USER_INC %NCDF_INC 
    2932%USER_LIB %NCDF_LIB 
     33%CC                  icc 
     34%CFLAGS              -O0 
    3035 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/CMCC/arch-ifort_athena_debug.fcm

    r4230 r6225  
    1313# USER_INC additional include files for the compiler, e.g. -I<include dir> 
    1414# 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 
    1517 
    1618 
    1719%NCDF_INC -I$NETCDF/include 
    1820%NCDF_LIB -L$NETCDF/lib -lnetcdf -lnetcdff 
     21%CPP                 cpp 
    1922%FC mpiifort 
    2023%FCFLAGS -fpe0 -g -r8 -O1 -xHost -fp-model source -traceback 
     
    2831%USER_INC %NCDF_INC 
    2932%USER_LIB %NCDF_LIB 
     33%CC                  icc 
     34%CFLAGS              -O0 
    3035 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/CMCC/arch-ifort_athena_tools.fcm

    r4230 r6225  
    1313# USER_INC additional include files for the compiler, e.g. -I<include dir> 
    1414# 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 
    1517 
    1618 
    1719%NCDF_INC -I$NETCDF/include 
    1820%NCDF_LIB -L$NETCDF/lib -lnetcdf -lnetcdff 
     21%CPP                 cpp 
    1922%FC ifort 
    2023%FCFLAGS -r8 -O3 -xHost -fp-model source -traceback 
     
    2831%USER_INC %NCDF_INC 
    2932%USER_LIB %NCDF_LIB 
     33%CC                  icc 
     34%CFLAGS              -O0 
    3035 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm

    r4494 r6225  
    2525# USER_INC    complete list of include files 
    2626# 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 
    2729# 
    2830# Note that: 
     
    3234 
    3335# required modules 
    34 # module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel  
     36# module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel_shared NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel_shared 
    3537 
     38# Environment variables set by user. Others should automatically define when loading modules. 
     39#export XIOS=/users/home/models/nemo/xios 
     40#export HDF5=/users/home/opt/hdf5/hdf5-1.8.11_parallel_shared 
     41#export NETCDF=/users/home/opt/netcdf/netcdf-4.3_parallel_shared 
    3642 
    37 %NCDF_INC            -I$NETCDF/include -I$PNETCDF/include 
    38 %NCDF_LIB            -L$NETCDF/lib -lnetcdff -lnetcdf -L$PNETCDF/lib -lpnetcdf 
    39 %HDF5_INC            -I/users/home/opt/hdf5/hdf5-1.8.11_parallel/include 
    40 %HDF5_LIB            -L/users/home/opt/hdf5/hdf5-1.8.11_parallel/lib -lhdf5_hl -lhdf5 
    41 %XIOS_INC            -I/users/home/ans040/SOFTWARE/XIOS_athena/trunk/inc 
    42 %XIOS_LIB            -L/users/home/ans040/SOFTWARE/XIOS_athena/trunk/lib -lxios 
     43%NCDF_INC            -I${NETCDF}/include  
     44%NCDF_LIB            -L${NETCDF}/lib -lnetcdff -lnetcdf 
     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 
     49%CPP                 cpp 
    4350%FC                  mpiifort 
    44 %FCFLAGS         -g -r8 -O3 -xHost -fp-model source -traceback 
    45 %FFLAGS       -g -r8 -O3 -xHost -fp-model source -traceback 
     51%FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback ${CFLAGS}  
     52%FFLAGS              %FCFLAGS 
    4653%LD                  mpiifort 
    4754%FPPFLAGS            -P -C -traditional 
    48 %LDFLAGS             -lstdc++ -lz -lgpfs -lcurl 
     55%LDFLAGS             -lstdc++ -lz -lgpfs -lcurl  ${LDFLAGS} 
    4956%AR                  ar  
    5057%ARFLAGS             -r 
     
    5259%USER_INC            %XIOS_INC %NCDF_INC %HDF5_INC 
    5360%USER_LIB            %XIOS_LIB %NCDF_LIB %HDF5_LIB 
     61%CC                  icc 
     62%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm

    r4277 r6225  
    1515# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1616# 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 
    1719 
    1820%NCDF_INC            -I/srv/lib/netcdf-x/include 
    1921%NCDF_LIB            -L/srv/lib/netcdf-x/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lcurl -lstdc++ 
    20 %XIOS_ROOT           /home/delrosso/XIOS_447/trunk 
     22%XIOS_ROOT           /home/delrosso/XIOS_1.0/xios-1.0 
    2123%MPI_INTEL           -I/srv/intel/impi/4.1.0.024/include 
     24%CPP                 cpp 
    2225%FC                  mpiifort 
    23 %FCFLAGS             -r8 -O3 -g -traceback  
     26%FCFLAGS             -r8 -O1 -g -traceback -fp-model precise 
    2427%FFLAGS              %FCFLAGS 
    2528%LD                  mpiifort 
    26 %LDFLAGS              
     29%LDFLAGS 
    2730%FPPFLAGS            -P -C -traditional 
    2831%AR                  ar 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/OLD/NOC/arch-ALTIX_NAUTILUS.fcm

    • Property svn:keywords set to Id
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/OLD/arch-ifort_MERCATOR_CLUSTER.fcm

    r4370 r6225  
    1616 
    1717%NCDF_INC            -I$NETCDF_INC 
    18 %NCDF_LIB            -L $NETCDF_LIB -lnetcdf 
     18%NCDF_LIB            -L$NETCDF_LIB -lnetcdff -lnetcdf -L$HDF5_LIB -lhdf5_hl -lhdf5 -lz 
     19 
     20%CPP                 cpp 
    1921%FC                  mpif90 
    20 %FCFLAGS             -assume byterecl -convert big_endian -i4 -r8 -O2 -fp-model precise 
     22%FCFLAGS             -O2 -fp-model precise  -traceback -r8  -convert big_endian -assume byterecl 
    2123%FFLAGS              %FCFLAGS 
    22 %LD                  mpif90 
     24%LD                   mpif90 
    2325%FPPFLAGS            -P -C -traditional 
    24 %LDFLAGS             -O2 -shared-intel  
     26%LDFLAGS             -O2 
    2527%AR                  ar 
    26 %ARFLAGS             -r 
     28%ARFLAGS             -rs 
    2729%MK                  gmake 
    28 %USER_INC            %NCDF_INC 
    29 %USER_LIB            %NCDF_LIB 
     30%USER_INC            -I$XIOS_INC %NCDF_INC 
     31%USER_LIB            -L$XIOS_LIB -lxios %NCDF_LIB -lstdc++ 
     32 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/OLD/arch-ifort_linux.fcm

    r3922 r6225  
    1717%NCDF_INC            -I/usr/local/netcdf/include  
    1818%NCDF_LIB            -L /usr/local/netcdf/lib -lnetcdf    
    19 %FC                  ifort 
     19%FC                  ifort  
    2020%FCFLAGS         -r8 -O3  -traceback  
    2121%FFLAGS       -r8 -O3  -traceback  
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-ALTIX_NAUTILUS_MPT.fcm

    • Property svn:keywords set to Id
    r4306 r6225  
    2424# USER_INC    complete list of include files 
    2525# 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 
    2628# 
    2729# Note that: 
     
    4244%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    4345 
     46%CPP               cpp 
    4447%FC                  ifort 
    4548%FCFLAGS             -r8 -O3 -fp-model precise -xT -ip -vec-report0 
     
    5760#FCFLAGS             -g -traceback -r8 -O0 -xT -ip -vec-report0 
    5861#FFLAGS              -g -traceback -r8 -O0 -xT -ip -vec-report0 
     62 
     63%CC                  cc 
     64%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-PW7_C2A_XIO.fcm

    r4148 r6225  
    1717# USER_INC    complete list of include files 
    1818# 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 
    1921# 
    2022# Note that: 
     
    3537 
    3638%XLF90_LIB           -lxlf90_r 
     39 
     40%CPP               cpp 
    3741%FC                  mpxlf90_r 
    3842%FCFLAGS             -qsuffix=f=f90 -qsuffix=cpp=F90 -qfree=f90 -O3 -qrealsize=8 -qarch=auto -qtune=auto -qinitauto 
     
    4650%USER_INC            %XIOS_INC %NCDF_INC 
    4751%USER_LIB            %XIOS_LIB %NCDF_LIB %XLF90_LIB 
     52 
     53%CC                  xlc 
     54%CFLAGS              -O -qcpluscmt 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-PW7_METO.fcm

    r4377 r6225  
    1515# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1616# 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 
    1719 
    1820 
    19 %NCDF_INC            -I/home/cr/ocean/hadcv/netcdf/4.1.3_seq/include 
    20 %NCDF_LIB            -L/home/cr/ocean/hadcv/netcdf/4.1.3_seq/lib -lnetcdf -lnetcdff -lhdf5 -lhdf5_hl -lhdf5_fortran -lz 
    21 %XIOS_INC            -I/data/nwp/ofrd/share/NEMO/xios_lib/seq/xios_r451/inc 
    22 %XIOS_LIB            -L/data/nwp/ofrd/share/NEMO/xios_lib/seq/xios_r451/lib -lxios 
     21%NCDF_INC            -I/home/cr/ocean/hadcv/netcdf/4.1.3_par/include 
     22%NCDF_LIB            -L/home/cr/ocean/hadcv/netcdf/4.1.3_par/lib -lnetcdf -lnetcdff -lhdf5 -lhdf5_hl -lhdf5_fortran -lz 
     23%XIOS_INC            -I/home/cr/ocean/hadcv/xios_lib/par/r618/xios/inc 
     24%XIOS_LIB            -L/home/cr/ocean/hadcv/xios_lib/par/r618/xios/lib -lxios 
     25%CPP               cpp 
    2326%FC                  mpxlf90_r 
    2427%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 
    25 %FFLAGS              -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 
     28%FFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 
    2629%LD                  mpCC_r 
    2730%LDFLAGS             -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS 
     
    3235%USER_INC            %NCDF_INC %XIOS_INC 
    3336%USER_LIB            %NCDF_LIB %XIOS_LIB 
     37%CC                  xlc 
     38%CFLAGS              -O -qcpluscmt 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-X64_CURIE.fcm

    r4153 r6225  
    2424# USER_INC    complete list of include files 
    2525# 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 
    2628# 
    2729# Note that: 
     
    2931#  - fcm variables are starting with a % (and not a $) 
    3032# 
    31 %NCDF_HOME           /usr/local/netcdf-4.2_hdf5_parallel 
    32 %HDF5_HOME           /usr/local/hdf5-1.8.9_parallel 
    33 %XIOS_HOME           $WORKDIR/now/models/xios 
     33%NCDF_HOME            /usr/local/netcdf-4.3.3.1_hdf5_parallel 
     34%HDF5_HOME           /usr/local/hdf5-1.8.12_parallel 
     35%XIOS_HOME           $WORKDIR/xios-1.0 
    3436%OASIS_HOME          $WORKDIR/now/models/oa3mct 
    3537 
     
    4143%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    4244 
     45%CPP               cpp 
    4346%FC                  mpif90 -c -cpp 
    4447# for Curie Fat Node 
     
    5760%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5861%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     62 
     63%CC                  cc 
     64%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-X64_MOBILIS.fcm

    r4624 r6225  
    2929# USER_INC    complete list of include files 
    3030# 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 
    3133# 
    3234# Note that: 
     
    3638%NCDF_HOME           /home/acc/shared 
    3739%HDF5_HOME           /home/acc/shared 
    38 %XIOS_HOME           /home/acc/XIOS 
     40%XIOS_HOME           /home/acc/XIOS_1.0_r803 
    3941%OASIS_HOME           
    4042 
     
    4648%OASIS_LIB            
    4749 
     50%CPP               cpp 
    4851%FC                  mpif90 -c -cpp 
    4952%FCFLAGS             -i4 -r8 -O3 -fp-model source -xAVX 
     
    5760%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5861%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     62 
     63%CC                  icc 
     64%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-X64_VAYU.fcm

    r4148 r6225  
    2424# USER_INC    complete list of include files 
    2525# 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 
    2628# 
    2729# Note that: 
     
    4143%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    4244 
     45%CPP               cpp 
    4346%FC                  mpif90 -c -cpp 
    4447%FCFLAGS             -i4 -r8 
     
    5255%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5356%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     57 
     58%CC                  cc 
     59%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-X64_YELLOWSTONE.fcm

    r4153 r6225  
    2424# USER_INC    complete list of include files 
    2525# 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 
    2628# 
    2729# Note that: 
     
    4143%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    4244 
     45%CPP               cpp 
    4346%FC                  mpif90 -c -cpp 
    4447%FCFLAGS            -i4 -r8 -O3 -fp-model precise -xAVX 
     
    5255%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5356%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     57 
     58%CC                  cc 
     59%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-XC_ARCHER.fcm

    r4624 r6225  
    2424# USER_INC    complete list of include files 
    2525# 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 
    2628# 
    2729# Note that: 
     
    4143#OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    4244 
     45%CPP               cpp 
    4346%FC                  ftn 
    4447#FCFLAGS             -em -s integer32 -s real64 -O3 
     
    5659#USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5760#USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     61 
     62%CC                  cc 
     63%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-macport_osx.fcm

    r4148 r6225  
    3333# USER_INC    complete list of include files 
    3434# 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 
    3537# 
    3638# Note that: 
     
    4042%NCDF_HOME           /opt/local 
    4143%HDF5_HOME           /opt/local 
    42 %XIOS_HOME           /Users/$( whoami )/XIOS 
     44%XIOS_HOME           /Users/$( whoami )/xios-1.0 
    4345%OASIS_HOME          /not/defined 
    4446 
     
    5052%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    5153 
     54%CPP               cpp-mp-4.8 
    5255%FC                mpif90  
    5356%FCFLAGS             -fdefault-real-8 -O3 -funroll-all-loops -fcray-pointer  
     
    6164%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    6265%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     66 
     67%CC                  cc 
     68%CFLAGS              -O0 
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/ARCH/arch-openmpi_NAVITI_MERCATOR.fcm

    r4524 r6225  
    1313# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1414# 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 
    1517# debug: -g  -check bounds -check uninit -check pointers -traceback 
    1618 
     
    1921%NCDF_LIB            -L$NETCDF_LIB -lnetcdff -lnetcdf -L$HDF5_LIB -lhdf5_hl -lhdf5 -lz 
    2022 
     23%CPP               cpp 
    2124%FC                  mpif90 
    2225%FCFLAGS             -O2 -fp-model precise  -traceback -r8  -convert big_endian -assume byterecl 
     
    3033%USER_INC            -I$XIOS_INC %NCDF_INC 
    3134%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.