Takeshi Yoshimura
Takeshi Yoshimura
Hi, @ckddls1321 @d4l3k @kiukchung I created LSF scheduler with Docker/Singularity and NFS. please check my PR #588
I renamed them. thank you!
@d4l3k Thank you for commenting my code! As you point out, it seems much better to use the python library and focus on Docker. I wil try to fix the...
@d4l3k The python library for LSF seems not to provide pip prebuilt binaries. We need to download and build their code at running LSF nodes as far as my test....
I updated lsf_scheduler.py according to your comment. can you please take a look? @d4l3k Honestly speaking, I don't recommend using [lsf-python-api](https://github.com/IBMSpectrumComputing/lsf-python-api). Its critical weak point is no support for job...
Public images for LSF were deleted for security reasons in the past. An official instruction to build an LSF image is https://github.com/IBMSpectrumComputing/lsf-operator/blob/main/README-Building-the-images.md.
@d4l3k I fixed lint and pyre with unit tests. please check them. To unit tests without subprocess calls, I separated parser logic from the LsfScheduler methods. > Do we have...
@d4l3k Thank you! I know this is only the first step for the LSF scheduler. I think I need to keep working on integration tests and documentation (, plus Singularity...