Skip to content

Commit 350d445

Browse files
author
Spencer Bryngelson
committed
toolchain: revert AFAR to 23.1.0 (23.2.0 regresses weno_order=7 tests)
1 parent a4b5a64 commit 350d445

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ exit 0
715715
find_library(HIPFORT_AMDGCN_LIB hipfort-amdgcn
716716
HINTS "$ENV{OLCF_AFAR_ROOT}/lib" REQUIRED)
717717
target_include_directories(${a_target} PRIVATE
718-
"$ENV{OLCF_AFAR_ROOT}/lib/llvm/include/hipfort/amdgcn")
718+
"$ENV{OLCF_AFAR_ROOT}/include/hipfort/amdgcn")
719719
target_link_libraries(${a_target} PRIVATE
720720
${HIP_LIB} ${HIPFORT_AMDGCN_LIB})
721721

toolchain/bootstrap/modules.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ if [ ! -z ${CRAY_LD_LIBRARY_PATH+x} ] && [ "$u_c" '!=' 'c' ] && [ "$u_c" '!=' '
139139
fi
140140

141141
if [ "$u_c" '==' 'famd' ]; then
142-
export OLCF_AFAR_ROOT="/sw/crusher/ums/compilers/afar/therock-afar-23.2.0-gfx90a-7.13.0-663ad81964a"
142+
export OLCF_AFAR_ROOT="/sw/crusher/ums/compilers/afar/therock-23.1.0-gfx90a-7.12.0-bb5005b6"
143143

144144
export PATH=${OLCF_AFAR_ROOT}/lib/llvm/bin:${PATH}
145145
export LD_LIBRARY_PATH=${OLCF_AFAR_ROOT}/lib:${OLCF_AFAR_ROOT}/lib/llvm/lib:${LD_LIBRARY_PATH}
146146
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm-7.0.2/lib/llvm/lib:/opt/rocm-7.0.2/lib/
147147

148148
export CRAY_MPICH_INC="-I${OLCF_AFAR_ROOT}/include/mpich3.4a2"
149-
export CRAY_HIPFORT_INC="-I${OLCF_AFAR_ROOT}/lib/llvm/include/hipfort/amdgcn"
149+
export CRAY_HIPFORT_INC="-I${OLCF_AFAR_ROOT}/include/hipfort/amdgcn"
150150
export CRAY_HIPFORT_LIB="-L${OLCF_AFAR_ROOT}/lib -lhipfort-amdgcn -lhipfft -lamdhip64"
151151
export CRAY_HIP_INC="-I${OLCF_AFAR_ROOT}/include/hip"
152152
export CRAY_MPICH_LIB="-L${CRAY_MPICH_PREFIX}/lib \

0 commit comments

Comments
 (0)