Quentin Read

Results 29 comments of Quentin Read

Hi, I apologize for not following up on this. I have been continuing to troubleshoot but still getting the `Architecture not detected` error I posted originally. To respond to the...

Apologies for the multiple pings, is there any way that someone can help reproduce this error and try to diagnose?

@andrjohns Those are both great things to know, thank you! I will try the rebuild solution you provided, and also try to see if things work when elevating users to...

Hi @andrjohns I believe I've isolated the problem, and it is related to users not having admin privileges. Is there any way to configure cmdstanr so that the compiled executables...

``` [1] "CXXFLAGS += -Wno-nonnull -D_UCRT" [2] "TBB_CXXFLAGS= -D_UCRT" [3] "CXXFLAGS += -Wno-deprecated-declarations" [4] "-Wno-deprecated-declarations -Wno-unused-lambda-capture -Wno-unused-variable -Wno-unknown-pragmas" [5] "TBB_CXXFLAGS += -Wno-unused-but-set-variable" [6] "CXXFLAGS_BOOST += -Wno-deprecated-declarations" ```

Hi, I was able to rebuild cmdstan with the flags. However I still get lots of compiler messages. For example, ``` library(brms) brm(mpg~hp,data=mtcars,backend='cmdstanr') ``` If I run the above, I...

Thanks @mdahirel - based on your comment I rolled cmdstanr back to 0.5.3 and now I no longer get the compiler warnings or excessive sampler warnings from brms. I also...

+1, this would be extremely helpful. I just looked on this repo to see if anything like this was in the works because I would love to use `brmsmargins` for...

Sadly my C++ skills are nonexistent but I believe I could take a stab at either or both of those R tasks. I will try to take a look at...