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

Ignore NC_MPIIO and NC_MPIPOSIX #1147

Merged
merged 26 commits into from
Oct 9, 2018
Merged

Conversation

wkliao
Copy link
Contributor

@wkliao wkliao commented Sep 23, 2018

This PR ignores flags NC_MPIIO and NC_MPIPOSIX, as discussed in #1145.
It was developed on top of PR #1143.

wkliao and others added 19 commits September 17, 2018 17:18
fix bug when NC_check_id() failed, nc should not be used.
using NC_MPIIO or NC_MPIPOSIX explicitly is not necessary.
These 2 subroutines call NC_create() and NC_open() with argument
useparallel set to 1, which should be used to tell which I/O
driver to use underneath.
1. When model is detected as NC_FORMATX_NC3 and is called from
   nc_create_par, change the model to NC_FORMATX_PNETCDF.
2. When called from nc_create() or nc_open(), using NC_MPIIO or
   NC_MPIPOSIX is considered invalid.
3. Handle the case when NETCDF4 is not enabled but cmode/omode
   contains NC_NETCDF4.
4. Handle the case when PNETCDF is not enabled but cmode/omode
   contains NC_PNETCDF.
5. Correct comments about PnetCDF only handles CDF-5 files.
6. Add a check for MPI_ERR_NO_SUCH_FILE error class.

Make NC_check_file_type() static, as it is used in dfile.c only.
enabled but NC_PNETCDF is used in cmode or omode.
parallel netcdf4. Also, update PnetCDF web page.
tst_pnetcdf.nc generated from tst_pnetcdf.c.
Copy link
Collaborator

@DennisHeimbigner DennisHeimbigner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, I wish this did not contain so many changes
unrelated to the issue at hand. But, it looks ok.

@WardF WardF added this to the 4.6.2 milestone Oct 9, 2018
@WardF WardF self-assigned this Oct 9, 2018
@WardF WardF merged commit 4a5b15b into Unidata:master Oct 9, 2018
@wkliao wkliao deleted the nc_mpiio_nc_mpiposix branch April 17, 2022 00:16
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.

None yet

3 participants