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/INGV/arch-IBM_EKMAN_INGV.fcm – NEMO

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

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.