Skip to content

Commit

Permalink
limit parallelism to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 2, 2024
1 parent 8ed55e8 commit 81648ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ else
# load EasyBuild module (will be installed if it's not available yet)
source ${TOPDIR}/load_easybuild_module.sh ${eb_version}

export EASYBUILD_PARALLEL=4

${EB} --show-config

echo_green "All set, let's start installing some software with EasyBuild v${eb_version} in ${EASYBUILD_INSTALLPATH}..."
Expand Down

0 comments on commit 81648ad

Please sign in to comment.