Replies: 1 comment 3 replies
-
@macork, CausalGPS is reasonably optimized for multicore systems (e.g., your laptop, or one server node on HPC). So you cannot get more out of it by adding a new parallelization approach. You can simply use lapply if you need to run the function on a list of parameters. The only reason to run multiple |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was hoping to find a way to run the generate_pseudo_pop() function from CausalGPS in parallel using functions like mclapply. I am currently unable to do so, does anyone have any suggestions on how to parallelize so that I can run the package over many different values for delta (one of the parameters that you can tune)?
Beta Was this translation helpful? Give feedback.
All reactions