Skip to content

question on interaction of compiler options  #517

@grburgess

Description

@grburgess

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 build

and 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions