TABLE OF CONTENTS
::pwtk::LL
DESCRIPTION
The master command for the LL (Load-Leveler) batch queuing. It instructs PWTK how to submit the script to LL system. The usage of LL command is entirely analogous to ::pwtk::SLURM command, hence see ::pwtk::SLURM for further details.
The LL can be configured by the user in the ~/.pwtk/ll.tcl file.
USAGE
Either:
LL { ...script... }
Or:
LL options { ...script...}
Or:
LL profile [options] { ...script...}
where "options" are LL options and "profile" is a user defined profile for LL (i.e. a set of #BSUB options). If "profile" is omitted, the "default" profile is used, which is guaranteed to exist (it is defined in the file: $PWTK/config/ll.tcl).