HP XC System 2.x Software User Manual
Page 137
View the job:
$ bjobs -l 8
Job <8>, User
Interactive mode, Extsched
date and time stamp: Submitted from host
CWD <$HOME>, 2 Processors Requested;
date and time stamp: Started on 2 Hosts/Processors
<2*lsfhost.localdomain>;
date and time stamp: slurm_id=24;ncpus=4;slurm_alloc=n[13-14];
date and time stamp: Done successfully. The CPU time used is 0.0 seconds.
SCHEDULING PARAMETERS:
r15s r1m r15m ut pg io ls it tmp swp mem
loadSched
-
-
-
-
-
-
-
-
-
-
-
loadStop
-
-
-
-
-
-
-
-
-
-
-
EXTERNAL MESSAGES:
MSG_ID
FROM
POST_TIME
MESSAGE
ATTACHMENT
0
-
-
-
-
1
lsfadmin
date and time
SLURM[nodes=2]
N
A.3.2 Example 2. Four Processors on Two Specific Nodes
This example submits a job that requests four processors on two specific nodes, on an XC
system that has three compute nodes.
Submit the job:
$ bsub -I -n4 -ext "SLURM[nodelist=n[14,16]]" srun hostname
Job <9> is submitted to default queue
<
<
n14
n14
n16
n16
View the job:
$ bjobs -l 9
Job <9>, User
Queue
Command
date and time stamp: Submitted from host
CWD <$HOME>, 4 Processors Requested;
date and time stamp: Started on 4 Hosts/Processors
<4*lsfhost.localdomain>;
date and time stamp: slurm_id=24;ncpus=4;
date and time stamp: Done successfully. The CPU time used is 0.0 seconds.
SCHEDULING PARAMETERS:
r15s r1m r15m ut pg io ls it tmp swp mem
loadSched
-
-
-
-
-
-
-
-
-
-
-
loadStop
-
-
-
-
-
-
-
-
-
-
-
EXTERNAL MESSAGES:
MSG_ID
FROM
POST_TIME
MESSAGE
ATTACHMENT
0
-
-
-
-
1
lsfadmin
date and time
SLURM[nodelist=n[14,16]]
N
A.4 Launching a Parallel Interactive Shell Through LSF
This section provides an example that shows how to launch a parallel interactive shell through
LSF. The
bsub -Is
command is used to launch an interactive shell through LSF. This example
Examples
A-3