Closed HenrikBengtsson closed 8 years ago
getDoParName()
and getDoParVersion()
supported, cf. commit fc4431ee.
getDoParWorkers()
should depend on the current future strategy, i.e type of futures used. For most, it will be possible to infer this, but what about BatchJobs futures? For instance, if the backend is a HPC cluster with a job scheduler, then how many workers are there?!? Is it ok to return +Inf
?
Currently the following returns
NULL
(default):How to