Michel Lang

Results 218 comments of Michel Lang

> Hi there -- this should be an easy fix -- it looks like when resources is set with max.concurrent.jobs=N, and the job is run as a SLURM array job,...

I'm not sure if I completely understood your question. On most systems there is only one way to communicate the results back to the master: the file system. RData is...

> RData: indeed works for all objects as rds (I would have expected the latter to be faster to load if used without compression but I might have been wrong)....

> fst holds a compression/decompression library that will be far more efficient, you can "compress" your fst file with an index from 0 to 100. I do not get this...

You can query current/live jobs with `findRunning()/findOnSystem()`. And there is `showLog()` to inspect log files using `file.show()`. You can set the pager option to open the log with an editor,...

> To clarify this feature request: Is it possible (and safe) to set up a pointer to a batchtools registry from a separate R session (by only knowing its path...

Yep, that's a bug. Fixed and tested in 326349bb9dfa8a592b00a17887ec425ab50078f3.

NB: I've improved docs and error messages for the ro/rw stuff.

You can pass any value to the template as a resource, e.g. ```r submitJobs(resources = list(walltime = 300, conda.env = "my.conda.env")) ``` Note that users can provide default values for...