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

Changeset 11325 for utils/build


Ignore:
Timestamp:
2019-07-23T10:19:17+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : bugfixes for sette with debug options

Location:
utils/build/arch
Files:
2 edited

Legend:

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

    r10339 r11325  
    4444%CPP               cpp 
    4545%FC                  mpif90 -c -cpp 
    46 %FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model precise -ftrapuv -fpe0 
     46%FCFLAGS             -i4 -r8 -g -O0 -debug all -traceback -fp-model precise -ftrapuv -fpe0 -check bounds 
    4747%FFLAGS              %FCFLAGS 
    4848%LD                  mpif90 
  • utils/build/arch/arch-osx_gfortran_debug.fcm

    r10533 r11325  
    4242%NCDF_HOME           /opt/local 
    4343%HDF5_HOME           /opt/local 
    44 %XIOS_HOME           /Users/$( whoami )/xios-2.0 
     44%XIOS_HOME           /Users/$( whoami )/xios-2.5 
    4545%OASIS_HOME          /not/defined 
    4646 
     
    5454%CPP               cpp-mp-4.8 -Dkey_nosignedzero  
    5555%FC                mpif90  
    56 #%FCFLAGS             -fdefault-real-8 -O3 -funroll-all-loops -fcray-pointer -ffree-line-length-none -fbounds-check 
    57 %FCFLAGS             -fdefault-real-8 -O0 -funroll-all-loops -fcray-pointer -ffree-line-length-none -fcheck=bounds -finit-real=nan 
     56%FCFLAGS             -fdefault-real-8 -O0 -g -fbacktrace -funroll-all-loops -fcray-pointer -ffree-line-length-none -fcheck=bounds -finit-real=nan 
    5857%FFLAGS              %FCFLAGS 
    5958%LD                  %FC 
Note: See TracChangeset for help on using the changeset viewer.