> mod_cl <- cmdstan_model("~/dtSTAN/GPU_example/model.stan",
+ cpp_options = list(stan_opencl = TRUE))
Compiling Stan program...
stanc: option '--use-opencl' cannot be repeated
Usage: stanc [OPTION]… [MODEL_FILE]
Try 'stanc --help' for more information.
make: *** [make/program:66: /tmp/RtmpAU4L5R/model-578b4397dcb1.hpp] Error 124
Error: An error occured during compilation! See the message above for more information.
Using an already compiled model work, tho. I just updated cmdstan.
I have no idea if this is right or not, but the message option '--use-opencl' cannot be repeated makes me wonder if you have --use-opencl in make/local, such that it’s getting repeated?