HP XC System 2.x Software User Manual

Page 137

Advertising
background image

View the job:

$ bjobs -l 8

Job <8>, User <smith>, Project <default>, Status <DONE>, Queue <normal>,

Interactive mode, Extsched <SLURM[nodes=2]>, Command <srun hostname>

date and time stamp: Submitted from host <lsfhost.localdomain>,

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 <normal>.

<<Waiting for dispatch ...>>

<<Starting on lsfhost.localdomain>>

n14

n14

n16

n16

View the job:

$ bjobs -l 9

Job <9>, User <smith>, Project <default>, Status <DONE>,

Queue <normal>, Interactive mode, Extsched <SLURM[nodelist=n[14,16]]>,

Command <srun hostname>

date and time stamp: Submitted from host <lsfhost.localdomain>,

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;<SLURM[nodelist=n[14,16]]>;

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

Advertising