Running RangeShiftR in parallel #55
Replies: 2 comments 2 replies
-
|
Hi, This is a brief outline of how I make use of a foreach loop if I have different landscape scenarios I want to run a RangeShifter simulation on: Best, |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, currently it is not possible to increase runtime for the RangeShiftR package. However, with the next version of RangeShifter there will be the possibility to speed up the runtime by parallel processing at least for the batch interface. I hope I can also integrate it for the R package, but I still need to have a closer look... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In the RangeShiftR paper it say RangeShiftR "has access to R’s infrastructure for parallel and cluster computing".
I am looking to run my simulations using multiple cores on a cluster, but I haven't been able to find anything in the package documentation or other publications which say how I might be able to do this?
Will RangeShiftR automatically recognise (& use) multiple cores if a job has more cores allocated, or does it need to be explicitly specified in the R script somewhere, as well as the jobscript? I've used a foreach loop to run things in parallel previously, but I am not sure how I'd apply this to the RangeShiftR simulations.
Any help would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions