You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ompi/include/mpi.h.in
+33-12Lines changed: 33 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
* Copyright (c) 2017-2019 IBM Corporation. All rights reserved.
23
23
* Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
24
24
* Copyright (c) 2021-2022 Google, LLC. All rights reserved.
25
-
* Copyright (c) 2021 Amazon.com, Inc. or its affiliates. All Rights
25
+
* Copyright (c) 2021-2022 Amazon.com, Inc. or its affiliates. All Rights
26
26
* reserved.
27
27
* Copyright (c) 2021 Bull S.A.S. All rights reserved.
28
28
* Copyright (c) 2018 Triad National Security, LLC. All rights
@@ -330,7 +330,9 @@
330
330
* Don't do MACRO magic for building Profiling library as it
331
331
* interferes with the above.
332
332
*/
333
-
# if (OMPI_ENABLE_MPI1_COMPAT||OMPI_BUILDING)
333
+
# if defined(OMPI_OMIT_MPI1_COMPAT_DECLS)
334
+
/* The user set OMPI_OMIT_MPI1_COMPAT_DECLS, do what he commands */
335
+
# elifOMPI_ENABLE_MPI1_COMPAT
334
336
# defineOMPI_OMIT_MPI1_COMPAT_DECLS 0
335
337
# defineOMPI_REMOVED_USE_STATIC_ASSERT 0
336
338
# define__mpi_interface_removed__(func, newfunc) __mpi_interface_deprecated__(#func " was removed in MPI-3.0. Use " #newfunc " instead. continuing...")
0 commit comments