What's new and changed in IBM Spectrum LSF Application Center Version 10.2 Fix Pack 9
The following topics summarize the new and changed behavior in IBM Spectrum LSF Application Center ("LSF Application Center") 10.2 Fix Pack 9.
Changes to database support
This release includes database changes as follows:
- MariaDB JDBC 2.4 driver has been bundled in the LSF Application Center package.
- Additional database support with the addition of MySQL 8.0, and MariaDB 10.1, 10.2, 10.3.
Usability enhancements
- Drag and drop for local file selection during submission.
- Inline search support on job details page.
- Persistent user level preference.
- Support for template publish plug-in and publish notes.
- Show job array level run time and memory.
- Improvement for workload list performance with large number of flows.
- Show real LSF job number in dashboard and “by group” or “by queues”.
- Users can define result auto-download when submitting from Application Center.
Update Knowledge Center Customer Installed framework
The IBM Spectrum LSF Application Center Knowledge Center Customer Installed (KCCI) has been updated for version 10.2 Fix Pack 9, to reflect the latest documentation for the product.
Enhancements to Desktop Client
- Submission Tab view
- Server file selection
- Save-as in submission forms
- Refresh job list
New submission (application) templates
New default submission templates have been added for this release.
H2O
H2O is an open source machine learning platform. It supports a clustered mode which can be run across nodes in your LSF cluster. The LSF Application Center application template will help you deploy H2O across your LSF cluster and allow you to run R and python applications.
- H2O version 3.X (Tested with 3.26.0.4.X, 3.26.0.5)
- H2O requirements: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html
- R: The h2o R library is installed. In R shell:
library(h2o), h2o.connect()
- Python: The h2o python library is installed. In the Python shell:
import h2o, and run h2o.connect()
Tensorflow
Using the new Tensorflow submission (application) template included in 10.2 Fix Pack 9, users can start Tensorflow jobs on available LSF servers, from LSF Application Center.
When an administrator attempts to publish a Tensorflow template, they are prompted to ensure LSF has been configured to run jobs in Docker containers (following instructions at https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_docker/lsf_docker_prepare.html).
The administrator is prompted at the same time to enter a directory for download of the tutorial (MINST_Training). The path must be accessible from LSF servers. For example: /share/mldl.
Jupyter Notebook
Using the new Jupyter submission (application) template included in 10.2 Fix Pack 9, users can start Jupyter Notebook on an available LSF server, and access the Jupyter Notebook from LSF Application Center, using a browser. Anaconda must be installed in a shared directory which can be accessed by users on any LSF server.
Notification for jobs submitted through IBM Spectrum LSF commands bsub or bmod
The -notify option on bsub and bmod commands can deliver job status change notifications to all LSF Application Center channels (browser, desktop client, email, mobile).
New version of IBM Spectrum LSF mobile client
A new version (1.0.5) of the IBM Spectrum LSF mobile client is available on the Apple App Store and the Google Play store. This version includes some bug fixes and is supported on LSF Application Center 10.2 Fix Pack 9.
LSF Application Center SDK disabled by default
As of version 10.2 Fix Pack 9, the IBM Spectrum LSF Application Center SDK is disabled by default. To enable the SDK, define ENABLE_AC_SDK=Y in the pmc.conf configuration file.