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

    • Property svn:executable deleted
    r8468 r9576  
    3030 export MP_SHARED_MEMORY=yes 
    3131 export MPIRUN="mpirun -n $OCEANCORES" 
    32  export MPIRUN_MPMD="mpirun -np $OCEANCORES ./opa : -np $XIOS_NUMPROCS /home/delrosso/XIOS_1.0/xios-1.0/bin/xios_server.exe" 
     32 export MPIRUN_MPMD="mpirun -np $OCEANCORES ./nemo : -np $XIOS_NUMPROCS /home/delrosso/XIOS_1.0/xios-1.0/bin/xios_server.exe" 
    3333 
    3434# 
     
    6969#  Run the parallel MPI executable  
    7070# 
    71 #  echo "Running time ${MPIRUN} " $OCEANCORES " ./opa" 
     71#  echo "Running time ${MPIRUN} " $OCEANCORES " ./nemo" 
    7272# 
    7373 
    7474  if [ MPI_FLAG == "yes" ]; then 
    7575     if [ $XIOS_NUMPROCS -eq 0 ]; then 
    76        time ${MPIRUN} ./opa 
     76       time ${MPIRUN} ./nemo 
    7777     else 
    7878       time ${MPIRUN_MPMD} 
    7979     fi 
    8080  else 
    81        time ./opa 
     81       time ./nemo 
    8282  fi 
    8383# 
Note: See TracChangeset for help on using the changeset viewer.