How to use R

Software
Version
Cluster
R
4.1.1.1
Dardel

R on Dardel does not work across nodes but using the cores available on one Dardel node should suffice for all operations.

run R it using:

$ module add cray-R
$ salloc -A <your-project-ID> -N 1 -t 60 -p <partition> srun -n 8 R --no-save <[myscript]

Disclaimer

PDC takes no responsibility for the correctness of results produced with the binaries. Always evaluate the binaries against known results for the systems and properties you are investigating before using the binaries for production jobs.