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

Ignore:
Timestamp:
2012-11-09T10:35:02+01:00 (11 years ago)
Author:
flavoni
Message:

Sette now is working, and all routines are coherents, see ticket: #941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-PW6_VARGAS

    r3520 r3532  
    6060  echo Directory is `pwd` 
    6161#  
    62 #  Run the executable  
     62#  Run the parallel MPI executable  
     63# 
     64  echo "Running time ${MPIRUN} ./opa" 
    6365# 
    6466  if [ MPI_FLAG == "yes" ]; then 
    65   echo "Running time ${MPIRUN} ./opa" 
    6667     time ${MPIRUN} ./opa 
    6768  else 
    68   echo "Running time ./opa" 
    6969     time ./opa 
    7070  fi 
Note: See TracChangeset for help on using the changeset viewer.