556 Commits

Author SHA1 Message Date
gsell dfca6fc2c9 modulecmd: bugfix in find_module()
The result of the find command was stored as string not as bash array.
2022-01-18 17:51:33 +01:00
gsell 7c12c6e77e modulecmd.bash: improved output of loaded and available overlays 2021-12-16 18:57:23 +01:00
gsell 20f01d1589 libmodules.bash: get_overlay_info() moved to libpmodules.bash 2021-12-16 18:55:59 +01:00
gsell 22672b9a95 modulecmd: bugfix in getting available modules 2021-12-16 18:55:05 +01:00
gsell 8c9e20ef71 modulecmd: normalize paths by replacing multiple slashes with one
A trailing slash is also removed.
2021-12-16 18:53:40 +01:00
gsell 854a6dc3fc libpmodules.bash: functions added
The following function have been added:
- get_overlay_info()
- get_available_overlays()
2021-12-16 18:51:19 +01:00
gsell ddbbdf9be8 build-system: prefix for modulefiles can differ from install prefix 2021-12-16 18:39:14 +01:00
gsell 37e52a0f31 libmodules.tcl: prefix for modulefiles can differ from install prefix
modulefiles and the prefix for software installation can now be in
different directories.
2021-12-16 18:33:44 +01:00
gsell 816dfa9839 libmodules.tcl: refactor variable names in _find_overlay 2021-12-16 18:30:39 +01:00
gsell 6e1107852a libmodule.tcl: debug statement in module-addgroup removed 2021-12-16 18:28:52 +01:00
gsell 43831c4660 libmodules.tcl: handle new format of OverlayDict 2021-12-13 09:37:58 +01:00
gsell 7983a03221 modulecmd: bugfix in unloading overlay 2021-12-13 09:36:47 +01:00
gsell 2b3696f070 modulecmd: bugfix in get_overlay_info() 2021-12-13 09:36:06 +01:00
gsell dce6d0058f modulecmd: made get_module_prefix() global 2021-12-13 09:35:15 +01:00
gsell 225dd774ef modulecmd: save overlay type and prefix in OverlayDict 2021-12-10 14:13:47 +01:00
gsell e86b2fc7cb modulecmd: return overlay root as prefix if not set 2021-12-10 14:09:44 +01:00
gsell 7b2d0fcd58 modulecmd: use function get_module_prefix() in subcommand_load() 2021-12-10 14:05:06 +01:00
gsell ac312040da build-system: install Pmodules files with mode 0644
Running the command 'install -m 0444 ...' causes problems on SElinux
enabled systems. Updating the context failed if the file is created
read-only.
2021-12-10 10:37:06 +01:00
gsell 8cde81ff39 moduecmd: fixes and review of the functions use() and unuse()
- Overlay can be loaded by name and directory.
- The 'overlay' keyword has been removed
- fixes
2021-12-09 18:06:44 +01:00
gsell 62e7cd2e0a modulecmd: simplify code in removing replacing overlays 2021-12-09 18:04:51 +01:00
gsell 8237e61ab2 modulecmd: restrict removing overlays to top on stack 2021-12-09 18:02:40 +01:00
gsell 3d4df78def modulecmd: use_group() fix bug with replacing overlays 2021-12-09 18:00:53 +01:00
gsell 2b16e82bf8 modulecmd: use_overlay(): missing 'fi' added 2021-12-09 17:59:46 +01:00
gsell ec147e78be modulecmd: exit with err mesg if (un)use_group() is called for
hierarchical group
2021-12-09 17:56:34 +01:00
gsell a08078b1c1 modulecmd: bugfix in printing overlay info
replacing overlay weren't handled correct
2021-12-09 17:54:23 +01:00
gsell 4bc94c519c modulecmd: use_overlay() improve code for overlays of type replacing 2021-12-09 17:52:09 +01:00
gsell 363b6d4353 modulecmd: bugfix in use_overlay(), typo in variable name 2021-12-09 17:49:58 +01:00
gsell f0f6e6bd0a modulecmd: simpler test whether a overlay can be loaded or unloaded 2021-12-09 17:47:16 +01:00
gsell 941fa376a9 modulecmd: addind modifying some comments 2021-12-09 17:26:31 +01:00
gsell 9b0ddcce3d libstd.bash: prepend_path(), remove_path() except multipe dirs now 2021-12-09 17:20:47 +01:00
gsell 9710e506bd modulecmd: loading and unloading overlays reviewed 2021-12-09 00:15:52 +01:00
gsell 21e188d271 modulecmd: load/unload overlays by name (without overlay=) 2021-12-07 18:25:08 +01:00
gsell 22e5c682ac modulecmd: loading and unloading overlays by name 2021-12-07 17:40:54 +01:00
gsell 7acd70d2df modbuild: bugfixes in get_overlay_name_and_dir() 2021-12-07 17:38:20 +01:00
gsell de118b20f4 bugfix in libmodules.tcl 2021-12-07 17:36:51 +01:00
gsell 1e5102d238 modulecmd: bugfix in listing available modules
There was a bug in hidding overlays. In this type of overlay a module
hides all modules with the same name in overlays loaded before. This
didn't work if the module was unstable or deprecated.
2021-12-07 13:31:15 +01:00
gsell de01903242 modulecmd: missing definition of Dir2OverlayMap fixed 2021-12-07 13:30:21 +01:00
gsell ca2da5b90e user configurable overlay configuration files
The following overlay configuration files are read:
1. The file defined in the environment variable PMODULES_OVERLAY_CONF
   if set.
