From 8b4c02d83f2c4b6946cb1a6159dea7b21b9b03bf Mon Sep 17 00:00:00 2001 From: apcraig Date: Mon, 7 Aug 2023 12:02:45 -0600 Subject: [PATCH] test github actions --- configuration/scripts/machines/Macros.conda_macos | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration/scripts/machines/Macros.conda_macos b/configuration/scripts/machines/Macros.conda_macos index 81978e032..f9edc61dd 100644 --- a/configuration/scripts/machines/Macros.conda_macos +++ b/configuration/scripts/machines/Macros.conda_macos @@ -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)