LSF Version 7.3 - Using Platform LSF HPC
Begin Queue
QUEUE_NAME = hpc_ibm
PRIORITY = 30
NICE = 20
# ...
RES_REQ = select[ poe > 0 ]
EXCLUSIVE = Y
REQUEUE_EXIT_VALUES = 133 134 135
DESCRIPTION = Platform HPC 7 for IBM. This queue is to run POE jobs ONLY.
End Queue
Begin Queue
QUEUE_NAME = hpc_ibm_tv
PRIORITY = 30
NICE = 20
# ...
RES_REQ = select[ poe > 0 ]
REQUEUE_EXIT_VALUES = 133 134 135
TERMINATE_WHEN = LOAD PREEMPT WINDOW
RERUNNABLE = NO
INTERACTIVE = NO
DESCRIPTION = Platform HPC 7 for IBM TotalView debug queue. This queue is to
run POE jobs ONLY.
End Queue
◆
Configures hpc_linux queue for LAM/MPI and MPICH-GM jobs and
hpc_linux_tv queue for debugging LAM/MPI and MPICH-GM jobs through
Etnus TotalView®:
Begin Queue
QUEUE_NAME = hpc_linux
PRIORITY = 30
NICE = 20
# ...
DESCRIPTION = Platform HPC 7 for linux.
End Queue
Begin Queue
QUEUE_NAME = hpc_linux_tv
PRIORITY = 30
NICE = 20
# ...
TERMINATE_WHEN = LOAD PREEMPT WINDOW
RERUNNABLE = NO
INTERACTIVE = NO
DESCRIPTION = Platform HPC 7 for linux TotalView Debug queue.
End Queue
By default, LSF sends a SIGUSR2 signal to terminate a job that has reached its run
limit or deadline. Since LAM/MPI does not respond to the SIGUSR2 signal, you
should configure the
hpc_linux queue with a custom job termination action