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

Changeset 9612


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

Location:
utils/CI/sette/BATCH_TEMPLATE
Files:
3 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" 
  • utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA_DEBUG

    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" 
  • 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.