Modules in Puhti
This tutorial requires that you have a user account at CSC
and it is a member of a project that has access to Puhti service.
- Log in to Puhti with your user credentials.
ssh <your_csc_username>@puhti.csc.fi
- Check out which modules are loaded:
- Check what versions are available for Gromacs (note, that this might take a while, as the command searches through all the available modules):
- Check the recommended versions (=versions compatible with your current environment):
- Load the gromacs-env module, and check the loaded modules list again.
module load gromacs-env
module list
Do you notice any changes?
- Switch to the GPU version of Gromacs, and check the situation.
module load gromacs-env/2020-gpu
module list
- Unload all modules:
- Check the example batch job script for Gromacs to see how the module is recommended to be loaded there (first two lines after the
#SBATCH
commands and comments).