Subject: | Support for Open Lava |
OpenLava (http://www.openlava.org/) is an open source fork of the LSF program.
Currently the LSF module has the following problems when tested against OpenLava.
1. Installation fails as it checks for the pattern /^LSF/ in the output of `lsid`. Checking for non zero length string should suffice.
2. Version number is hardcoded in code which checks the output of command, The last release of the module took place when the LSF version was 4, Now the Original LSF tool version is 9+
3. The code assumes that all options are single character options, this results in something like -cwd being broken into -c wd
Patch for the above 3 issues are available at https://github.com/jahagirdar/LSF/commit/64b2f0093711ba6dec7770502feabf36cb5faf9c.patch