source: trunk/LMDZ.MARS/util/newstart_startarchive2icosa/job_mpi @ 2363

Last change on this file since 2363 was 2363, checked in by adelavois, 5 years ago

New tool to convert a startarchive from LMDZ (lonlat) into start.nc and startfi.nc adapted to DYNAMICO

File size: 540 bytes
Line 
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
14set -vx
15
16source /scratch/cnt0027/lmd1167/adelavois/dynamico-giant/code/XIOS/arch.env
17
18#printenv | sort
19
20srun --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.