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 12130 for utils/build/arch – NEMO

Changeset 12130 for utils/build/arch


Ignore:
Timestamp:
2019-12-10T11:18:40+01:00 (4 years ago)
Author:
cetlod
Message:

Change compiler options for IRENE

Location:
utils/build/arch/CNRS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utils/build/arch/CNRS/arch-X64_IRENE.fcm

    r11359 r12130  
    4444%CPP               cpp 
    4545%FC                  mpif90 -c -cpp 
    46 %FCFLAGS             -i4 -r8 -O3 -fp-model precise -xCORE-AVX512 -fno-alias 
     46%FCFLAGS             -i4 -r8 -O3 -fp-model strict -xCORE-AVX512 -fno-alias 
    4747%FFLAGS              %FCFLAGS 
    4848%LD                  mpif90 
  • utils/build/arch/CNRS/arch-X64_IRENE_DEBUG.fcm

    r11359 r12130  
    4444%CPP               cpp 
    4545%FC                  mpif90 -c -cpp 
    46 %FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model precise -ftrapuv -fpe0 -check bounds 
     46%FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model strict -ftrapuv -fpe0 -check bounds 
    4747%FFLAGS              %FCFLAGS 
    4848%LD                  mpif90 
Note: See TracChangeset for help on using the changeset viewer.