Skip to content

Commit 566fdaa

Browse files
Joe-DownsJoseph Downs
authored andcommitted
WIP: mangle some more functions
1 parent 8396bef commit 566fdaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ompi/mpi/bindings/c_header.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"MPI_Win",
4141
"MPI_Comm_copy_attr_function",
4242
"MPI_Comm_delete_attr_function",
43+
"MPI_Type_copy_attr_function",
44+
"MPI_Type_delete_attr_function",
45+
"MPI_Win_delete_attr_function",
46+
"MPI_Win_copy_attr_function",
4347
# TODO: these two are deprecated, get rid of them
4448
"MPI_Copy_function",
4549
"MPI_Delete_function",

0 commit comments

Comments
 (0)