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 3225 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/ARCH/NOC/arch-ALTIX_NAUTILUS_SETTE.fcm – NEMO

Ignore:
Timestamp:
2011-12-15T17:06:19+01:00 (12 years ago)
Author:
acc
Message:

Branch 2011/dev_NEMO_MERGE_2011. Tidy up NOC arch files and move to NOC subdirectory. Small change to Flist_archfile.sh to make members ARCH subdirectories visible when using makenemo -h

Location:
branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/ARCH/NOC
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/ARCH/NOC/arch-ALTIX_NAUTILUS_SETTE.fcm

    r3224 r3225  
    1 # ifort compiler options for NOCS ALTIX cluster nautilus using NetCDF4 libraries 
     1# ifort compiler options for NOCS ALTIX cluster nautilus using NetCDF4 libraries and minimal optimisation for the purposes of SETTE testing 
    22# NCDF_HOME   root directory containing lib and include subdirectories for netcdf4 
    33# HDF5_HOME   root directory containing lib and include subdirectories for HDF5 
     
    2323%NCDF_LIB            -L%HDF5_HOME/lib -L%NCDF_HOME/lib -Bstatic -lnetcdf -lhdf5_fortran -lhdf5_hl -lhdf5 -Bdynamic -lz 
    2424%FC                  ifort 
    25 %FCFLAGS             -r8 -O3 -xT -ip -vec-report0 
    26 %FFLAGS              -r8 -O3 -xT -ip -vec-report0 
     25%FCFLAGS             -r8 -O0 
     26%FFLAGS              -r8 -O0 
    2727%LD                  ifort 
    2828%FPPFLAGS            -P -C -traditional 
     
    3333%USER_INC            %NCDF_INC 
    3434%USER_LIB            %NCDF_LIB 
    35  
    36 # - if debugging use these flags 
    37 #FCFLAGS             -g -traceback -r8 -O0 -xT -ip -vec-report0 
    38 #FFLAGS              -g -traceback -r8 -O0 -xT -ip -vec-report0 
Note: See TracChangeset for help on using the changeset viewer.