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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,9 @@
306
306
* Don't do MACRO magic for building Profiling library as it
307
307
* interferes with the above.
308
308
*/
309
-
# if (OMPI_ENABLE_MPI1_COMPAT||OMPI_BUILDING)
309
+
# if defined(OMPI_OMIT_MPI1_COMPAT_DECLS)
310
+
/* The user set OMPI_OMIT_MPI1_COMPAT_DECLS, do what he commands */
311
+
# elif (OMPI_ENABLE_MPI1_COMPAT||OMPI_BUILDING)
310
312
# defineOMPI_OMIT_MPI1_COMPAT_DECLS 0
311
313
# defineOMPI_REMOVED_USE_STATIC_ASSERT 0
312
314
# define__mpi_interface_removed__(func, newfunc) __mpi_interface_deprecated__(#func " was removed in MPI-3.0. Use " #newfunc " instead. continuing...")
0 commit comments