ADD: Gitlab pages
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user