Skip to content

Commit fd1eba0

Browse files
committed
more hacks on the mpi-standard-5.0-abi.json
json file Signed-off-by: Howard Pritchard <[email protected]>
1 parent 308cb7a commit fd1eba0

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/mpi-standard-5.0-abi.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6889,8 +6889,8 @@
68896889
"mpi_comm_null_copy_fn": {
68906890
"handle_types": {
68916891
"c": {
6892-
"type": "MPI_Comm_copy_attr_function",
6893-
"description": "\\ctype{MPI_Comm_copy_attr_function}"
6892+
"type": "MPI_Comm_copy_attr_function *",
6893+
"description": "\\ctype{MPI_Comm_copy_attr_function *}"
68946894
},
68956895
"f90": {
68966896
"type": "COMM_COPY_ATTR_FUNCTION",
@@ -6910,7 +6910,7 @@
69106910
"mpi_comm_dup_fn": {
69116911
"handle_types": {
69126912
"c": {
6913-
"type": "MPI_Comm_copy_attr_function",
6913+
"type": "MPI_Comm_copy_attr_function *",
69146914
"description": "\\ctype{MPI_Comm_copy_attr_function}"
69156915
},
69166916
"f90": {
@@ -6931,8 +6931,8 @@
69316931
"mpi_comm_null_delete_fn": {
69326932
"handle_types": {
69336933
"c": {
6934-
"type": "MPI_Comm_delete_attr_function",
6935-
"description": "\\ctype{MPI_Comm_delete_attr_function}"
6934+
"type": "MPI_Comm_delete_attr_function *",
6935+
"description": "\\ctype{MPI_Comm_delete_attr_function *}"
69366936
},
69376937
"f90": {
69386938
"type": "COMM_DELETE_ATTR_FUNCTION",
@@ -6952,8 +6952,8 @@
69526952
"mpi_win_null_copy_fn": {
69536953
"handle_types": {
69546954
"c": {
6955-
"type": "MPI_Win_copy_attr_function",
6956-
"description": "\\ctype{MPI_Win_copy_attr_function}"
6955+
"type": "MPI_Win_copy_attr_function *",
6956+
"description": "\\ctype{MPI_Win_copy_attr_function *}"
69576957
},
69586958
"f90": {
69596959
"type": "WIN_COPY_ATTR_FUNCTION",
@@ -6973,8 +6973,8 @@
69736973
"mpi_win_dup_fn": {
69746974
"handle_types": {
69756975
"c": {
6976-
"type": "MPI_Win_copy_attr_function",
6977-
"description": "\\ctype{MPI_Win_copy_attr_function}"
6976+
"type": "MPI_Win_copy_attr_function *",
6977+
"description": "\\ctype{MPI_Win_copy_attr_function *}"
69786978
},
69796979
"f90": {
69806980
"type": "WIN_COPY_ATTR_FUNCTION",
@@ -6994,8 +6994,8 @@
69946994
"mpi_win_null_delete_fn": {
69956995
"handle_types": {
69966996
"c": {
6997-
"type": "MPI_Win_delete_attr_function",
6998-
"description": "\\ctype{MPI_Win_delete_attr_function}"
6997+
"type": "MPI_Win_delete_attr_function *",
6998+
"description": "\\ctype{MPI_Win_delete_attr_function *}"
69996999
},
70007000
"f90": {
70017001
"type": "WIN_DELETE_ATTR_FUNCTION",
@@ -7015,8 +7015,8 @@
70157015
"mpi_type_null_copy_fn": {
70167016
"handle_types": {
70177017
"c": {
7018-
"type": "MPI_Type_copy_attr_function",
7019-
"description": "\\ctype{MPI_Type_copy_attr_function}"
7018+
"type": "MPI_Type_copy_attr_function *",
7019+
"description": "\\ctype{MPI_Type_copy_attr_function *}"
70207020
},
70217021
"f90": {
70227022
"type": "TYPE_COPY_ATTR_FUNCTION",
@@ -7036,8 +7036,8 @@
70367036
"mpi_type_dup_fn": {
70377037
"handle_types": {
70387038
"c": {
7039-
"type": "MPI_Type_copy_attr_function",
7040-
"description": "\\ctype{MPI_Type_copy_attr_function}"
7039+
"type": "MPI_Type_copy_attr_function *",
7040+
"description": "\\ctype{MPI_Type_copy_attr_function *}"
70417041
},
70427042
"f90": {
70437043
"type": "TYPE_COPY_ATTR_FUNCTION",
@@ -7057,8 +7057,8 @@
70577057
"mpi_type_null_delete_fn": {
70587058
"handle_types": {
70597059
"c": {
7060-
"type": "MPI_Type_delete_attr_function",
7061-
"description": "\\ctype{MPI_Type_delete_attr_function}"
7060+
"type": "MPI_Type_delete_attr_function *",
7061+
"description": "\\ctype{MPI_Type_delete_attr_function *}"
70627062
},
70637063
"f90": {
70647064
"type": "TYPE_DELETE_ATTR_FUNCTION",
@@ -7078,8 +7078,8 @@
70787078
"mpi_conversion_fn_null": {
70797079
"handle_types": {
70807080
"c": {
7081-
"type": "MPI_Datarep_conversion_function",
7082-
"description": "\\ctype{MPI_Datarep_conversion_function}"
7081+
"type": "MPI_Datarep_conversion_function *",
7082+
"description": "\\ctype{MPI_Datarep_conversion_function *}"
70837083
},
70847084
"f90": {
70857085
"type": "DATAREP_CONVERSION_FUNCTION",
@@ -7099,8 +7099,8 @@
70997099
"mpi_conversion_fn_null_c": {
71007100
"handle_types": {
71017101
"c": {
7102-
"type": "MPI_Datarep_conversion_function_c",
7103-
"description": "\\ctype{MPI_Datarep_conversion_function_c}"
7102+
"type": "MPI_Datarep_conversion_function_c *",
7103+
"description": "\\ctype{MPI_Datarep_conversion_function_c *}"
71047104
},
71057105
"f90": {
71067106
"type": null,
@@ -7120,8 +7120,8 @@
71207120
"mpi_null_copy_fn": {
71217121
"handle_types": {
71227122
"c": {
7123-
"type": "MPI_Copy_function",
7124-
"description": "\\ctype{MPI_Copy_function}"
7123+
"type": "MPI_Copy_function *",
7124+
"description": "\\ctype{MPI_Copy_function *}"
71257125
},
71267126
"f90": {
71277127
"type": "COPY_FUNCTION",
@@ -7141,8 +7141,8 @@
71417141
"mpi_dup_fn": {
71427142
"handle_types": {
71437143
"c": {
7144-
"type": "MPI_Copy_function",
7145-
"description": "\\ctype{MPI_Copy_function}"
7144+
"type": "MPI_Copy_function *",
7145+
"description": "\\ctype{MPI_Copy_function *}"
71467146
},
71477147
"f90": {
71487148
"type": "COPY_FUNCTION",
@@ -7162,8 +7162,8 @@
71627162
"mpi_null_delete_fn": {
71637163
"handle_types": {
71647164
"c": {
7165-
"type": "MPI_Delete_function",
7166-
"description": "\\ctype{MPI_Delete_function}"
7165+
"type": "MPI_Delete_function *",
7166+
"description": "\\ctype{MPI_Delete_function *}"
71677167
},
71687168
"f90": {
71697169
"type": "DELETE_FUNCTION",

0 commit comments

Comments
 (0)