@@ -69,9 +69,9 @@ These are the machines supported by MPAS-Ocean and -Seaice, including the
6969+--------------+------------+-----------+-------------------+
7070| compy | intel | impi | intel-mpi |
7171+--------------+------------+-----------+-------------------+
72- | frontier | gnu | mpich | gnu-cray |
72+ | frontier | craygun | mpich | gnu-cray |
7373| +------------+-----------+-------------------+
74- | | crayclang | mpich | cray-cray |
74+ | | craycray | mpich | cray-cray |
7575+--------------+------------+-----------+-------------------+
7676| pm-cpu | gnu | mpich | gnu-cray |
7777| +------------+-----------+-------------------+
@@ -87,37 +87,35 @@ These are the machines supported by Omega. The MPI library is always the
8787E3SM default for the given machine an compiler.
8888
8989``` {eval-rst}
90- +--------------+--------------+-----------+
91- | Machine | Compiler | MPI lib. |
92- +==============+==============+===========+
93- | chicoma-cpu | gnu | mpich |
94- +--------------+--------------+-----------+
95- | chrysalis | intel | openmpi |
96- | +--------------+-----------+
97- | | gnu | openmpi |
98- +--------------+--------------+-----------+
99- | frontier | gnu | mpich |
100- | +--------------+-----------+
101- | | gnugpu | mpich |
102- | +--------------+-----------+
103- | | amdclang | mpich |
104- | +--------------+-----------+
105- | | amdclanggpu | mpich |
106- | +--------------+-----------+
107- | | crayclang | mpich |
108- | +--------------+-----------+
109- | | crayclanggpu | mpich |
110- +--------------+--------------+-----------+
111- | pm-cpu | gnu | mpich |
112- | +--------------+-----------+
113- | | intel | mpich |
114- | +--------------+-----------+
115- | | nvidia | mpich |
116- +--------------+--------------+-----------+
117- | pm-gpu | gnugpu | mpich |
118- | +--------------+-----------+
119- | | nvidiagpu | mpich |
120- +--------------+--------------+-----------+
90+ +--------------+------------------+-----------+
91+ | Machine | Compiler | MPI lib. |
92+ +==============+==================+===========+
93+ | chicoma-cpu | gnu | mpich |
94+ +--------------+------------------+-----------+
95+ | chrysalis | intel | openmpi |
96+ | +------------------+-----------+
97+ | | gnu | openmpi |
98+ +--------------+------------------+-----------+
99+ | frontier | craygnu | mpich |
100+ | +------------------+-----------+
101+ | | craygnu-hipcc | mpich |
102+ | +------------------+-----------+
103+ | | craygnu-mphipcc | mpich |
104+ | +------------------+-----------+
105+ | | crayamd | mpich |
106+ | +------------------+-----------+
107+ | | crayamd-mphipcc | mpich |
108+ | +------------------+-----------+
109+ | | craycray | mpich |
110+ | +------------------+-----------+
111+ | | craycray-mphipcc | mpich |
112+ +--------------+------------------+-----------+
113+ | pm-cpu | gnu | mpich |
114+ | +------------------+-----------+
115+ | | intel | mpich |
116+ +--------------+------------------+-----------+
117+ | pm-gpu | gnugpu | mpich |
118+ +--------------+------------------+-----------+
121119```
122120
123121:::{note}
0 commit comments