Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Aug 7, 2023
1 parent a1e7d18 commit 8b4c02d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configuration/scripts/machines/Macros.conda_macos
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ endif
# C and Fortran compilers and MPI wrappers
SCC := clang
SFC := gfortran
MPICC := mpicc
MPIFC := mpifort
#MPICC := mpicc
#MPIFC := mpifort
MPICC := clang
MPIFC := gfortran

ifeq ($(ICE_COMMDIR), mpi)
FC := $(MPIFC)
Expand Down

0 comments on commit 8b4c02d

Please sign in to comment.