|
6889 | 6889 | "mpi_comm_null_copy_fn": { |
6890 | 6890 | "handle_types": { |
6891 | 6891 | "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 *}" |
6894 | 6894 | }, |
6895 | 6895 | "f90": { |
6896 | 6896 | "type": "COMM_COPY_ATTR_FUNCTION", |
|
6910 | 6910 | "mpi_comm_dup_fn": { |
6911 | 6911 | "handle_types": { |
6912 | 6912 | "c": { |
6913 | | - "type": "MPI_Comm_copy_attr_function", |
| 6913 | + "type": "MPI_Comm_copy_attr_function *", |
6914 | 6914 | "description": "\\ctype{MPI_Comm_copy_attr_function}" |
6915 | 6915 | }, |
6916 | 6916 | "f90": { |
|
6931 | 6931 | "mpi_comm_null_delete_fn": { |
6932 | 6932 | "handle_types": { |
6933 | 6933 | "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 *}" |
6936 | 6936 | }, |
6937 | 6937 | "f90": { |
6938 | 6938 | "type": "COMM_DELETE_ATTR_FUNCTION", |
|
6952 | 6952 | "mpi_win_null_copy_fn": { |
6953 | 6953 | "handle_types": { |
6954 | 6954 | "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 *}" |
6957 | 6957 | }, |
6958 | 6958 | "f90": { |
6959 | 6959 | "type": "WIN_COPY_ATTR_FUNCTION", |
|
6973 | 6973 | "mpi_win_dup_fn": { |
6974 | 6974 | "handle_types": { |
6975 | 6975 | "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 *}" |
6978 | 6978 | }, |
6979 | 6979 | "f90": { |
6980 | 6980 | "type": "WIN_COPY_ATTR_FUNCTION", |
|
6994 | 6994 | "mpi_win_null_delete_fn": { |
6995 | 6995 | "handle_types": { |
6996 | 6996 | "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 *}" |
6999 | 6999 | }, |
7000 | 7000 | "f90": { |
7001 | 7001 | "type": "WIN_DELETE_ATTR_FUNCTION", |
|
7015 | 7015 | "mpi_type_null_copy_fn": { |
7016 | 7016 | "handle_types": { |
7017 | 7017 | "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 *}" |
7020 | 7020 | }, |
7021 | 7021 | "f90": { |
7022 | 7022 | "type": "TYPE_COPY_ATTR_FUNCTION", |
|
7036 | 7036 | "mpi_type_dup_fn": { |
7037 | 7037 | "handle_types": { |
7038 | 7038 | "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 *}" |
7041 | 7041 | }, |
7042 | 7042 | "f90": { |
7043 | 7043 | "type": "TYPE_COPY_ATTR_FUNCTION", |
|
7057 | 7057 | "mpi_type_null_delete_fn": { |
7058 | 7058 | "handle_types": { |
7059 | 7059 | "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 *}" |
7062 | 7062 | }, |
7063 | 7063 | "f90": { |
7064 | 7064 | "type": "TYPE_DELETE_ATTR_FUNCTION", |
|
7078 | 7078 | "mpi_conversion_fn_null": { |
7079 | 7079 | "handle_types": { |
7080 | 7080 | "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 *}" |
7083 | 7083 | }, |
7084 | 7084 | "f90": { |
7085 | 7085 | "type": "DATAREP_CONVERSION_FUNCTION", |
|
7099 | 7099 | "mpi_conversion_fn_null_c": { |
7100 | 7100 | "handle_types": { |
7101 | 7101 | "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 *}" |
7104 | 7104 | }, |
7105 | 7105 | "f90": { |
7106 | 7106 | "type": null, |
|
7120 | 7120 | "mpi_null_copy_fn": { |
7121 | 7121 | "handle_types": { |
7122 | 7122 | "c": { |
7123 | | - "type": "MPI_Copy_function", |
7124 | | - "description": "\\ctype{MPI_Copy_function}" |
| 7123 | + "type": "MPI_Copy_function *", |
| 7124 | + "description": "\\ctype{MPI_Copy_function *}" |
7125 | 7125 | }, |
7126 | 7126 | "f90": { |
7127 | 7127 | "type": "COPY_FUNCTION", |
|
7141 | 7141 | "mpi_dup_fn": { |
7142 | 7142 | "handle_types": { |
7143 | 7143 | "c": { |
7144 | | - "type": "MPI_Copy_function", |
7145 | | - "description": "\\ctype{MPI_Copy_function}" |
| 7144 | + "type": "MPI_Copy_function *", |
| 7145 | + "description": "\\ctype{MPI_Copy_function *}" |
7146 | 7146 | }, |
7147 | 7147 | "f90": { |
7148 | 7148 | "type": "COPY_FUNCTION", |
|
7162 | 7162 | "mpi_null_delete_fn": { |
7163 | 7163 | "handle_types": { |
7164 | 7164 | "c": { |
7165 | | - "type": "MPI_Delete_function", |
7166 | | - "description": "\\ctype{MPI_Delete_function}" |
| 7165 | + "type": "MPI_Delete_function *", |
| 7166 | + "description": "\\ctype{MPI_Delete_function *}" |
7167 | 7167 | }, |
7168 | 7168 | "f90": { |
7169 | 7169 | "type": "DELETE_FUNCTION", |
|
0 commit comments