ADD: Gitlab pages

This commit is contained in:
2023-02-08 08:42:32 +00:00
parent b46367b842
commit ce55fc1c23
5 changed files with 49 additions and 10 deletions

View File

@ -72,7 +72,11 @@ class PmodulePackage:
@staticmethod
@cache
def Pmoduliser(pckg_name="", compiler="", mpi_provider=""):
default_module_cmd = "module search " + pckg_name + " -a --all-deps --no-header"
default_module_cmd = (
"$PMODULES_HOME/bin/modulecmd bash search "
+ pckg_name
+ " -a --all-deps --no-header"
)
# try to precise the module search if compiler and/or mpi_provider are given
module_cmd = default_module_cmd