aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/sample.job
blob: da3ee47f4f23713fb656c98800d7a38c02517e14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
# This job command file is called job.cmd
#@ job_type = parallel
#@ class = general
#@ node = 1
#@ output = job$(jobid).out
#@ error = job$(jobid).err
#@ total_tasks=16
#@ wall_clock_limit = 0:0:1
#@ network.MPI = sn_all,not_shared,us
##@ ... other LoadLeveler keywords (see below)
#@ notification = always
#@ notify_user = totakura@in.tum.de
#@ queue

#@ executable = /bin/bash