Skip to content

Commit

Permalink
Don't use hipcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 18, 2023
1 parent b414d05 commit 73467f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ jobs:
run: |
source /etc/profile.d/rocm.sh
which clang
which hipcc
which clang++
cmake -B${{runner.workspace}}/build-hip \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DCMAKE_CXX_COMPILER:STRING=$(which hipcc) \
-DCMAKE_CXX_COMPILER:STRING=$(which clang++) \
-DCMAKE_C_COMPILER:STRING=$(which clang) \
-DCMAKE_CXX_STANDARD:STRING=17 \
-DPELELMEX_ENABLE_MPI:BOOL=OFF \
Expand Down

0 comments on commit 73467f3

Please sign in to comment.