Skip to content

Commit d8a990f

Browse files
committed
latest cab needs kokkos built with legacy views
see ECP-copa/Cabana#832
1 parent fc4ef7d commit d8a990f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
-DKokkos_ENABLE_CUDA=on \
6363
-DKokkos_ENABLE_CUDA_LAMBDA=on \
6464
-DKokkos_ENABLE_DEBUG=off \
65+
-DKokkos_ENABLE_IMPL_VIEW_LEGACY=ON \
6566
-DCMAKE_INSTALL_PREFIX=$kkbdir/install
6667
cmake --build $kkbdir --target install -j 4
6768
@@ -97,6 +98,7 @@ jobs:
9798
#meshfields
9899
mfbdir=${workDir}/build-meshfields
99100
cmake -S meshfields_${{ github.event.issue.number }} -B $mfbdir \
101+
-DMeshFields_USE_Cabana=on \
100102
-DOmega_h_ROOT=$ohbdir/install \
101103
-DKokkos_ROOT=$kkbdir/install \
102104
-DCabana_ROOT=$cabbdir/install

0 commit comments

Comments
 (0)