IBM Platform LSF 9.1.3 Fix 328121 Readme File
Abstract
Solution to show the settings for pending time, interactive jobs, exclusive jobs, and run time limit when specifying the bjobs customized output.
Description
Readme documentation for IBM Platform LSF 9.1.3 Fix 328121 including installation-related instructions, prerequisites and co-requisites, and list of fixes.
This fix addresses the following issue:
Add support to show the settings for pending time, interactive jobs, exclusive jobs, and run time limit by either running bjobs -o pend_time, bjobs -o interactive, bjobs -o exclusive, bjobs -o runtimelimit/rtlimit or by adding pend_time, interactive, exclusive, runtimelimit/rtlimit to LSB_BJOBS_FORMAT in lsf.conf.
For example:
bjobs -o “jobid pend_time interactive exclusive runtimelimit”
JOBID PEND_TIME INTERACTIVE EXCLUSIVE RUNTIMELIMIT
1 20 Y N 100.0/host1
2 10 N Y -
1. For a pending job, the PEND_TIME is the current time minus the job’s submission time.
2. For a dispatched (running and suspending) job, the PEND_TIME is the job’s start time minus the job’s submission time.
3. For a requeued, migrated, or rerun job, the PEND_TIME is the current time (re-dispatched time) minus the job’s requeued, migrated, or rerun time.
4. Jobs that are submitted with following bsub options are treated as interactive jobs. -I, -Ip, -Is, -IS, -ISp, -ISs, -IX.
5. bjobs -o exclusive shows Y for jobs that are submitted with -x option, a compute unit exclusive request, or an affinity exclusive request.
6. The RUNTIMELIMIT is the merged value of job level run time limit assignment, the application level run time limit setting and the queue level run time limit setting. If ABS_RUNLIMIT is enabled, the RUNTIMELIMIT is not normalized by the host CPU factor.
7. For IBM Platform LSF MultiCluster ("MultiCluster") with the job level run time limit specified, "bjobs -o runtimelimit" shows the normalized run time on both the submission cluster and the execution cluster. Defining the run time limit at the application or queue level in the submission cluster does not affect the job’s run time on the job execution cluster, so defining it in the submission cluster is meaningless. However, when defining the run time limit at the application or queue level in the submission cluster, running "bjobs -o runtimelimit" in the submission cluster still shows the combined run time limit of the submission cluster as being different from the effective run time limit at the execution cluster, while running "bjobs -o runtimelimit" in the execution cluster shows the effective run time limit.
Readme file for: IBM® Platform LSF
Product/Component Release: 9.1.3
Update Name: Fix 328121
Fix ID: LSF-9.1.3-build328121
Publication date: 7 January 2015
Last modified date: 7 January 2015
Contents:
1. Download location
2. Products or components affected
3. System requirements
4. Installation and configuration
5. List of files
6. Copyright and trademark information
1. Download Location
Download Fix 328121 from the following location: http://www.ibm.com/eserver/support/fixes/
2. Products or components affected
Affected components include:
LSF/mbatchd
LSF/bjobs
3. System requirements
Linux2.6-glibc2.3-x86_64
4. Installation and configuration
4.1 Before installation
(LSF_TOP=Full path to the top-level installation directory of LSF.)
1) Log on to the LSF master host as root
2) Set your environment:
- For csh or tcsh: % source LSF_TOP/conf/cshrc.lsf
- For sh, ksh, or bash: $ . LSF_TOP/conf/profile.lsf
4.2 Installation steps
1) Go to the patch install directory: cd $LSF_ENVDIR/../9.1/install/
2) Copy the patch file to the install directory $LSF_ENVDIR/../9.1/install/
3) Run patchinstall: ./patchinstall <patch>
4.3 After installation
1) Log on to the LSF master host as root
2) Run badmin mbdrestart
4.4 Uninstallation
To roll back a patch:
1) Log on to the LSF master host as root
2) Run ./patchinstall -r <patch>
3) Run badmin mbdrestart
5. List of files
mbatchd
bjobs
6. Copyright and trademark information
© Copyright IBM Corporation 2015
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
IBM®, the IBM logo and ibm.com® are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.