-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check availability individual large count MPI functions
PnetCDF uses the following MPI datatype construction functions for large requests. MPI_Type_create_subarray_c MPI_Type_contiguous_c MPI_Type_create_hvector_c MPI_Type_create_struct_c MPI_Type_create_hindexed_c MPI_Type_vector_c MPI_Pack_c MPI_Unpack_c MPI_Type_get_true_extent_x MPI_Type_size_x If all are available, then define HAVE_MPI_LARGE_COUNT and proceed with constructing large datatypes for fileview and user buffer. Checking MPI_VERSION against 3 is not sufficient, as some MPI (e.g. OpenMPI 5.0.2) does not support MPI_XXX_c functions.
- Loading branch information
Showing
13 changed files
with
156 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.