Skip to content

Commit c46a83c

Browse files
author
Spencer Bryngelson
committed
toolchain: fix hipfort include path for AFAR 23.2.0 (lib/llvm/include/hipfort/amdgcn)
1 parent ae06980 commit c46a83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/bootstrap/modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if [ "$u_c" '==' 'famd' ]; then
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}/include/hipfort/amdgcn"
149+
export CRAY_HIPFORT_INC="-I${OLCF_AFAR_ROOT}/lib/llvm/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)