IBM Platform LSF

This section describes how to set up and use a run configuration using IBM Platform Load Sharing Facility (LSF), as the target system configuration within the Parallel Tools Platform (PTP), to support LSF job submission. You can submit LSF batch jobs or run interactive jobs using LSF to manage the job, depending which LSF target system configuration you use.

Initial Setup

The user account that you use to submit jobs to the remote LSF system must include an invocation of profile.lsf, cshrc.lsf or perl.lsf as part of its login shell script, depending on that account's shell command processor. By invoking the appropriate script, you ensure that the account is set up for PTP to run LSF commands.

If you are using LSF to run interactive parallel jobs using OpenMPI or MPICH2, you must make sure that the PATH and LD_LIBRARY_PATH environment variables are set in your login shell script to point to the executable (bin) and library (lib) directories for your version of MPI unless it is installed in system directories.

If you are using IBM Platform MPI you must make sure the PATH environment variable is set in your login shell script to point to the executable (bin) directory where the executables for IBM Platform MPI reside.

For IBM Parallel Environment, the poe executable used to launch your application resides in /usr/bin, so no special setup is required.

In addition, when you define the connection to the remote host, make sure the Use login shell checkbox in the Generic Remote Host dialog is checked. Note that this dialog appears in simplified mode. In order to check the Use login shell checkbox, you must click the Advanced button then check the checkbox.

Submitting a Batch Job

To submit a batch job, use the Run menu or the run icon to select an existing run configuration or create a new run configuration. The run configuration should be a Parallel Application run configuration.

Next, select the IBM Platform LSF option from the Target System Configuration drop down widget.

Then select the connection for the remote system from the Connection name drop down widget or click the New button to create a new connection to the remote system. (See Initial Setup about defining the connection.)


Running an Interactive Job

To run an interactive application, use the Run menu or the run icon to select an existing run configuration or create a new run configuration. The run configuration should be a Parallel Application run configuration.

To debug an interactive application, use the Debug option on the Run menu or the debug icon to select an existing debug configuration or create a new debug configuration. The debug configuration should be a Parallel Application run configuration.

Next, select the IBM Platform LSF Interactive option from the Target System Configuration drop down widget.

Then select the connection for the remote system from the Connection name drop down widget or click the New button to create a new connection to the remote system. (See Initial Setup about defining the connection.)

If you are running a parallel application, you must select a parallel runtime on the Job Submission tab and you must also specify the number of application tasks on the Job Submission tab.


Specifying Job Submission Options

After you have selected the LSF target system configuration and the connection, the resources tab of the run configuration dialog is populated with a set of tabbed panes whose values you fill in with LSF job submission parameters.

The LSF job submission options are organized into several tabbed panes

In addition, the Advanced tab displays a list of all LSF job submission options where you can also fill in the values you need.

Options on the Job Submission tab (Job Queue and Application Profile) and on the Scheduling tab (Reservation ID) are comprised of a text entry field and a List button. You can either fill in the value in the text entry field or click the List button to get a dialog where you can select from one of the available choices. The selection dialog displayed when you click the List button for one of these options appears similar to the following:

You select a value from the dialog by clicking the entry in the left column and clicking the OK button.

Once you have filled in the values in the tabs as needed then click the Run button to submit the LSF job.

Back to Top