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 – 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
Files:
1 added
1 edited
1 copied
2 moved

Legend:

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

    r3224 r3225  
    1 # ifort compiler options for NOCS ALTIX cluster nautilus 
     1# ifort (mpif90) compiler options for NOCS ALTIX cluster nautilus 
    22# NCDF_INC    netcdf include file 
    33# NCDF_LIB    netcdf library 
  • 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 
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/TOOLS/COMPILE/Flist_archfile.sh

    r3198 r3225  
    8282      done 
    8383   done 
    84 else 
    85    if [ -d ${MAIN_DIR}/ARCH/${1} ]; then 
     84elif [ -d ${MAIN_DIR}/ARCH/${1} ]; then 
    8685      echo "Available compilers at $1 :" 
    8786      for file in  $(ls ${MAIN_DIR}/ARCH/$1 | grep fcm ) 
     
    9291      printf "%-20s %s %-s\n" "${zvar1%.fcm}" : "${zvar2#\#}" 
    9392      done 
    94    fi 
     93else 
     94      echo "Available consortium member sub-directories :" 
     95      for dir  in  $(ls ${MAIN_DIR}/ARCH | grep -v fcm ) 
     96      do 
     97         echo ${dir} 
     98      done 
     99      echo "use \"makenemo -h all\" or \"makenemo -m help\" to see compilers available in member's sub-directories" 
    95100fi 
Note: See TracChangeset for help on using the changeset viewer.