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

« back to all changes in this revision

Viewing changes to bin/batch.LOADL_BG

  • 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
 
# Batch options (LoadLeveler)
3
 
# ===========================
4
 
#
5
 
# To obtain all available options, run the LoadLeveler GUI,
6
 
# "xloadl", choose the "build job" option; select options,
7
 
# then select "save". Options and their matching syntax
8
 
# may then be inferred from the saved file.
9
 
#
10
 
# @ job_name = nameandcase
11
 
#
12
 
# @ job_type = BlueGene
13
 
# @ class = BGP64_1H
14
 
# @ group = No_Group
15
 
#
16
 
# @ bg_connection = mesh                   # other options: torus, prefer_torus
17
 
#
18
 
# @ input = /dev/null
19
 
# @ output = $(job_name).$(jobid).out
20
 
# @ error  = $(job_name).$(jobid).err
21
 
# @ notification = never
22
 
#
23
 
# @ queue
24
 
#
25
 
# Other LoadLeveler arguments or variants: (use "@" to define):
26
 
#   wall_clock_limit = <hard_limit>, <soft_limit>
27
 
#   class = <class_name>
28
 
#
29
 
# Warning: when coupling with SYRTHES, 1 pset will be reserved for each
30
 
#          instance of SYRTHES. The Kernel will be executed on the remaining
31
 
#          processors, so make sure to reserve a sufficiently high number
32
 
#          of processors.
33
 
#