From d7c2e7bfdf6a069771c8c279fb1c1cff8291947a Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sat, 3 Dec 2022 12:05:26 -0600 Subject: [PATCH] Switch Chrysalis Intel to use OpenMPI by default --- compass/machines/chrysalis.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compass/machines/chrysalis.cfg b/compass/machines/chrysalis.cfg index 76a1d4486d..2e14f1b29e 100644 --- a/compass/machines/chrysalis.cfg +++ b/compass/machines/chrysalis.cfg @@ -24,7 +24,7 @@ compass_envs = /lcrc/soft/climate/compass/chrysalis/base compiler = intel # the system MPI library to use for intel compiler -mpi_intel = impi +mpi_intel = openmpi # the system MPI library to use for gnu compiler mpi_gnu = openmpi