Merge pull request #1327 from suraia/update-load-documentation

Update documentation for recursive module loading
This commit is contained in:
Todd Gamblin 2016-07-21 08:33:40 -07:00 committed by GitHub
commit 0b1d03abe6

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.