Skip to content

Commit

Permalink
Updating .sh files use rocm-5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Jan 6, 2025
1 parent 33a5aaa commit 03e4d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_individual_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

# rocm and rocm_smi environment variables
if [ "$COMPONENT" = "rocm" ] || [ "$COMPONENT" = "rocm_smi" ]; then
export PAPI_ROCM_ROOT=`ls -d /opt/rocm-*`
export PAPI_ROCM_ROOT=/apps/rocm/rocm-5.5.3
export PAPI_ROCMSMI_ROOT=$PAPI_ROCM_ROOT/rocm_smi
fi

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_papi_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ esac
# set necessary environment variables for rocm and rocm_smi
case "$COMPONENTS" in
*"rocm rocm_smi"*)
export PAPI_ROCM_ROOT=`ls -d /opt/rocm-*`
export PAPI_ROCM_ROOT=/apps/rocm/rocm-5.5.3
export PAPI_ROCMSMI_ROOT=$PAPI_ROCM_ROOT/rocm_smi
;;
esac
Expand Down

0 comments on commit 03e4d3c

Please sign in to comment.