-hostfile

Displays information about a job submitted with a user-specified host file.

Categories

format

Synopsis

bjobs -l | -UF [-hostfile]

Conflicting options

Use only with the -l or -UF option.

Description

If a job was submitted with bsub -hostfile or modified with bmod -hostfile to point to a user-specified host file, use -hostfile to show the user-specified host file path as well as the contents of the host file.

Use -hostfile together with -l or -UF, to view the user specified host file content as well as the host allocation for a given job.

Example

Use -l -hostfile to display a user-specified host file that was submitted with a job or added to a job.

For example:
bjobs -l -hostfile  2012
Job <2012>, User <userG>, Project <myproject>, Status <PEND>, Queue 
                         <normal>, Commnad <sleep 10000>
                         Thu Aug 1 12:43:25: Submitted from host <host10a>,
                         CWD <$HOME>,Host file </home/userG/myhostfile>;

......
USER-SPECIFIED HOST FILE:
HOST            SLOTS
host01            3
host02            1
host01            1
host02            2
host03            1