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 9612 for utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA – NEMO

Ignore:
Timestamp:
2018-05-18T17:00:53+02:00 (6 years ago)
Author:
clem
Message:

put mpirun by default (instead of poe) to force the use of intel2017 otherwise agrif does not work and they are issues with repro/restart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA

    r9576 r9612  
    2727# Local settings for machine IBM Power6 (VARGAS at IDRIS France) 
    2828# 
    29 export MPIRUN="poe" 
     29export MPIRUN="mpirun" 
    3030 
    3131# 
     
    6666# 
    6767  if [ MPI_FLAG == "yes" ]; then 
    68      echo "Running time ${MPIRUN} ./nemo -procs $OCEANCORES" 
    69      time ${MPIRUN} ./nemo -procs $OCEANCORES 
     68     echo "Running time ${MPIRUN} -np $OCEANCORES ./nemo" 
     69     time ${MPIRUN} -np $OCEANCORES ./nemo 
    7070  else 
    7171     echo "Running time ./nemo" 
Note: See TracChangeset for help on using the changeset viewer.