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 3814 – NEMO

Changeset 3814


Ignore:
Timestamp:
2013-02-16T09:40:52+01:00 (11 years ago)
Author:
cetlod
Message:

dev_v3_4_STABLE_2012: change compilation option -03 to -O3 for CURIE

File:
1 edited

Legend:

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

    r3569 r3814  
    1818%FC                  mpif90 -c -cpp 
    1919# for Curie Fat Node 
    20 #%FCFLAGS             -i4 -r8 -03 -xSSE4.2 -fp-model precise 
     20#%FCFLAGS             -i4 -r8 -O3 -xSSE4.2 -fp-model precise 
    2121# for Curie Thin Node 
    22 %FCFLAGS             -i4 -r8 -03 -xAVX -fp-model precise 
     22%FCFLAGS             -i4 -r8 -O3 -xAVX -fp-model precise 
    2323%FFLAGS              %FCFLAGS 
    2424%LD                  mpif90 
Note: See TracChangeset for help on using the changeset viewer.