Skip to content

Commit

Permalink
test ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Jul 20, 2023
1 parent b3e238d commit cee0d73
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,19 @@ jobs:
mpifort --version
mpicc --version
make --version
echo "tcx1"
mpiifort --showme:compile
echo "tcx2"
mpiifort --showme:link
echo "tcx3"
mpiifort --showme:command
echo "tcx4"
mpiifort --showme:libdirs
echo "tcx5"
env
mpiifort --showme:libs
echo "tcx6"
env | grep -i frameworks
mpiifort --showme:incdirs
echo "tcx7"
- name: check setup case
run: |
cd $HOME/cice
Expand Down

0 comments on commit cee0d73

Please sign in to comment.