File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ if [ ! -z ${CRAY_LD_LIBRARY_PATH+x} ] && [ "$u_c" '!=' 'c' ] && [ "$u_c" '!=' '
139139fi
140140
141141if [ " $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 \
You can’t perform that action at this time.
0 commit comments