Rev | Line | |
---|
[2532] | 1 | #!/bin/bash |
---|
| 2 | #SBATCH --nodes=2 |
---|
| 3 | #SBATCH --ntasks-per-node=14 |
---|
| 4 | ### set --threads-per-core=2 for hyperthreading |
---|
| 5 | #SBATCH --threads-per-core=1 |
---|
| 6 | #SBATCH -J remap_XIOS |
---|
| 7 | #SBATCH --time=00:20:00 |
---|
| 8 | #SBATCH --output job_mpi.%j.out |
---|
| 9 | #SBATCH --constraint=BDW28 |
---|
| 10 | ##SBATCH --constraint=HSW24 |
---|
| 11 | ##SBATCH --mem=8G |
---|
| 12 | #SBATCH --exclusive |
---|
| 13 | |
---|
| 14 | set -vx |
---|
| 15 | |
---|
| 16 | source /scratch/cnt0027/lmd1167/adelavois/models/code/XIOS/arch.env |
---|
| 17 | |
---|
| 18 | #printenv | sort |
---|
| 19 | |
---|
| 20 | srun --resv-ports --kill-on-bad-exit=1 --mpi=pmi2 --label -n $SLURM_NTASKS start_archive2icosa > start_archive2icosa.out 2>&1 |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.