Header left.png

Difference between revisions of "Lmod"

From Systems Group
Jump to: navigation, search
(Current available packages)
(Current available packages)
Line 38: Line 38:
 
== Current available packages ==
 
== Current available packages ==
  
*If you do not see a package that you need please email root@cs.odu.edu with the subject line "Lmod request" and the packages you need.
+
*Miniconda is a lightweight version of Anaconda. Miniconda allows you to manage and tailor your virtual environments for your needs. More information about managing conda virtual enviroments can be found here https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html .
  
 
  miniconda3
 
  miniconda3

Revision as of 15:01, 11 April 2023

Lmod is a Lua-based module system. Environment Modules provide a convenient way to dynamically change the users' environment through modulefiles.

Commands

Display modules available for users to load

module avail
module avail
------------------------------------------------------ /path/to/modulefiles ------------------------------------------------------
miniconda3   


Load a package

module load packagename/x.x.x
module load miniconda3                      #loads default package when version not specified


Unload a package

module unload packagename
module unload miniconda3                    #unload single package


Display currently loaded modules

module list
module list
Currently Loaded Modules:
1) miniconda3

Current available packages

miniconda3

Troubleshooting

Packages are not shown when issuing module avail

module use /mnt/lmod_modules/Linux/