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 7743 – NEMO

Changeset 7743


Ignore:
Timestamp:
2017-02-28T10:55:27+01:00 (7 years ago)
Author:
flavoni
Message:

fix for sette_rpt.sh; set just 1 variable COMPILER in sette.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/sette.sh

    r7722 r7743  
    8989# 
    9090# Compiler among those in NEMOGCM/ARCH 
     91# 
     92COMPILER=X64_ADA 
     93 
    9194export USING_OMP="no" 
    92 # 
    93 if [ ${USING_OMP} == "yes" ] 
    94  then 
    95    COMPILER=ifort_athena_xios_omp 
    96  else 
    97    COMPILER=X64_ADA 
    98  fi 
    9995export BATCH_COMMAND_PAR="llsubmit" 
    10096export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
Note: See TracChangeset for help on using the changeset viewer.