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 9459 for branches/2017/dev_merge_2017/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2018-04-04T17:27:32+02:00 (6 years ago)
Author:
clem
Message:

remove unecessary -O1 optimization in geo2ocean for agrif. I tested with -O3 and -O0 on intel proc, and both optimizations seem to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/SBC/geo2ocean.F90

    r9454 r9459  
    1010   !!            3.7  !  11-2015  (G. Madec)  remove the unused repere and repcmo routines 
    1111   !!---------------------------------------------------------------------- 
    12 #if defined key_agrif 
    13 !DIR$ OPTIMIZE:1 
    14 #endif 
     12!clem: these lines do not seem necessary anymore 
     13!#if defined key_agrif 
     14!!DIR$ OPTIMIZE:1        ! intel formulation 
     15!!DIR$ OPTIMIZE (-O 1)   ! cray formulation 
     16!#endif 
    1517   !!---------------------------------------------------------------------- 
    1618   !!   rot_rep       : Rotate the Repere: geographic grid <==> stretched coordinates grid 
Note: See TracChangeset for help on using the changeset viewer.