-
I think we typically follow LSF-style exit codes on our clusters: https://webcache.googleusercontent.com/search?q=cache:Z-KaimPWsZoJ:https://www.ibm.com/docs/en/SSETD4_9.1.3/lsf_admin/job_exit_codes_l…
-
It looks like specifying the lsf scheduler requires two memory keywords (mem, and memory). Should mem on the LSF scheduler be turned into memory so that it lines up with other schedulers and the core …
-
Astrocook convolves the model with a LSF which is sub-optimally sampled at the wavelength grid of the spectrum. It should be oversampled to avoid mis-evaluating the model at the spectrum wavelengths.
…
-
Here are the basic things that we do with the combination of partitions and qos in Slurm, and just queues in LSF:
1. set default limits on all user jobs that are trying to access a given set of no…
-
LSF's `bjobs -o` allows better control over the output and can print a
one-liner result with chosen separator, allowing much simpler parser
code than the current one::
```
[rmurri@frt ~]$ bjobs -o 'i…
-
**[Original report](https://bitbucket.org/laborstudents/lsf-flask/issue/46) by Bria Williams (Bitbucket: [BriaWilliams1202](https://bitbucket.org/BriaWilliams1202), ).**
-----------------------------…
-
The primary use case for this is to calculate LSF resource usage params based on the actual input data to a job. The syntax should probably look something like this:
``` javascript
{
"tasks": {
…
-
Currently, there is a limited nf-core config for the Sanger farm – https://github.com/nf-core/configs/blob/master/conf/sanger.config.
This ticket is to update the config to include the different qu…
-
Hello,
when trying to convert lsf to lsj then doing the opposite, it give an error due to Null token.
The error seems to come from the readAttribute function when it encounter this kind of lines :…
-
Timings for individual tests are reported as 0 ms (since output is dumped all at once at end). We could either use an interactive queue in LSF or we could try forking and tailing the log file instead …