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

    r9576 r9612  
    2828# 
    2929#export MPIRUN="poe -procs $OCEANCORES" 
    30 export MPIRUN="poe" 
     30export MPIRUN="mpirun" 
    3131 
    3232# 
     
    6767# 
    6868  if [ MPI_FLAG == "yes" ]; then 
    69      echo "Running time ${MPIRUN} ./nemo -procs $OCEANCORES" 
    70      time ${MPIRUN} ./nemo  -procs $OCEANCORES 
     69     echo "Running time ${MPIRUN} -np $OCEANCORES ./nemo" 
     70     time ${MPIRUN} -np $OCEANCORES ./nemo 
    7171  else 
    7272     echo "Running time ./nemo" 
Note: See TracChangeset for help on using the changeset viewer.