Add CPATH pointing to include directories.

This commit is contained in:
Glenn Johnson
2016-03-02 13:18:43 -06:00
parent 9f6ebd7c6e
commit 6bbadbfaac
2 changed files with 3 additions and 1 deletions

View File

@@ -896,7 +896,7 @@ Or, similarly with modules, you could type:
$ spack load mpich %gcc@4.4.7
These commands will add appropriate directories to your ``PATH``,
``MANPATH``, and ``LD_LIBRARY_PATH``. When you no longer want to use
``MANPATH``, ``CPATH``, and ``LD_LIBRARY_PATH``. When you no longer want to use
a package, you can type unload or unuse similarly:
.. code-block:: sh