LSB_BUSERS_FORMAT

Syntax

LSB_BUSERS_FORMAT="field_name ..."

Description

Sets the customized output format for the busers command. Specify which busers fields to display, and in which order.

The busers -o option overrides the LSB_BUSERS_FORMAT environment variable, which overrides the LSB_BUSERS_FORMAT setting in lsf.conf.

Valid values

The following are the field names used to specify the busers fields to display:

  • user (Name of the user or user group)
  • jl/p
  • max
  • nstart (Current number of starting tasks for all of a users' jobs)
  • pend
  • run
  • ssusp
  • ususp
  • rsv
  • njobs
  • pjobs
  • mpend
  • mpjobs
  • priority
  • ngpus (Number of physical GPUs that the users or user groups are using)
  • ngpus_shared (Number of physical GPUs that the users or user groups are using in shared mode)
  • ngpus_excl (Number of physical GPUs that the users or user groups are using in exclusive mode)
  • ngpus_shared_jexcl (Number of physical GPUs that the users or user groups are using in shared mode, but the jobs of the user is exclusive)
  • all (Displays all fields. Specify the colon (:) with an output width that applies to all fields. Available starting in Fix Pack 14.)

Field names are case-sensitive.

Example

LSB_BUSERS_FORMAT="user ngpus_alloc ngpus_excl_alloc ngpus_shared_alloc ngpus_shared_jexcl_alloc"

Default

Not defined. The current busers output is used.