Search Docs by Keyword
All modules – Module Search
Tip: For additional info on modules, please see: Lmod modules – introduction and instructions
You can see the available modules for your currently loaded compiler or MPI version using module avail
. Note that module avail
only shows the modules that can currently be loaded, it does not show those modules built against specific compilers and versions of MPI. To see those modules you must load the compiler and MPI versions you want to use.
If the avail list is too long consider trying:
module --default avail
or ml -d av
” to just list the default modules.
module overview
or ml ov
to display the number of modules for each name.
You can see a list of all available modules, regardless of complier or MPI, using module spider
You can find out more about modules and software on the following pages:
- Software on the cluster
- Modules Intro (and what qualifies to be a module)
- Application Types Description
- Installing Software Yourself