Skip to content

Commit fdd7446

Browse files
20260218 - tweaks
1 parent 2839c57 commit fdd7446

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hpc.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ Steps:
202202
# Install cmdstanr from Stan R universe
203203
R -e "install.packages('cmdstanr', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org'))"
204204
205-
# Install CmdStan
205+
# Create directory for CmdStan
206+
mkdir -p /opt/cmdstan
207+
208+
# Install CmdStan into that directory
206209
R -e "cmdstanr::install_cmdstan(cores = 2, dir='/opt/cmdstan')"
207210
208211
# Enable threading for within-chain parallelization

0 commit comments

Comments
 (0)