Skip to content

Commit

Permalink
run archdetect with debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Apr 20, 2024
1 parent 9dd538b commit 23ab56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/eessi_environment_variables
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -d $EESSI_PREFIX ]; then
# determine subdirectory in software layer
if [ "$EESSI_USE_ARCHDETECT" == "1" ]; then
# if archdetect is enabled, use internal code
all_cpupaths=$(${EESSI_INIT_DIR_PATH}/eessi_archdetect.sh -a cpupath)
all_cpupaths=$(${EESSI_INIT_DIR_PATH}/eessi_archdetect.sh -d -a cpupath)
# iterate over colon-separated list verifying if the architecture is present
# under $EESSI_PREFIX/software/$EESSI_OS_TYPE; if so use the architecture as best match
IFS=: read -r -a archs <<< "${all_cpupaths}"
Expand Down

0 comments on commit 23ab56e

Please sign in to comment.