You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm running a simulation using future_replicate and I'd like to use future.batchtools to split it into multiple jobs on my institution's HPC and then within each job spread the runs over multiple cores.
For example, say I want to run 100 iterations. Can I split that into 10 jobs and within each job spread the 10 iterations (100 iterations / 10 jobs) over 10 cores with just one call to future_replicate in my code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there, I'm running a simulation using
future_replicate
and I'd like to usefuture.batchtools
to split it into multiple jobs on my institution's HPC and then within each job spread the runs over multiple cores.For example, say I want to run 100 iterations. Can I split that into 10 jobs and within each job spread the 10 iterations (100 iterations / 10 jobs) over 10 cores with just one call to
future_replicate
in my code?Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions