File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ if [ -d $EESSI_PREFIX ]; then
6969 EESSI_ACCEL_SOFTWARE_PATH=${EESSI_PREFIX}/software/${EESSI_OS_TYPE}/${EESSI_ACCEL_SOFTWARE_SUBDIR}
7070 if [ ! -d $EESSI_ACCEL_SOFTWARE_PATH/${EESSI_ACCEL_SUBDIR} ]; then
7171 # We should try to use the fallback compute capability
72- show_msg "archdetect found no supported accelerator ${EESSI_ACCEL_SUBDIR}, falling back to ${EESSI_ACCEL_SUBDIR::-1}0"
7372 EESSI_ACCELERATOR_TARGET="${EESSI_ACCEL_SUBDIR::-1}0"
73+ show_msg "archdetect found no supported accelerator ${EESSI_ACCEL_SUBDIR}, falling back to ${EESSI_ACCELERATOR_TARGET}"
7474 else
75- EESSI_ACCELERATOR_TARGET="${EESSI_ACCEL_SUBDIR}
75+ EESSI_ACCELERATOR_TARGET="${EESSI_ACCEL_SUBDIR}"
7676 fi
7777 if [ -d $EESSI_ACCEL_SOFTWARE_PATH/${EESSI_ACCELERATOR_TARGET} ]; then
7878 show_msg "archdetect found supported accelerator for CPU target ${EESSI_ACCEL_SOFTWARE_SUBDIR}: ${EESSI_ACCELERATOR_TARGET}"
You can’t perform that action at this time.
0 commit comments