You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, HEMCO doesn't require MPI, so in principle it should be fine to build/run without MPI.
From my experiments, currently you can run with non-MPI ("mpiuni") ESMF, though NEXUS fails in debug mode since ESMF_FieldWrite doesn't work with mpiuni ESMF.
Currently you can't build NEXUS without MPI:
NEXUS/src/CMakeLists.txt
Line 15 in 3842818
However, HEMCO doesn't require MPI, so in principle it should be fine to build/run without MPI.
From my experiments, currently you can run with non-MPI ("mpiuni") ESMF, though NEXUS fails in debug mode since
ESMF_FieldWrite
doesn't work with mpiuni ESMF.NEXUS/src/nexus_methods_mod.F90
Line 3601 in 3842818
☝️ part of the
StateWrite
routine called here:NEXUS/src/nexus_methods_mod.F90
Lines 534 to 535 in 3842818
The text was updated successfully, but these errors were encountered: