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 3336 for trunk/NEMOGCM/SETTE/BATCH_TEMPLATE/sette_batch_template – NEMO

Ignore:
Timestamp:
2012-03-30T11:29:20+02:00 (12 years ago)
Author:
clevy
Message:

SETTE bugfixes see ticket #941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/BATCH_TEMPLATE/sette_batch_template

    r3294 r3336  
    6464#  Run the parallel MPI executable  
    6565# 
     66  if [ MPI_FLAG == "yes" ]; then 
    6667  echo "Running time ${MPIRUN} ./opa" 
    67 # 
    68  
    69   if [ MPI_FLAG == "yes" ]; then 
    7068     time ${MPIRUN} ./opa 
    7169  else 
     70  echo "Running time./opa" 
    7271     time ./opa 
    7372  fi 
Note: See TracChangeset for help on using the changeset viewer.