cambiotraining / hpc-intro

Practical course on running jobs on a HPC
https://cambiotraining.github.io/hpc-intro/
Other
14 stars 13 forks source link

Common issues #10

Open tavareshugo opened 3 years ago

tavareshugo commented 3 years ago

Create a file for instructors with common issues that we see happen with learners.

Here are some:

tavareshugo commented 2 years ago

R packages not available

The libPaths variable is defined in ~/.Rprofile file. It has to be done this way, otherwise the compute nodes don't see it. But if the participant accidentally deletes the file (it happened once!), then the packages will not be available. The solution is to copy one of our ~/.Rprofile to their home. Or alternatively, they can run:

echo '.libPaths("/scratch/applications/R/site-library")' > ~/.Rprofile