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

F90 parallel wr2 test: collective writes #56

Merged
merged 2 commits into from
Dec 19, 2016
Merged

Conversation

marshallward
Copy link
Contributor

Previously, the nf90_put_var writes were done independently, but this
is not possible in the current NetCDF4 library, since unlimited
dimensions require collective writes. As a result, this test was
failing on our system.

We have resolved the problem by switing from nf90_independent to
nf90_collective writes, and removing the rank 0 write test, which was
blocking the (now collective) nf90_put_var call.

Previously, the `nf90_put_var` writes were done independently, but this
is not possible in the current NetCDF4 library, since unlimited
dimensions require collective writes.  As a result, this test was
failing on our system.

We have resolved the problem by switing from `nf90_independent` to
`nf90_collective` writes, and removing the rank 0 write test, which was
blocking the (now collective) `nf90_put_var` call.
@WardF
Copy link
Member

WardF commented Dec 19, 2016

Note: An issue solved by this was opened at: Unidata/netcdf-c#340. Making a note here for bookkeeping purposes.

@WardF WardF merged commit 0e8638c into Unidata:master Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants