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:
Command | Action |
---|---|
module avail | List all software packages available on the system |
module spider package | Search and list all versions of package available on the system; for example:
module spider python |
module list | List all packages currently added to your user environment |
module load package | Add the default version of the package to your user environment; for example:
module load R |
module load package/version | Add the specified version of the package to your user environment; for example:
module load R/3.4 |
module unload package | Remove the specified package from your user environment |
module purge | Removes 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