source: TOOLS/SURPACK_IPSL/load_batch_directives.sh @ 3624

Last change on this file since 3624 was 2160, checked in by acosce, 11 years ago

Some update on surpack tools

1) add a script to move new pack on store and remove old simulation after checking results
2) make some improvement on launch_ipsl_pack.sh and other scripts

File size: 517 bytes
Line 
1#!/bin/bash
2
3# Directives Batch pour le code parallele
4export nbProcs="4"
5
6# Duree max des traitements pour une instance du script "launch_and_measureTime.sh"
7export computationTime="86400"
8
9# Si on est a "timeLimitBeforeEnd" de la fin des traitements (la duree max
10# des traitements est indique par la variable "computationTime"),
11# tout proc mpi ayant fini sa tache s'arrete.
12export timeLimitBeforeEnd="3600"
13
14export projectName="gen2211"
15
16export queueType="xlarge"
17
18export QosType="normal"
19
20export corePerProc="1"
Note: See TracBrowser for help on using the repository browser.