@@ -336,7 +336,7 @@ commands. Aliases that are custom to the container are not modified.
336
336
Module Software
337
337
===============
338
338
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
340
340
modules that only use tcl (tcl). If you
341
341
are interested in adding another module type, please `open an issue <https://github.com/singularityhub/singularity-hpc >`_ and
342
342
provide 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).
513
513
$ shpc install python:3.9.2-alpine
514
514
515
515
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
517
517
the container technology.
518
518
If you don't have any module software on your system, you can now test interacting
519
519
with the module via the :ref: `getting_started-development ` instructions.
676
676
----
677
677
678
678
Singularity 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,
680
680
and the assumption is that the test is being run in a shell environment where any
681
681
supporting modules (e.g., loading Singularity or Podman) would be found if needed.
682
682
This is done by way of extending the exported ``$MODULEPATH ``. To run a test, you
0 commit comments