Files
modules/doc
Xavier Delaruelle 9dcc70165b Introduce MODULES_COLLECTION_PIN_VERSION
Add the ability to always record module name + version even if this
version corresponds to the default one.

By default, version number is omitted if it corresponds to the implicit
or explicitly set default version. If MODULES_COLLECTION_PIN_VERSION
environment variable is set to 1, version number is always recorded.

When restoring a collection, we do not know for sure if it was saved
with pinned versions or not, so module load and unload movements are
determined on both simplified or raw module list. Results with less
module to load or unload (means with more matches between module lists)
are kept.

Acknowledgment: this development has been made and funded within the
framework of the PRACE Fifth Implementation Phase (PRACE-5IP) project
(http://www.prace-ri.eu/). PRACE-5IP receives funding from the EU's
Horizon 2020 research and innovation programme (2014-2020) under grant
agreement no. 730913.

Closes #89
2017-12-12 07:28:28 +01:00
..
2017-04-18 06:15:53 +02:00
2017-10-14 09:40:29 +02:00

This file briefly describes the documentation provided here.

readme.txt  This file.

example.txt There are lots of things you need to plan out
            for a fully functional modules environment.
            This document explains some of those details.

source/     Location of the source files used to create
            html and man documentation for modules.
            If you edit these files run make doc to
            rebuild the man and html files.

man/        Location of the man pages generated by make doc
html/       Location of the html pages generated by make doc

howto/      Location of How-to PDF files
paper/      Location of conference paper PDF files
talk/       Location of presentation support PDF files

emacs.txt    Hints for using modules with emacs lisp.