TABLE OF CONTENTS
::pwtk::lsf_profile
USAGE
::pwtk::lsf_profile profileName profileSpecs
DESCRIPTION
Define a LSF "profile" within the PWTK script. See also: ::pwtk::LSF.
Here is an example of how a new lsf profile can be defined and used:
lsf_profile n24 { #!/bin/sh #BSUB -q parallel #BSUB -n 24 #BSUB -W 6:00 }
LSF n24 { import job.pwtk }