Last change
on this file since 3570 was
3392,
checked in by emillour, 8 months ago
|
Venus PCM:
Add some utilities to generate Venus PCM DYNAMICO start files
from a lon-lat start_archive.nc file
EM
|
File size:
473 bytes
|
Rev | Line | |
---|
[3392] | 1 | #!/bin/bash |
---|
| 2 | #SBATCH --nodes=1 |
---|
| 3 | #SBATCH --ntasks-per-node=20 |
---|
| 4 | ##SBATCH --partition=zen4 # zen4: 64cores/node and 240GB of memory |
---|
| 5 | #SBATCH --partition=zen16 # zen16: 32 cores/node core and 496GB of memory |
---|
| 6 | #SBATCH --mem-per-cpu=8G |
---|
| 7 | #SBATCH -J job_mpi |
---|
| 8 | #SBATCH --time=0:25:00 |
---|
| 9 | #SBATCH --output job_start_archive2icosa.%j.out |
---|
| 10 | |
---|
| 11 | source ../trunk/ARCH/arch-ifort_MESOIPSL.env |
---|
| 12 | |
---|
| 13 | #to be on the safe side |
---|
| 14 | export OMP_NUM_THREADS=1 |
---|
| 15 | |
---|
| 16 | mpirun start_archive2icosa > start_archive2icosa.out 2>&1 |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.