1BSUB(1)               User Contributed Perl Documentation              BSUB(1)
2
3
4

NAME

6       bsub - submit a batch job in a familiar OpenLava format
7

SYNOPSIS

9       bsub
10             [-cwd Working Directory Path]
11             [-e Error Path]
12             [-I Interactive Mode]
13             [-m Node List]
14             [-M Memory Limit]
15             [-n Min Process]
16             [-o Output Path]
17             [-q Queue Name]
18             [-W Time]
19             [-x Exclusive]
20             [-h]
21             [script]
22

DESCRIPTION

24       The bsub submits batch jobs. It is aimed to be feature-compatible with
25       OpenLavas' bsub.
26

OPTIONS

28       -cwd Working Directory Path
29           Specify the working directory path for the job.
30
31       -e Error Path
32           Specify a new path to receive the standard error output for the
33           job.
34
35       -I  Interactive execution.
36
37       -J Job Name
38           Name if the job to be submitted.
39
40       -m Host List
41           Space seperated list of hosts that this job will run on.
42
43       -M Memory Limit
44           Memory limit of the job.
45
46       -n Min Processes
47           Minimum number of processes for the job.
48
49       -o out_path
50           Specify the path to a file to hold the standard output from the
51           job.
52
53       -q Queue
54           The partition that this job will run on.
55
56       -W Time
57           Run time of the job.
58
59       -x Exclusive
60           Run this job in exclusive mode. Job will not share nodes with other
61           jobs.
62
63       -? | --help
64           brief help message
65
66       --man
67           full documentation
68
69
70
71perl v5.30.1                      2019-11-18                           BSUB(1)
Impressum