LSF Version 7.3 - Using Platform LSF HPC
Example job scripts
For the following job script:
# mypoe_jobscript
#!/bin/sh
#BSUB -o out.%J
#BSUB -n 2
#BSUB -m "hostA"
#BSUB -a poe
export MP_EUILIB=ip
mpirun.lsf ./hmpis
Submit the job script as a redirected job, specifying the appropriate resource
requirement string:
bsub -R "select[poe>0]" < mypoe_jobscript
For the following job script:
# mypoe_jobscript
#!/bin/sh
#BSUB -o out.%J
#BSUB -n 2
#BSUB -m "hostA"
#BSUB -a poe
export MP_EUILIB=us
mpirun.lsf ./hmpis
Submit the job script as a redirected job, specifying the appropriate resource
requirement string:
bsub -R "select[ntbl_windows>0] rusage[ntbl_windows=1] span[ptile=1]" <
mypoe_jobscript
Limitations
◆
POE authentication for LSF jobs is supported on PE 3.x or PE 4.x. It is assumed
that only one
pmd version is installed on each node in the default location:
/usr/lpp/ppe.poe/bin/pmdv3 for PE 3.x
or
/usr/lpp/ppe.poe/bin/pmdv4 for PE 4.x
If both
pmdv3 and pmdv4 are available in /usr/lpp/ppe.poe/bin, pmd_w
launches
pmdv3.