@@ -426,17 +426,17 @@ const MPI_File_errhandler_fn = MPI_File_errhandler_function
426426const MPI_Win_errhandler_fn = MPI_Win_errhandler_function
427427const MPI_Session_errhandler_fn = MPI_Session_errhandler_function
428428
429- @const_ref MPI_NULL_COPY_FN Ptr{MPI_Copy_function} 0x0
430- @const_ref MPI_DUP_FN Ptr{MPI_Copy_function} 0x1
431- @const_ref MPI_NULL_DELETE_FN Ptr{MPI_Delete_function} 0x0
432- @const_ref MPI_COMM_NULL_COPY_FN Ptr{MPI_Comm_copy_attr_function} 0x0
433- @const_ref MPI_COMM_DUP_FN Ptr{MPI_Comm_copy_attr_function} 0x1
434- @const_ref MPI_COMM_NULL_DELETE_FN Ptr{MPI_Comm_delete_attr_function} 0x0
435- @const_ref MPI_TYPE_NULL_COPY_FN Ptr{MPI_Type_copy_attr_function} 0x0
436- @const_ref MPI_TYPE_DUP_FN Ptr{MPI_Type_copy_attr_function} 0x1
437- @const_ref MPI_TYPE_NULL_DELETE_FN Ptr{MPI_Type_delete_attr_function} 0x0
438- @const_ref MPI_WIN_NULL_COPY_FN Ptr{MPI_Win_copy_attr_function} 0x0
439- @const_ref MPI_WIN_DUP_FN Ptr{MPI_Win_copy_attr_function} 0x1
440- @const_ref MPI_WIN_NULL_DELETE_FN Ptr{MPI_Win_delete_attr_function} 0x0
441- @const_ref MPI_CONVERSION_FN_NULL Ptr{MPI_Datarep_conversion_function} 0x0
442- @const_ref MPI_CONVERSION_FN_NULL_C Ptr{MPI_Datarep_conversion_function_c} 0x0
429+ @const_ref MPI_NULL_COPY_FN Ptr{MPI_Copy_function} 0
430+ @const_ref MPI_DUP_FN Ptr{MPI_Copy_function} 1
431+ @const_ref MPI_NULL_DELETE_FN Ptr{MPI_Delete_function} 0
432+ @const_ref MPI_COMM_NULL_COPY_FN Ptr{MPI_Comm_copy_attr_function} 0
433+ @const_ref MPI_COMM_DUP_FN Ptr{MPI_Comm_copy_attr_function} 1
434+ @const_ref MPI_COMM_NULL_DELETE_FN Ptr{MPI_Comm_delete_attr_function} 0
435+ @const_ref MPI_TYPE_NULL_COPY_FN Ptr{MPI_Type_copy_attr_function} 0
436+ @const_ref MPI_TYPE_DUP_FN Ptr{MPI_Type_copy_attr_function} 1
437+ @const_ref MPI_TYPE_NULL_DELETE_FN Ptr{MPI_Type_delete_attr_function} 0
438+ @const_ref MPI_WIN_NULL_COPY_FN Ptr{MPI_Win_copy_attr_function} 0
439+ @const_ref MPI_WIN_DUP_FN Ptr{MPI_Win_copy_attr_function} 1
440+ @const_ref MPI_WIN_NULL_DELETE_FN Ptr{MPI_Win_delete_attr_function} 0
441+ @const_ref MPI_CONVERSION_FN_NULL Ptr{MPI_Datarep_conversion_function} 0
442+ @const_ref MPI_CONVERSION_FN_NULL_C Ptr{MPI_Datarep_conversion_function_c} 0
0 commit comments