Open balston opened 1 year ago
I'm attempting to build CmdStan 2.35.0 (the latest version) in my Scratch directory.
ok it builds and tests ok using the instructions here:
https://mc-stan.org/docs/cmdstan-guide/installation.html#installation-from-github
I will now make a build script and try installing it using GNU 10.2.0 compilers.
Build script done and run on Myriad from ccspapp:
./CmdStan-2.35.0_install 2>&1 | tee ~/Software/R/CmdStan-2.35.0_install.log-1
next step is to make a module file.
Module file done and pulled to Myriad. Need the following module commands to access this version of CmdStan:
module unload compilers mpi gcc-libs
module load cmdstan/2.35.0/gnu-10.2.0
The R package CmdStanR is not on CRAN but is available from here:
It needs special installation https://mc-stan.org/cmdstanr/#installing-the-r-package
The module bundle _r/r-4.4.0bc-3.19 will need updating to include the cmdstan/2.35.0/gnu-10.2.0 module and the build script:
R-4.4.0_packages_install
updated to install the package using the above instructions.
R module bundle _r/r-4.4.0bc-3.19 updated.
R package CmdStanR is now installed with R 4.4.0 on Myriad and added to the R additional packages install script.
user informed.
https://mc-stan.org/docs/cmdstan-guide/index.html#introduction