Software


To request software for the KU Community Cluster, fill out the Software Request form

Modules

The Modules environment is used to manage your software environment. Unlike a traditional computer, software needs to be loaded in your environment before it is ready to use. This simplifies the management of environment variables associated with various software packages.

Some common Modules commands include:

CommandAction
module availList all software packages available on the system
module spider packageSearch and list all versions of package available on the system; for example:
module spider python
module listList all packages currently added to your user environment
module load packageAdd the default version of the package to your user environment; for example:
module load R
module load package/versionAdd the specified version of the package to your user environment; for example:
module load R/3.4
module unload packageRemove the specified package from your user environment
module purgeRemoves all previously loaded modules from your user environment

The KU Community Cluster uses the Lmod module environment.


Standard Environment

When you log on to the cluster and when running a job, a default stack of software will be loaded automatically.

1) compiler/gcc/8.3  2) openmpi/4.0

If you don't wish to use the standard environment, the command module purge will remove all modules loaded, then you can load the modules you wish