lsf-python-api
lsf-python-api copied to clipboard
Location for the LSF Python wrapper for controlling all things LSF
The installation instructions ask for: ``` source profile.lsf bash: profile.lsf: No such file or directory ``` but this file does not appear to be in the repo. Please tell me...
Fixed spelling of "installing"
Corrected spelling of development
I want to analyse logs from a submitted command. so how to get feedback from commands?
SWIG, run by build_ext, generates a shared object file and a python library. The latter needs to be generated before build_py is run so that build_py finds it. Unfortunately the...
Hi, thanks for all your hard work. This has come a long way since the last release. Any chance of tagging a new one?
when building on rockylinux9 with a light set of dev packages (gcc/glibc-devel) ``` /usr/bin/ld: cannot find -lnsl ``` libnsl was removed from standard glibc libraries. does LSF still require libnsl...