Configuring the LSF DRM Settings

You can set specific LSF requirements for an individual component in the simulation process flow when that component is dispatched with the LSF distributed resource manager (DRM). These settings affect the properties of the LSF job used to dispatch the workitem at run time.

  1. Select the component whose properties you want to edit, and click the Properties button on the Component Title Bar.

  2. From the Properties dialog box, click the Affinities tab.

    Select the LSF DRM option, the DRM settings are displayed. These settings are used for LSF-based dispatching of workitems using the LSF DRM. If the LSF DRM is not enabled or if the LSF DRM is not used to dispatch this workitem, these settings are ignored.

  3. Set any of the options, as desired.

    Option Description
    Job Name Specify the name of the LSF job. Refer to the bsub-N” option on the bsub man page for more information.
    Job Group Specify the group name. Refer to the bsub-g” option on the bsub man page for more information.
    Hosts Specify the hosts that can run this workitem. Refer to the bsub-m” option on the bsub man page for more information.
    Number of Processors Specify the number of processors required to run this workitem. Refer to the bsub-n” option on the bsub man page for more information.
    Resources Specify the LSF resources used to dispatch this workitem. Refer to the bsub-R” option on the bsub man page for more information.
    Begin Time Specify the minimum start time for this LSF job. Refer to the bsub-b” option on the bsub man page for more information.
    End Time Specify the maximum termination deadline for this job. Refer to the bsub-t” option on the bsub man page for more information.
    Additional Bsub Arguments Specify any additional arguments to bsub for this workitem, supplied to bsub exactly as typed here. Refer to the bsub man page for more information on the additional arguments that are available.

  4. Click OK to save your changes and to close the Properties dialog box.