=================== Environment Modules =================== Euler uses `Environment Modules `_ to provide access to the various software packages available to users. These software packages include various versions of: - `Blender `_ - `CUDA `_ - MVAPICH2 - OpenMPI - `Paraview `_ - `Point Cloud Library `_ Running ``module avail`` will print a list of all modules available to you. See the `Environment Modules documentation `_ or ``man module`` for a list of all sub-commands. The main ones to pay attention to are: ``module avail`` List modules available to you ``module load pkg/vers`` Load the package given in `pkg/vers` ``module unload pkg/vers`` Unload the package ``module initadd pkg/vers`` Set `pkg/vers` to be loaded automatically at login