Update documentation for recursive module loading.

This commit is contained in:
Michael Kuhn 2016-07-21 13:15:10 +02:00
parent 07d4c6cf0b
commit 4e1f86881a

View file

@ -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
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
$ module load `spack module tcl --dependencies <spec>...
$ spack load --dependencies <spec> ...
More than one spec may be placed on the command line here.