Skip to content

Commit 445231d

Browse files
20260222 - container
1 parent 3e3098f commit 445231d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hpc.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ cd /Users/itpetersen/Documents/Projects/Bayesian_IRT/
361361
#$ -o /Users/itpetersen/Documents/Projects/Bayesian_IRT/Output/
362362
363363
# Load the environment modules
364+
module purge
364365
module load stack/2022.2
365366
module load r/4.2.2_gcc-9.5.0
366367
@@ -387,8 +388,11 @@ cd /Users/itpetersen/Documents/Projects/Bayesian_IRT/
387388
#$ -e /Users/itpetersen/Documents/Projects/Bayesian_IRT/Output/
388389
#$ -o /Users/itpetersen/Documents/Projects/Bayesian_IRT/Output/
389390
391+
# Load the environment modules
392+
module purge
393+
390394
# Run the R script inside container
391-
/usr/bin/apptainer exec /old_Users/itpetersen/Documents/Containers/r_argon.sif \
395+
apptainer exec /Users/itpetersen/Documents/Containers/r_argon.sif \
392396
Rscript ./Analyses/factorScores.R
393397
```
394398

0 commit comments

Comments
 (0)