From ec2e0c6d5feacde57378e9051caf557ed4f32f32 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 4 Jul 2023 13:35:33 +0200 Subject: [PATCH] modulecmd.bash.in: some comments added/reviwed --- Pmodules/modulecmd.bash.in | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 4dc4f1d..aab8b00 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -1066,7 +1066,8 @@ get_available_modules() { # The module name can be # name # name/version -# name/version_flag +# relative path +# absolute path # # Return # 0 if a modulefile has been found @@ -2752,6 +2753,19 @@ subcommand_apropos() { done } +############################################################################## +# +# Collections +# +# Collections describe a sequence of module use then module load commands +# that are interpreted by Modules to set the user environment as described +# by this sequence. +# +# User collections: +# +# System collections: +## + ############################################################################## # # save [collection]