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 11373 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/tests/BENCH/EXPREF/submit_bench – NEMO

Ignore:
Timestamp:
2019-07-30T17:33:23+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : timing working with more than 9999 cores, see #2285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/tests/BENCH/EXPREF/submit_bench

    r11364 r11373  
    6565   elif [ $nproc_exe1 -lt 800 ] 
    6666   then 
    67        timejob=8000 
     67       timejob=20000 
    6868   elif [ $nproc_exe1 -lt 1600 ] 
    6969   then 
     70       timejob=15000 
     71   elif [ $nproc_exe1 -lt 3200 ] 
     72   then 
     73       timejob=7500 
     74   elif [ $nproc_exe1 -lt 10000 ] 
     75   then 
    7076       timejob=5000 
    71    elif [ $nproc_exe1 -lt 3200 ] 
     77   elif [ $nproc_exe1 -lt 20000 ] 
    7278   then 
    7379       timejob=2500 
     
    219225#!/bin/bash 
    220226#SBATCH --job-name=Seq        # nom du job 
    221 #SBATCH --partition=cpu_dev   # demande d'allocation sur la partition CPU 
     227#SBATCH --partition=cpu_gct3   # demande d'allocation sur la partition CPU 
    222228#SBATCH --nodes=${nnode}             # nombre de noeuds 
    223229#SBATCH --ntasks-per-node=${ncore_node}  # nombre de taches MPI par noeud 
     
    259265ls -l 
    260266 
    261 rsync -av namelist_cfg time.step ocean.output out_run.txt communication_report.txt layout.dat timing.output output.namelist* $( pwd ) 
     267if [ "\$( pwd )" != "\${SLURM_SUBMIT_DIR}" ] 
     268then  
     269    rsync -av namelist_cfg time.step ocean.output jobout_${resolution}_${nproc5}_${dateref} communication_report.txt layout.dat timing.output output.namelist* \${SLURM_SUBMIT_DIR} 
     270fi 
    262271 
    263272EOF 
Note: See TracChangeset for help on using the changeset viewer.