@@ -336,7 +336,7 @@ commands. Aliases that are custom to the container are not modified.
336336Module Software
337337===============
338338
339- The default module software is currently LMOD , and there is also support for environment
339+ The default module software is currently Lmod , and there is also support for environment
340340modules that only use tcl (tcl). If you
341341are interested in adding another module type, please `open an issue <https://github.com/singularityhub/singularity-hpc >`_ and
342342provide description and links to what you have in mind. You can either specify the
@@ -513,7 +513,7 @@ You can also install a specific tag (as shown in list).
513513 $ shpc install python:3.9.2-alpine
514514
515515
516- Note that LMOD is the default for the module system, and Singularity for
516+ Note that Lmod is the default for the module system, and Singularity for
517517the container technology.
518518If you don't have any module software on your system, you can now test interacting
519519with the module via the :ref: `getting_started-development ` instructions.
676676----
677677
678678Singularity HPC makes it easy to test the full flow of installing and interacting
679- with modules. This functionality requires a module system (e.g., LMOD ) to be installed,
679+ with modules. This functionality requires a module system (e.g., Lmod ) to be installed,
680680and the assumption is that the test is being run in a shell environment where any
681681supporting modules (e.g., loading Singularity or Podman) would be found if needed.
682682This is done by way of extending the exported ``$MODULEPATH ``. To run a test, you
0 commit comments