balston
balston
The Rmpi test job on Kathleen has failed: ``` It looks like MPI_INIT failed for some reason; your parallel process is likely to abort. There are many reasons that a...
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: https://mc-stan.org/cmdstanr/ It needs special installation https://mc-stan.org/cmdstanr/#installing-the-r-package The module bundle _r/r-4.4.0_bc-3.19_ will need updating to include the _cmdstan/2.35.0/gnu-10.2.0_...
R module bundle _r/r-4.4.0_bc-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.