Changeset 9696
- Timestamp:
- 2018-05-30T18:32:47+02:00 (7 years ago)
- Location:
- utils/CI/sette/BATCH_TEMPLATE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA
r9612 r9696 27 27 # Local settings for machine IBM Power6 (VARGAS at IDRIS France) 28 28 # 29 export MPIRUN="mpirun" 29 #export MPIRUN="mpirun" 30 export MPIRUN="poe" 30 31 31 32 # … … 67 68 if [ MPI_FLAG == "yes" ]; then 68 69 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 70 72 else 71 73 echo "Running time ./nemo" -
utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA_DEBUG
r9612 r9696 27 27 # Local settings for machine IBM Power6 (VARGAS at IDRIS France) 28 28 # 29 export MPIRUN="mpirun" 29 #export MPIRUN="mpirun" 30 export MPIRUN="poe" 30 31 31 32 # … … 67 68 if [ MPI_FLAG == "yes" ]; then 68 69 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 70 72 else 71 73 echo "Running time ./nemo" -
utils/CI/sette/BATCH_TEMPLATE/batch-X64_ADA_O0
r9612 r9696 28 28 # 29 29 #export MPIRUN="poe -procs $OCEANCORES" 30 export MPIRUN="mpirun" 30 #export MPIRUN="mpirun" 31 export MPIRUN="poe" 31 32 32 33 # … … 68 69 if [ MPI_FLAG == "yes" ]; then 69 70 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 71 73 else 72 74 echo "Running time ./nemo"
Note: See TracChangeset
for help on using the changeset viewer.