Hp XC System 2.x Software Manuel d'utilisateur Page 136

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 154
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 135
steps through a series of commands that illustrate what occurs when you launch an interactive
shell.
Check LSF execution host information:
$ bhosts
HOST_NAME STATUS JL/U MAX NJOBS RUN SSUSP USUSP RSV
lsfhost.localdomain ok - 12 0 0 0 0 0
Check partition information:
$ sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
lsf up infinite 6 idle n[5-10]
Check local host information:
$ hostname
n2
Check job information:
$ bjobs
No unfinished job found
Run the LSF bsub -Is command to launch the interactive shell:
$ bsub -Is -n1 /bin/bash
Job <120> is submitted to default queue <normal>.
<<Waiting for dispatch ...>>
<<Starting on lsfhost.localdomain>>
Note the output when hostname is again issued:
$ hostname
n16
Note the F ROM_HOST when bjobs is again issued:
$ bjobs
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
120 smith RUN normal n2 lsfhost.loc /bin/bash date and time
Note the output when srun hostname is issued:
$ srun hostname
n10
Exit from the shell:
$ exit
exit
A.3 Running LSF Jobs with a SLURM Allocation Request
A.3.1 Example 1. Two Processors on Any Two Nodes
This example submits a job th
at requests two processors on any tw o nodes, on an HP XC
system that has three comput
e nodes.
Submit the job:
$ bsub -n2 -ext "SLURM[nodes=2]" -I s
run hostname
Job <8> is submitted to default queue
<normal>.
<<Waiting for dispatch ...>>
<<Starting on lsfhost.localdomain>
>
n13
n14
A-2 Examples
Vue de la page 135
1 2 ... 131 132 133 134 135 136 137 138 139 140 141 ... 153 154

Commentaires sur ces manuels

Pas de commentaire