~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to extras/batch/batch.LOADL

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-24 00:00:08 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111124000008-2vo99e38267942q5
Tags: 2.1.0-3
Install a missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-------------------------------------------------------------------------------
 
2
#
 
3
# Batch options for IBM LoadLeveler (example: IVANOE IBM iDataPlex cluster)
 
4
# =================================
 
5
#
 
6
# To obtain all available options, run the LoadLeveler GUI,
 
7
# "xloadl", choose the "build job" option; select options,
 
8
# then select "save". Options and their matching syntax
 
9
# may then be inferred from the saved file.
 
10
#
 
11
# @ shell = /bin/bash
 
12
#
 
13
# @ job_name = nameandcase
 
14
#
 
15
# @ job_type = mpich
 
16
#
 
17
# @ node = 128
 
18
# @ tasks_per_node = 6
 
19
# @ node_usage = not_shared
 
20
# @ class = standard
 
21
#
 
22
# @ wall_clock_limit = 00:25:00, 00:20:00
 
23
#
 
24
# @ output = $(job_name).$(jobid).out
 
25
# @ error  = $(job_name).$(jobid).err
 
26
# @ notification = never
 
27
#
 
28
# @ queue
 
29
#
 
30
# Other LoadLeveler arguments or variants: (use "@" to define):
 
31
#   wall_clock_limit = <hard_limit>, <soft_limit>
 
32
#   class = <class_name>
 
33
#
 
34
#-------------------------------------------------------------------------------
 
35
 
 
36
# Change to submission drectory
 
37
cd $LOADL_STEP_INITDIR
 
38