source: TOOLS/PACK_IPSL/load_batch_directives.sh @ 1854

Last change on this file since 1854 was 1853, checked in by gpincka, 12 years ago

principalement : enchainement du launcher parallele + gestion reprise du code parallele

  • Property svn:executable set to *
File size: 218 bytes
Line 
1#!/bin/bash
2
3# Directives Batch pour le code parallele
4export nbProcs="4"
5export computationTime="900"
6export timeLimitBeforeEnd="890"
7
8export projectName="tgcc0013"
9
10export queueType="standard"
11
12export QosType="test"
Note: See TracBrowser for help on using the repository browser.