Skip to content

Commit

Permalink
Debug CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 13, 2024
1 parent 1203f86 commit 2a4948b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ jobs:
if [[ "${{ matrix.config.cc }}" == "gcc" ]]; then CFLAGS="${CFLAGS} -Wno-stringop-overread"; fi
export CC=mpicc CXX=mpicxx F77=mpif77 FC=mpif90
export NVCC_PREPEND_FLAGS="-ccbin=$(which mpicc)"
echo ">>>>>>>>>>>>>>>>>>>>>>>>"
echo $NVCC_PREPEND_FLAGS
cmake -Bbuild \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS=$CFLAGS \
Expand Down

0 comments on commit 2a4948b

Please sign in to comment.