/[lmdze]/trunk/Scripts/make_LL.ksh
ViewVC logotype

Annotation of /trunk/Scripts/make_LL.ksh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File MIME type: text/plain
File size: 241 byte(s)
Initial import
1 guez 3 # This is a script in KornShell 88 with directives for LoadLeveler.
2    
3     #@ cpu_limit = 1:00:00
4    
5     #@ job_name = make_gcm
6     #@ output = $(job_name).out
7     #@ error = $(output)
8    
9     #@ queue
10    
11     set -x
12     trap 'exit 1' ERR
13    
14     cd ~/LMDZE_program/libf
15     time gmake gcm

  ViewVC Help
Powered by ViewVC 1.1.21