Changeset 70 for trunk


Ignore:
Timestamp:
02/12/13 10:02:33 (11 years ago)
Author:
smasson
Message:

update arch-X64_CURIE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/ARCH/CNRS/arch-X64_CURIE.fcm

    r51 r70  
    1414# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
    1515 
    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++ 
     16%NCDF_INC            -I/usr/local/netcdf-4.2_hdf5_parallel/include 
     17%NCDF_LIB            -L/usr/local/netcdf-4.2_hdf5_parallel/lib -L/usr/local/hdf5-1.8.9_parallel/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++ 
     18%XIOS_ROOT           /ccc/work/cont005/ra0542/massons/now/models/xios 
    1819%FC                  mpif90 -c -cpp 
    19 # for Curie Fat Node 
    20 %FCFLAGS             -i4 -r8  
    21 # for Curie Thin Node 
    22 #%FCFLAGS             -i4 -r8 -fast -xAVX   -automatic 
     20%FCFLAGS             -i4 -r8 -O3 -xAVX -fp-model precise 
    2321%FFLAGS              %FCFLAGS 
    2422%LD                  mpif90 
     
    2826%ARFLAGS             rs 
    2927%MK                  gmake 
    30 %USER_INC            %NCDF_INC  
    31 %USER_LIB            %NCDF_LIB  
     28%USER_INC            -I%XIOS_ROOT/inc %NCDF_INC  
     29%USER_LIB            -L%XIOS_ROOT/lib -lxios %NCDF_LIB  
Note: See TracChangeset for help on using the changeset viewer.