Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
set EB_HABROK_CONTAINER_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 17, 2023
1 parent 9bf3678 commit 951a5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/eb_configuration_habrok
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ if [ -z ${SW_GENERIC} ]; then
else
export EASYBUILD_INSTALLPATH=${SW_STACK_ROOT}/${SW_STACK_VERSION}/${SW_STACK_OS}/$(uname -m)/generic
fi
# Also set the container installation path
export EB_HABROK_CONTAINER_PATH=/cvmfs/${SW_STACK_REPO}/containers/versions/${SW_STACK_VERSION}/$(uname -m)

# Intel compiler optimization settings for non-Intel CPUs
if [[ "${SW_STACK_ARCH}" != "x86_64/intel/"* ]]; then
Expand Down

0 comments on commit 951a5e6

Please sign in to comment.