Closed climbfuji closed 4 years ago
The current CMakeLists.txt identifies CRAY MPICH as mpich3. However, ESMF requires the MPITYPE (ESMF_COMM) to be mpi for Cray systems (ESMF_OS=Unicos).
MPITYPE
ESMF_COMM
mpi
ESMF_OS=Unicos
Tested to work on Cray (which now gets mpi) and on my Mac (which still gets the correct mpich3 answer).
mpich3
This looks okay. GWV
The current CMakeLists.txt identifies CRAY MPICH as mpich3. However, ESMF requires the
MPITYPE
(ESMF_COMM
) to bempi
for Cray systems (ESMF_OS=Unicos
).