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 b078bff commit affde55Copy full SHA for affde55
ompi/mpi/bindings/ompi_bindings/c_type.py
@@ -1,3 +1,12 @@
1
+# Copyright (c) 2024 Triad National Security, LLC. All rights
2
+# reserved.
3
+#
4
+# $COPYRIGHT$
5
6
+# Additional copyrights may follow
7
8
+# $HEADER$
9
+"""C type definitions."""
10
from abc import ABC, abstractmethod
11
from ompi_bindings.consts import ConvertFuncs, ConvertOMPIToStandard
12
ompi/mpi/bindings/ompi_bindings/parser.py
@@ -1,3 +1,11 @@
"""Source parsing code."""
class Parameter:
0 commit comments