We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3847c commit 24e85d1Copy full SHA for 24e85d1
ompi/mpi/bindings/ompi_bindings/c.py
@@ -188,7 +188,6 @@ def dump_header(self):
188
for sig in self.signatures:
189
self.dump(f'{sig};')
190
self.dump('int MPI_Abi_details(int *buflen, char *details, MPI_Info *info);')
191
- self.dump('int MPI_Abi_supported(int *flag);')
192
self.dump('int MPI_Abi_version(int *abi_major, int *abi_minor);')
193
194
self.dump("""
ompi/mpi/c/abi_supported.c
0 commit comments