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

Ignore:
Timestamp:
2020-09-24T09:45:05+02:00 (4 years ago)
Author:
smasson
Message:

arch: update intel debug options for IRENE and JEANZAY

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

Legend:

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

    r12130 r13510  
    4444%CPP               cpp 
    4545%FC                  mpif90 -c -cpp 
    46 %FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model strict -ftrapuv -fpe0 -check bounds 
     46%FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model strict -ftrapuv -check all,noarg_temp_created -fpe-all0 -ftz 
    4747%FFLAGS              %FCFLAGS 
    4848%LD                  mpif90 
  • utils/build/arch/CNRS/arch-X64_JEANZAY_DEBUG.fcm

    r11650 r13510  
    4949%CPP               cpp 
    5050%FC                  mpiifort -c -cpp 
    51 %FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model strict -ftrapuv -check bounds -fpe-all=0 -ftz 
     51%FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model strict -ftrapuv -check all,noarg_temp_created -fpe-all0 -ftz 
    5252%FFLAGS              %FCFLAGS 
    5353%LD                  mpiifort 
Note: See TracChangeset for help on using the changeset viewer.