Changeset 26 for trunk


Ignore:
Timestamp:
02/14/12 21:10:42 (12 years ago)
Author:
rblod
Message:

Correct option for Curie

File:
1 edited

Legend:

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

    r21 r26  
    1616%NCDF_INC            -I$(NETCDF_INC_DIR) 
    1717%NCDF_LIB            -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf 
    18 %FC                  mpif90 -c -cpp 
     18%FC                  mpif90 -c  
    1919# for Curie Fat Node 
    20 %FCFLAGS             -i4 -r8 -fast -xSSE4.2 -automatic 
     20#%FCFLAGS             -i4 -r8 -fast -xSSE4.2  
     21%FCFLAGS             -i4 -r8 -O3 -xSSE4.2  
    2122# for Curie Thin Node 
    22 #%FCFLAGS             -i4 -r8 -fast -xAVX   -automatic 
     23##%FCFLAGS             -i4 -r8 -fast -xAVX  
     24%FCFLAGS             -i4 -r8 -O3 -xAVX    
    2325%FFLAGS              %FCFLAGS 
    2426%LD                  mpif90 
     
    2628%FPPFLAGS            -P -C -traditional 
    2729%AR                  ar 
     30# use version of AR below with -fast option (slow down compilation) 
     31#%AR                  xiar 
    2832%ARFLAGS             rs 
    2933%MK                  gmake 
Note: See TracChangeset for help on using the changeset viewer.