Replies: 1 comment 8 replies
-
|
Using the different optimizers ctsem offers allows full parallelization, but it's a pretty big rewrite to get maprect working so that the sampler can be properly parallel too. Now that rstan is finally getting up to date this is on the list for next year :) |
Beta Was this translation helpful? Give feedback.
8 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.
-
Hi again Charles,
I'm running a ctsem model on a cluster using full Bayes (as opposed to optimisation). I'm wondering whether it's possible to make use of stan's within-chain parallelisation features to spread operations across cores (e.g., as implemented via the map_rect or reduce_sum functions)? Does ctsem have anything built in to make use of these features? Or are there any other ways of parallelising/speeding up models that run using full Bayes on a cluster? I see that the ctStanFit() function allows you set specify the number of cores you want to use, but presumably, this allows only one core per chain?
Cheers,
Tim
Beta Was this translation helpful? Give feedback.
All reactions