Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build/run without MPI #29

Open
zmoon opened this issue Apr 18, 2023 · 0 comments
Open

Build/run without MPI #29

zmoon opened this issue Apr 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@zmoon
Copy link
Member

zmoon commented Apr 18, 2023

Currently you can't build NEXUS without MPI:

find_package(MPI REQUIRED)

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.

call ESMF_FieldWrite( field, fileName, overwrite=.true., &

☝️ part of the StateWrite routine called here:
if (do_Debug) then
call StateWrite( NXS_Diag_State, DiagFile, timeSlice=CNT, rc=localrc )

@zmoon zmoon added the enhancement New feature or request label Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant