Merge pull request #1327 from suraia/update-load-documentation
Update documentation for recursive module loading
This commit is contained in:
commit
0b1d03abe6
1 changed files with 31 additions and 30 deletions
|
@ -1147,11 +1147,12 @@ packages use RPATH to find their dependencies: this can be true in
|
||||||
particular for Python extensions, which are currently *not* built with
|
particular for Python extensions, which are currently *not* built with
|
||||||
RPATH.
|
RPATH.
|
||||||
|
|
||||||
Modules may be loaded recursively with the command:
|
Modules may be loaded recursively with the ``load`` command's
|
||||||
|
``--dependencies`` or ``-r`` argument:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
$ module load `spack module tcl --dependencies <spec>...
|
$ spack load --dependencies <spec> ...
|
||||||
|
|
||||||
More than one spec may be placed on the command line here.
|
More than one spec may be placed on the command line here.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue