Skip to content

Commit

Permalink
Remove Intel-MPI from supported configs on Chrysalis
Browse files Browse the repository at this point in the history
Also remove Gnu from Compy in the docs (already marked as
unsuppored).
  • Loading branch information
xylar committed Jul 24, 2023
1 parent c1b1750 commit f138884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions conda/unsupported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions docs/developers_guide/machines/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+--------------+------------+-----------+-------------------+
Expand Down

0 comments on commit f138884

Please sign in to comment.