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 9696 for utils/CI – NEMO

Changeset 9696 for utils/CI


Ignore:
Timestamp:
2018-05-30T18:32:47+02:00 (6 years ago)
Author:
clem
Message:

change mpirun to poe for ADA

Location:
utils/CI/sette/BATCH_TEMPLATE
Files:
3 edited

Legend:

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

    r9612 r9696  
    2727# Local settings for machine IBM Power6 (VARGAS at IDRIS France) 
    2828# 
    29 export MPIRUN="mpirun" 
     29#export MPIRUN="mpirun" 
     30export MPIRUN="poe" 
    3031 
    3132# 
     
    6768  if [ MPI_FLAG == "yes" ]; then 
    6869     echo "Running time ${MPIRUN} -np $OCEANCORES ./nemo" 
    69      time ${MPIRUN} -np $OCEANCORES ./nemo 
     70     #time ${MPIRUN} -np $OCEANCORES ./nemo 
     71     time ${MPIRUN} ./nemo -procs $OCEANCORES 
    7072  else 
    7173     echo "Running time ./nemo" 
  • utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA_DEBUG

    r9612 r9696  
    2727# Local settings for machine IBM Power6 (VARGAS at IDRIS France) 
    2828# 
    29 export MPIRUN="mpirun" 
     29#export MPIRUN="mpirun" 
     30export MPIRUN="poe" 
    3031 
    3132# 
     
    6768  if [ MPI_FLAG == "yes" ]; then 
    6869     echo "Running time ${MPIRUN} -np $OCEANCORES ./nemo" 
    69      time ${MPIRUN} -np $OCEANCORES ./nemo 
     70     #time ${MPIRUN} -np $OCEANCORES ./nemo 
     71     time ${MPIRUN} ./nemo -procs $OCEANCORES 
    7072  else 
    7173     echo "Running time ./nemo" 
  • utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA_O0

    r9612 r9696  
    2828# 
    2929#export MPIRUN="poe -procs $OCEANCORES" 
    30 export MPIRUN="mpirun" 
     30#export MPIRUN="mpirun" 
     31export MPIRUN="poe" 
    3132 
    3233# 
     
    6869  if [ MPI_FLAG == "yes" ]; then 
    6970     echo "Running time ${MPIRUN} -np $OCEANCORES ./nemo" 
    70      time ${MPIRUN} -np $OCEANCORES ./nemo 
     71     #time ${MPIRUN} -np $OCEANCORES ./nemo 
     72     time ${MPIRUN} ./nemo -procs $OCEANCORES 
    7173  else 
    7274     echo "Running time ./nemo" 
Note: See TracChangeset for help on using the changeset viewer.