The preinstalled software on our clusters can be searched
on the cluster with the command
find_module
, e.g.find_module Cp2k
. The argument is not case-sensitive.or search our web pages
If you can’t find the software you need you have several options:
We could install it for you. Please contact pc2-support@uni-paderborn.de.
If it is a Python or Julia package you can install it via the respective package managers.
You could use a software container solution like Singularity.
Or you can install the software in your project directory by setting the prefix (e.g.
./configure --prefix=$PC2PFS/hpc-prf-lsdft/prefix
) which will install the software with make install to this directory instead of/usr/bin
or/usr/local/bin
.
We are happy to support you with any questions or issue that come up.