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-X64_ADA – 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-X64_ADA

    r8468 r9576  
    6363#  Run the parallel MPI executable  
    6464# 
    65 #  echo "Running time ${MPIRUN} ./opa" 
     65#  echo "Running time ${MPIRUN} ./nemo" 
    6666# 
    6767  if [ MPI_FLAG == "yes" ]; then 
    68      echo "Running time ${MPIRUN} ./opa -procs $OCEANCORES" 
    69      time ${MPIRUN} ./opa -procs $OCEANCORES 
     68     echo "Running time ${MPIRUN} ./nemo -procs $OCEANCORES" 
     69     time ${MPIRUN} ./nemo -procs $OCEANCORES 
    7070  else 
    71      echo "Running time ./opa" 
    72      time ./opa 
     71     echo "Running time ./nemo" 
     72     time ./nemo 
    7373  fi 
    7474 
Note: See TracChangeset for help on using the changeset viewer.