Skip to content

Commit 6084589

Browse files
authored
Merge pull request #126 from boegel/parallel-extensions-install
update EasyBuild configuration to enable parallel installations of extensions with EasyBuild >= 5.1
2 parents 81fdb94 + 1250a43 commit 6084589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EESSI-extend-easybuild.eb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ if mode() == "unload" or mode() == "dependencyCk" or convertToCanonical(easybuil
228228
setenv ("EASYBUILD_CUDA_SANITY_CHECK_ERROR_ON_FAILED_CHECKS", "1")
229229
setenv ("EASYBUILD_FAIL_ON_MOD_FILES_GCCCORE", "1")
230230
setenv ("EASYBUILD_LOCAL_VAR_NAMING_CHECK", "error")
231+
setenv ("EASYBUILD_PARALLEL_EXTENSIONS_INSTALL", "1")
231232
-- Set environment variables that are EESSI version specific
232233
if convertToCanonical(eessi_version) > convertToCanonical("2023.06") then
233234
setenv ("EASYBUILD_PREFER_PYTHON_SEARCH_PATH", "EBPYTHONPREFIXES")

0 commit comments

Comments
 (0)