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 9576 for branches/2017/dev_merge_2017/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-PW7_MONSOON – NEMO

Ignore:
Timestamp:
2018-05-11T16:50:48+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Global renaming for SETTE + fix for key_lim3 in MY_SRC: push remaining modifications in order to start from a clean checkout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-PW7_MONSOON

    • Property svn:executable deleted
    r8468 r9576  
    7070  if [ MPI_FLAG == "yes" ]; then 
    7171     n=1 
    72      echo "./opa" > ./alltasks 
     72     echo "./nemo" > ./alltasks 
    7373     while [ $n -lt $OCEANCORES ] 
    7474     do 
    75        echo "./opa" >> ./alltasks 
     75       echo "./nemo" >> ./alltasks 
    7676       n=$(( $n + 1 )) 
    7777     done 
    7878     time ${MPIRUN} ./alltasks 
    7979  else 
    80      time ./opa 
     80     time ./nemo 
    8181  fi 
    8282 
Note: See TracChangeset for help on using the changeset viewer.