From 7143d347bc011c22d1d8f3fb6ac85d1f5d841071 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 11 Jan 2023 05:57:53 -0600 Subject: [PATCH] Add more unsupported compilers and MPIs Don't support oneapi-ifx compiler on Chrysalis Don't support various compilers on Perlmutter --- conda/unsupported.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conda/unsupported.txt b/conda/unsupported.txt index 7cf00c65b1..0f4c6ead20 100644 --- a/conda/unsupported.txt +++ b/conda/unsupported.txt @@ -3,9 +3,15 @@ # no spack available anvil, gnu, impi chrysalis, gnu, impi +chrysalis, oneapi-ifx, openmpi +chrysalis, oneapi-ifx, impi compy, intel, mvapich2 compy, pgi, impi compy, pgi, mvapich2 +pm-cpu, nvidia, mpich +pm-cpu, aocc, mpich +pm-cpu, amdclang, mpich + # compiles but tests unreliable (errors or hanging), # see https://github.com/MPAS-Dev/compass/issues/336