2. ${HOME}/.Pmodules/overlays.conf
3. ${PMODULES_ROOT}/config/overlays.conf
2021-12-07 13:25:51 +01:00
gsell 56a70e5863 modulefiles: Pmodules extensions for modules not in an overlay
The Pmodules functions module-whatis, module-url, module-maintainer
etc can now be used in modulefiles which are not in an overlay
2021-12-07 13:15:39 +01:00
gsell 3638af38a0 Merge branch 'master' into 32-overlay-implementation 2021-12-06 15:04:46 +01:00
gsell fac5b212d5 Merge branch 'master' into 32-overlay-implementation 2021-12-06 15:03:49 +01:00
gsell 68357e0167 modulecmd: do not set PATH 2021-12-06 15:02:46 +01:00
gsell b082bfcaf4 build-system: fix case in hierarchical group name 'HDF5_serial'
the name of the hierarchical group for modules compiled
with a serial HDF5 is HDF5_serial not HDF5_SERIAL
2021-12-06 14:30:34 +01:00
gsell 804027426d modulecmd: adapt/use functions in libpmodules.bash 2021-11-16 18:41:28 +01:00
gsell e0841ff7e8 Merge branch 'master' into 32-overlay-implementation
Conflicts:
	Pmodules/modulecmd.bash.in
2021-11-15 10:13:38 +01:00
gsell 58fcd79f9a modmange: search sub-c,d implemented 2021-11-12 11:20:28 +01:00
gsell 56b4a05b94 modmanage: code cleanup, polishing and optimization
- sync_config() moved into subcommand_init()
- options '-y' and '--yes' added as synonym for '--force'
- print environment source and target sub-cmd 'init'
- building the group mapping optimized
- improved readability of output in sub-cmd 'install'
2021-11-12 11:09:19 +01:00
gsell 0c6fbc635c modmanage: use 'modmanage' as name with getopt 2021-11-12 10:55:29 +01:00
gsell 0a4d68d015 modulecmd: handling od option --all-release-stages fixed 2021-11-11 19:32:00 +01:00
gsell 121a9c26c0 Merge branch 'master' into 134-fix-bugs-in-modmanage 2021-11-10 18:06:39 +01:00