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 cee0d73 commit f30ca50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-cice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ jobs:
mpicc --version
make --version
echo "tcx1"
mpiifort --showme:compile
mpifort --showme:compile
echo "tcx2"
mpiifort --showme:link
mpifort --showme:link
echo "tcx3"
mpiifort --showme:command
mpifort --showme:command
echo "tcx4"
mpiifort --showme:libdirs
mpifort --showme:libdirs
echo "tcx5"
mpiifort --showme:libs
mpifort --showme:libs
echo "tcx6"
mpiifort --showme:incdirs
mpifort --showme:incdirs
echo "tcx7"
- name: check setup case
run: |
Expand Down
1 change: 1 addition & 0 deletions configuration/scripts/machines/Macros.conda_macos
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ endif

# Linker
LD:= $(FC)
LDFLAGS += --no-warn-search-mismatch

# Location of the compiled Fortran modules (NetCDF)
MODDIR += -I$(CONDA_PREFIX)/include
Expand Down

0 comments on commit f30ca50

Please sign in to comment.