Skip to content

Commit

Permalink
Address #2 w/missing HIP_PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Dietz committed Jun 29, 2023
1 parent e1c28a4 commit e40c4b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontier/minisweep/Source/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Script to build minisweep.
#

# HIP_PATH is no longer set by the module, quick fix
export HIP_PATH=${ROCM_PATH}

BUILDTYPE=$1
echo "BUILDTYPE $BUILDTYPE"
BUILDSCRIPT=cmake_${BUILDTYPE}.sh
Expand Down

0 comments on commit e40c4b0

Please sign in to comment.