BwUniCluster2.0/Software/R/Rstan
< BwUniCluster2.0 | Software | R
Jump to navigation
Jump to search
Installation instructions
Consider starting an interactive job for compiling. Copy and paste the following to your shell.
# Load the R software module, e.g. module load math/R/3.6.3 # Prepare .R directory (if it does not already exists) mkdir -p ~/.R # to Makevars echo "CXX14=icpc" >>~/.R/Makevars echo "CXX14FLAGS=-O3 -fPIC -std=c++14 -axCORE-AVX512,CORE-AVX2,AVX -xSSE4.2 -fp-model strict -qopenmp" >> ~/.R/Makevars