Skip to content

Commit

Permalink
Set TAU_MAKEFILE so that we can see output of tau_cc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 11, 2024
1 parent 28740ca commit 2538264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
else
ls -la /usr/local/bin/flang
fi
export TAU_MAKEFILE=/usr/local/x86_64/lib/Makefile.tau-clang-pthread
tau_f90.sh -show
tau_f90.sh --version
tau_cxx.sh -show
tau_cxx.sh --version
unset TAU_MAKEFILE
- name: Print working directory
run: |
echo "Working directory: $(pwd)"
Expand Down

0 comments on commit 2538264

Please sign in to comment.