From f138884c4d28429b4dfe9b3e844a89eae9d46489 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 24 Jul 2023 18:34:41 +0200 Subject: [PATCH] Remove Intel-MPI from supported configs on Chrysalis Also remove Gnu from Compy in the docs (already marked as unsuppored). --- conda/unsupported.txt | 4 ++++ docs/developers_guide/machines/index.rst | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/unsupported.txt b/conda/unsupported.txt index b5b897d69f..9103260d04 100644 --- a/conda/unsupported.txt +++ b/conda/unsupported.txt @@ -20,3 +20,7 @@ pm-cpu, amdclang, mpich # compiles but tests unreliable (errors or hanging), # see https://github.com/MPAS-Dev/compass/issues/336 anvil, intel, mvapich + + +# can't build ESMF +chrysalis, intel, impi diff --git a/docs/developers_guide/machines/index.rst b/docs/developers_guide/machines/index.rst index b5551fe9d7..c2a5ede0d5 100644 --- a/docs/developers_guide/machines/index.rst +++ b/docs/developers_guide/machines/index.rst @@ -54,14 +54,10 @@ the MPAS model. | chicoma-cpu | gnu | mpich | gnu-cray | +--------------+------------+-----------+-------------------+ | chrysalis | intel | openmpi | ifort | -| | +-----------+-------------------+ -| | | impi | intel-mpi | | +------------+-----------+-------------------+ | | gnu | openmpi | gfortran | +--------------+------------+-----------+-------------------+ | compy | intel | impi | intel-mpi | -| +------------+-----------+-------------------+ -| | gnu | openmpi | gfortran | +--------------+------------+-----------+-------------------+ | pm-cpu | gnu | mpich | gnu-cray | +--------------+------------+-----------+-------------------+