We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9e4b0 commit 4c047d4Copy full SHA for 4c047d4
1 file changed
toolchain/bootstrap/modules.sh
@@ -140,8 +140,8 @@ if [ "$u_c" '==' 'famd' ]; then
140
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm-7.0.2/lib/llvm/lib:/opt/rocm-7.0.2/lib/
141
142
export CRAY_MPICH_INC="-I${OLCF_AFAR_ROOT}/include/mpich3.4a2"
143
- export CRAY_AFAR_INC="-I${OLCF_AFAR_ROOT}/include/hipfort/amdgcn"
144
- export CRAY_AFAR_LIB="-L${OLCF_AFAR_ROOT}/lib -lhipfort-amdgcn -lhipfft -lamdhip64"
+ export CRAY_HIPFORT_INC="-I${OLCF_AFAR_ROOT}/include/hipfort/amdgcn"
+ export CRAY_HIPFORT_LIB="-L${OLCF_AFAR_ROOT}/lib -lhipfort-amdgcn -lhipfft -lamdhip64"
145
export CRAY_HIP_INC="-I${OLCF_AFAR_ROOT}/include/hip"
146
export CRAY_MPICH_LIB="-L${CRAY_MPICH_PREFIX}/lib \
147
${CRAY_PMI_POST_LINK_OPTS} \
0 commit comments