/[lmdze]/trunk/Scripts/LMDZE_LL.sh
ViewVC logotype

Contents of /trunk/Scripts/LMDZE_LL.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 3 months ago) by guez
File MIME type: application/x-sh
File size: 398 byte(s)
Initial import
1 # This is a script in Bash with directives for LoadLeveler.
2
3 # This script submits an execution to LoadLeveler on Zahir
4
5 ##@ cpu_limit = 10:00
6 # (per process)
7 ##@ data_limit = 1GB # (per process)
8
9 #@ job_name = gcm_79
10 ##@ output = $(job_name).out
11 ##@ error = $(output)
12
13 #@ queue
14
15 set -vx
16 trap 'exit 1' ERR
17 echo $SHELL
18 echo $PATH
19 echo $-
20 echo $PS1
21
22 cd $workdir/LMDZE
23 ./gcm.sh <<EOF
24 igcm28
25 34
26 n
27
28 EOF

Properties

Name Value
svn:eol-style native
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.21