-u

Displays jobs that were submitted by the specified users or user groups.

Categories

filter

Synopsis

bjobs -u user_name ... | -u user_group ... | -u all

Conflicting options

Do not use with the -G option.

Description

The keyword all specifies all users. To specify a Windows user account, include the domain name in uppercase letters and use a single backslash (DOMAIN_NAME\user_name) in a Windows command line or a double backslash (DOMAIN_NAME\\user_name) in a UNIX command line.

Examples

bjobs -u all -a

Displays all jobs of all users.

bjobs -d -q short -m hostA -u user1

Displays all the recently finished jobs submitted by user1 to the queue short, and executed on the host hostA.