Andrew Johnson

Results 456 comments of Andrew Johnson

Alright, I can replicate locally with the MKL when just running the unit tests for the MatrixBase plugins. Will sort out a fix asap

@wds15 & @rok-cesnovar, it's an Eigen bug, not Stan. The macros that Eigen are using for generating the MKL code (in the header that Sebastion [linked before](https://gitlab.com/libeigen/eigen/-/blob/master/Eigen/src/Core/Assign_MKL.h)) are only defined...

Just a heads up that this is going to be a larger refactor and I don't think should hold up 2.28

Additionally, while this approach copies the entire `cmdstan` folder and all included libraries (e.g., Boost, Eigen), the next step after this is to allow linking to system libraries (e.g., `libeigen3-dev`)...

I tihnk this is a little different to the `cmdstanR` and `cmdstanPy` approaches. Those download and compile cmdstan so that cmdstanR and cmdstanPy can interact with them, while this approach...

@wds15 You mentioned in another thread that your cluster has `cmdstan` installed centrally, do you know their process?

Yep, as mentioned in the linked post I'll be updating our release process to automatically build binaries for powerpc systems, so this will be handled automatically soon

@mjcarter95 powerpc support should be available now. You can either clone the develop branch of the cmdstan repo and build, or you can just download the stanc binary from the...

Are you able to compile and run the bernoulli example model thats included with cmdstan?

That's a good sign, at least. Can you share your model code and the .hpp that is generated by stan? That way I can check that the same c++ is...