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

« back to all changes in this revision

Viewing changes to extras/batch/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
#
 
3
# Batch options for IBM LoadLeveler (example: BlueGene/P)
 
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
# @ job_name = nameandcase
 
12
# @ step_name = runcase
 
13
# @ comment = Standard Code_Saturne script
 
14
#
 
15
# @ job_type = BlueGene
 
16
# @ class = BGP64_1H
 
17
# @ group = No_Group
 
18
#
 
19
# @ wall_clock_limit = 00:20:00
 
20
# @ bg_connection = mesh                   # other options: torus, prefer_torus
 
21
#
 
22
# @ input = /dev/null
 
23
# @ output = $(job_name).$(jobid).out
 
24
# @ error  = $(job_name).$(jobid).err
 
25
# @ notification = never
 
26
#
 
27
# @ queue
 
28
#
 
29
# Other LoadLeveler arguments or variants: (use "@" to define):
 
30
#   notify_user = <user_email>
 
31
#   initialdir = <dir>
 
32
#   env_copy = master
 
33
#   bg_size = <n_ranks>
 
34
#   wall_clock_limit = <hard_limit>, <soft_limit>
 
35
#
 
36
#-------------------------------------------------------------------------------
 
37
 
 
38
# Change to submission drectory
 
39
cd $LOADL_STEP_INITDIR
 
40