source: TOOLS/SURPACK_IPSL/load_batch_directives.sh @ 4605

Last change on this file since 4605 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
RevLine 
[2136]1#!/bin/bash
2
3# Directives Batch pour le code parallele
[2160]4export nbProcs="4"
[2136]5
6# Duree max des traitements pour une instance du script "launch_and_measureTime.sh"
[2160]7export computationTime="86400"
[2136]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.
[2160]12export timeLimitBeforeEnd="3600"
[2136]13
[2160]14export projectName="gen2211"
[2136]15
[2160]16export queueType="xlarge"
[2136]17
[2160]18export QosType="normal"
[2136]19
20export corePerProc="1"
Note: See TracBrowser for help on using the repository browser.