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 3696 for branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS/arch-X64_CURIE.fcm – NEMO

Ignore:
Timestamp:
2012-11-28T10:07:11+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: add arch file example with xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/ARCH/CNRS/arch-X64_CURIE.fcm

    r3680 r3696  
    1414# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
    1515 
    16 %NCDF_INC            -I$(NETCDF_INC_DIR) 
    17 %NCDF_LIB            -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf 
    18 %FC                  mpif90 -c  
     16%NCDF_INC            -I/usr/local/netcdf-4.2_hdf5/include 
     17%NCDF_LIB            -L/usr/local/netcdf-4.2_hdf5/lib -L/usr/local/hdf5-1.8.8/lib    -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++ 
     18%FC                  mpif90 -c -cpp 
    1919# for Curie Fat Node 
    20 #%FCFLAGS             -i4 -r8 -fast -xSSE4.2 -automatic 
     20#%FCFLAGS             -i4 -r8 -O3 -fp-model precise -xSSE4.2  
    2121# for Curie Thin Node 
    22 #%FCFLAGS             -i4 -r8 -fast -xAVX   -automatic 
    23 ## 
    24 ## for both FAST and THIN nodes 
    25 %FCFLAGS             -i4 -r8 -O3 
    26 ## 
     22#%FCFLAGS             -i4 -r8 -O3 -fp-model precise -xAVX 
     23# for Curie all Node 
     24%FCFLAGS             -i4 -r8 -O3 -fp-model precise 
    2725%FFLAGS              %FCFLAGS 
    2826%LD                  mpif90 
Note: See TracChangeset for help on using the changeset viewer.