đź’¬ In this tutorial we will get familiar with the basic usage of containerized software.
đź’ Some software on CSC supercomputers have been installed as containers.
đź’ Sometimes, however, this is impractical and there might be slight differences compared to the standard usage as described in the documentation.
‼️ Please see the software documentation in Docs CSC for details and other considerations.
sinteractive
or open a compute node shell in the Puhti web interfacesinteractive --account <project> # replace <project> with your CSC project, e.g. project_2001234
module load r-env
Rscript --version
Rscript
works as expected and in most cases you don’t need to care about the fact that it is installed as a container.💠You can find more details about using R in the Docs CSC page of the r-env
module.
💡 If you’re unable to open an interactive session due to high load during the course, you can try this example in a login shell instead:
module load cutadapt
cutadapt -h