From c043d2ef8071e8d278f70a68c63dd7ae3b871780 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 15 Jul 2024 20:07:24 +0200 Subject: [PATCH] build-system: definition of var. hierarchical_groups reviewed --- Pmodules/modbuild.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 38e8283..508b5a0 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -731,12 +731,6 @@ declare -A Unpackers=( ) ) - -declare -A hierarchical_groups=() -hierarchical_groups['compiler']='compiler' -hierarchical_groups['mpi']='compiler mpi' -hierarchical_groups['hdf5']='compiler mpi hdf5' -hierarchical_groups['hdf5_serial']='compiler hdf5_serial' build_modules_yaml_v1(){ : "