Hi - With cmdstanpy is it possible to specify the path in CmdStanModel
to where compiled Stan program will be saved, similar to the way you can with the output_dir
argument in CmdStanModel.sample()
?
The following is stated in the cmdstan guide:
The generated C++ code (
bernoulli.hpp
), object file (bernoulli.o
) and the compiled executable will be placed in the same directory as the Stan program.
which makes it sound like the path is fixed to wherever the Stan program lives. But I wanted to check here in case I might be missing something.