DEFAULT_QUEUE
Syntax
DEFAULT_QUEUE=queue_name ...
Description
Space-separated list of candidate default queues (candidates must already be defined in lsb.queues).
When you submit a job to LSF without explicitly specifying a queue, and the environment variable LSB_DEFAULTQUEUE is not set, LSF puts the job in the first queue in this list that satisfies the job’s specifications subject to other restrictions, such as requested hosts, queue status, etc.
Default
This parameter is set at installation to DEFAULT_QUEUE=normal interactive.
When a user submits a job to LSF without explicitly specifying a queue, and there are no candidate default queues defined (by this parameter or by the user’s environment variable LSB_DEFAULTQUEUE), LSF automatically creates a new queue named default, using the default configuration, and submits the job to that queue.