Skip to content

Commit

Permalink
bugfix: array_of_psizes needs [] in both declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ebohm committed Jan 23, 2025
1 parent 800d2b7 commit 6d020b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ck-libs/ampi/romio/include/mpio_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ AMPI_CUSTOM_FUNC(int, MPI_Type_create_subarray, int ndims, const int array_of_si
/* Section 4.14.5 */
AMPI_CUSTOM_FUNC(int, MPI_Type_create_darray, int size, int rank, int ndims, const int array_of_gsizes[],
const int array_of_distribs[], const int array_of_dargs[],
const int array_of_psizes, int order, MPI_Datatype oldtype,
const int array_of_psizes[], int order, MPI_Datatype oldtype,
MPI_Datatype *newtype)
#endif

Expand Down

0 comments on commit 6d020b9

Please sign in to comment.