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 3004 for branches/2011/dev_r2787_LOCEAN_offline_fldread/NEMOGCM/ARCH/arch-X64_TITANE.fcm – NEMO

Ignore:
Timestamp:
2011-10-27T11:09:26+02:00 (12 years ago)
Author:
cetlod
Message:

branch dev_LOCEAN_2011: update arch file for Titane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2787_LOCEAN_offline_fldread/NEMOGCM/ARCH/arch-X64_TITANE.fcm

    r2281 r3004  
    1414# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
    1515 
    16  
    17 %NCDF_INC            -I$NETCDF_INCLUDEDIR 
    18 %NCDF_LIB            -L$NETCDF_LIBDIR -lnetcdff -lnetcdf 
    19 %FC                  mpif90 
    20 %FCFLAGS             -i4 -r8 -automatic -align all 
     16%NCDF_INC            -I$(NETCDF_INC_DIR) 
     17%NCDF_LIB            -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf 
     18%FC                  mpif90 -c -cpp 
     19%FCFLAGS             -i4 -r8 -DCPP_PARA -O3 -automatic -align all 
    2120%FFLAGS              %FCFLAGS 
    2221%LD                  mpif90 
    23 %LDFLAGS           
     22%LDFLAGS 
    2423%FPPFLAGS            -P -C -traditional 
    2524%AR                  ar 
     
    2726%MK                  gmake 
    2827%USER_INC            %NCDF_INC 
    29 %USER_LIB            %NCDF_LIB  
     28%USER_LIB            %NCDF_LIB 
Note: See TracChangeset for help on using the changeset viewer.