Submitting an interactive job with lsf-hpc, Show the environment, Submit the job – HP XC System 3.x Software User Manual
Page 104: Show the job allocation, Show the slurm job id, Run some commands from the pseudo-terminal
n16
n16
Linux n14 2.4.21-15.3hp.XCsmp #2 SMP date and time stamp
ia64 ia64 ia64 GNU/Linux
Linux n14 2.4.21-15.3hp.XCsmp #2 SMP date and time stamp
ia64 ia64 ia64 GNU/Linux
Linux n16 2.4.21-15.3hp.XCsmp #2 SMP date and time stamp
ia64 ia64 ia64 GNU/Linux
Linux n16 2.4.21-15.3hp.XCsmp #2 SMP date and time stamp
ia64 ia64 ia64 GNU/Linux
Submitting an Interactive Job with LSF-HPC
This example shows how to submit a batch interactive job to LSF-HPC with the bsub -Ip command. When
you specify the -Ip option, bsub submits a batch interactive job and creates a pseudo-terminal when the
job starts. A new job cannot be submitted until the interactive job is completed or terminated.
Show the environment:
$ lsid
Platform LSF HPC 6.0 for SLURM, Sep 23 2004
Copyright 1992-2004 Platform Computing Corporation
My cluster name is penguin
My master name is lsfhost.localdomain
$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
lsf up infinite 4 idle n[13-16]
$ lshosts
HOST_NAME type model cpuf ncpus maxmem maxswp server RESOURCES
lsfhost.loc SLINUX6 DEFAULT 1.0 8 1M - Yes (slurm)
$ bhosts
HOST_NAME STATUS JL/U MAX NJOBS RUN SSUSP USUSP RSV
lsfhost.loc ok - 8 0 0 0 0 0
$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
lsf up infinite 4 idle n[13-16]
Submit the job:
$ bsub -n8 -Ip /bin/sh
Job <1008> is submitted to default queue
<
<
Show the job allocation:
$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
lsf up infinite 4 alloc n[13-16]
Show the SLURM job ID:
$ env | grep SLURM
SLURM_JOBID=74
SLURM_NPROCS=8
Run some commands from the pseudo-terminal:
$ srun hostname
n13
n13
n14
n14
104 Examples