Commit ff233ed
v4.0.x: Allow user to overwrite
Follow-up to open-mpi#6120.
As mentioned in [1], it may be desirable to nevertheless get the hidden
MPI 1 prototypes, for users who know what they are doing, i.e., the tools
guys. @ggouaillardet mentioned in [2], that `-DOMPI_OMIT_MPI1_COMPAT_DECLS=0`
should work, but it does not, as than we only get redefinition warnings.
See [3].
This topic does not relate to master, as we can remove the actual symbols
there, but here in v4.0.x land, the symbols are always there.
[1] open-mpi#6120 (comment)
[2] open-mpi#6120 (comment)
[3] open-mpi#6120 (comment)
Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>OMPI_ENABLE_MPI1_COMPAT
1 parent 03f5b9d commit ff233ed
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
310 | 312 | | |
311 | 313 | | |
312 | 314 | | |
| |||
0 commit comments