Header left.png

Difference between revisions of "Lmod"

From Systems Group
Jump to: navigation, search
(Commands)
(Current available packages)
Line 40: Line 40:
 
*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.
 
*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.
  
  miniconda3   tensorflow-gpu/2.6.2    tensorflow/2.1    tensorflow/2.4    tensorflow/2.5    tensorflow/2.6.2
+
  miniconda3
  
 
== Troubleshooting ==
 
== Troubleshooting ==
 
'''Packages are not shown when issuing  module avail'''
 
'''Packages are not shown when issuing  module avail'''
 
  module use /mnt/lmod_modules/Linux/
 
  module use /mnt/lmod_modules/Linux/

Revision as of 14:59, 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

  • 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.
miniconda3

Troubleshooting

Packages are not shown when issuing module avail

module use /mnt/lmod_modules/Linux/