File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Proposition is to add a ``--mode`` option on concerned Tcl modulefile
3434commands. This ``--mode `` option accepts a Tcl as value, for instance:
3535
3636* ``--mode load ``
37- * ``--module {load unload} ``
37+ * ``--mode {load unload} ``
3838
3939Concerned Tcl modulefile commands are:
4040
@@ -45,6 +45,9 @@ Concerned Tcl modulefile commands are:
4545* ``remove-path ``
4646* ``pushenv ``
4747* ``module load ``
48+ * ``module load-any ``
49+ * ``module try-load ``
50+ * ``module unload ``
4851
4952Support in Modules
5053------------------
@@ -54,12 +57,12 @@ if someone shows up and expresses a need.
5457
5558The implementation of this feature for the ``module load `` command may be
5659non-trivial: currently when unloading modules, only modulefile unloads are
57- expected.. Dependency resolution mechanism is expecting to have all the
60+ expected. Dependency resolution mechanism is expecting to have all the
5861properties of the system when starting by looking at the loaded environment.
5962Adding the ability to throw modulefile loads during this unload process
6063requires to revise the current dependency resolution mechanism.
6164
6265Due to that, implementation if asked may first be done only for modulefile Tcl
63- commands others than ``module load ``.
66+ commands others than ``module ``.
6467
6568.. vim:set tabstop=2 shiftwidth=2 expandtab autoindent:
You can’t perform that action at this time.
0 commit comments