-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
Summary:
I'm curious how the build of Cmdstan with a make/local file and the compiling of a model with supplied compiler args interact with one another
Description:
I'm constantly doing a lot of profiling on models where I'm switching at the CXXFlags/ STAN options when building Cmdstan. Since one can specify those flags in the make/local as well as when building a model via cmdstanpy, I was curious how these things interact. E.g., If I build Cmdstan:
make buildand my make/local has
STAN_OPENCL=True
Does that opencl option when building the model model override what is in make/local? So, if I set to false in cmdstanpy, it will be overridden, but if I do not set it, then it will always be tru?
Additional Information:
Provide any additional information here.
Current Version:
1.0.0
Metadata
Metadata
Assignees
Labels
No labels