TABLE OF CONTENTS


::pwtk::LSF

DESCRIPTION

The master command for the LSF batch queuing. It instructs PWTK how to submit the script to LSF system. The usage of LSF command is entirely analogous to ::pwtk::SLURM command, hence see ::pwtk::SLURM for further details.

The LSF can be configured by the user in the ~/.pwtk/lsf.tcl file.

USAGE

Either:

   LSF { ...script... }

Or:

   LSF options { ...script...}

Or:

   LSF profile [options] { ...script...}

where "options" are LSF options and "profile" is a user defined profile for LSF (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/lsf.tcl).