source: trunk/LMDZ.MARS/deftank/pem/exeGCM.sh @ 3046

Last change on this file since 3046 was 3046, checked in by jbclement, 17 months ago

Mars PEM:
Improvements of scripts to launch the chained simulations of GCM and PEM runs.
JBC

  • Property svn:executable set to *
File size: 464 bytes
RevLine 
[3038]1#!/bin/bash
2#SBATCH --account=cin0391
[3046]3#SBATCH --job-name=runGCM1
[3038]4#SBATCH --constraint=GENOA
5### GENOA nodes accommodate 96 cores
6### Number of Nodes to use
7#SBATCH --nodes=1
8### Number of MPI tasks per node
9#SBATCH --ntasks-per-node=1
10### Number of OpenMP threads per MPI task
11#SBATCH --cpus-per-task=1
12#SBATCH --threads-per-core=1
13###SBATCH --exclusive
[3046]14#SBATCH --output=run_gcm_%A.out
[3038]15#SBATCH --time=10:00:00
16
17srun testphys1d_29_phymars_para.e > out_runGCM1 2>&1
Note: See TracBrowser for help on using the repository browser.