furrr::future_map_df
, max.concurrent.jobs
for torque cluster
#744
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm not sure what I'm missing here. I have a problem that I want to pack into jobs on a pbs cluster with a size that can run within a two hour time limit. This will result in some thousands of jobs. Per user cluster limits prohibit that many jobs from being submitted simultaneously. The call generating the jobs is of this form:
The batchtools option of max.concurrent.jobs appears to address this issue, but I can't seem to set it via plan or config file, and haven't found any examples.
Attempts:
a batchtools.conf.R file containing
Is that the right format?
adding registry to the plan call:
I can see the submitJobs code is doing:
So the registry looks like it is the right place to put this, but what is the right way of doing this from
furrr
orfuture_map
?I appreciate any advice
Beta Was this translation helpful? Give feedback.
All reactions