We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae06980 commit c46a83cCopy full SHA for c46a83c
1 file changed
toolchain/bootstrap/modules.sh
@@ -146,7 +146,7 @@ if [ "$u_c" '==' 'famd' ]; then
146
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm-7.0.2/lib/llvm/lib:/opt/rocm-7.0.2/lib/
147
148
export CRAY_MPICH_INC="-I${OLCF_AFAR_ROOT}/include/mpich3.4a2"
149
- export CRAY_HIPFORT_INC="-I${OLCF_AFAR_ROOT}/include/hipfort/amdgcn"
+ export CRAY_HIPFORT_INC="-I${OLCF_AFAR_ROOT}/lib/llvm/include/hipfort/amdgcn"
150
export CRAY_HIPFORT_LIB="-L${OLCF_AFAR_ROOT}/lib -lhipfort-amdgcn -lhipfft -lamdhip64"
151
export CRAY_HIP_INC="-I${OLCF_AFAR_ROOT}/include/hip"
152
export CRAY_MPICH_LIB="-L${CRAY_MPICH_PREFIX}/lib \
0 commit comments