Commit 6920f62
committed
runtime/params: set ompi_mpi_compat_mpi3 to true by default
ompi_mpi_compat_mpi3 controls whether MPI default behavior
fix MPI-3 standard or MPI-4 standard.
Because the main branch is following MPI-3 standard, this
parameter's default value should be true, but it is false
prior to this patch
This patch addressed the issue.
Signed-off-by: Wei Zhang <[email protected]>
(cherry picked from commit 67a71fc)1 parent 5ba260f commit 6920f62
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments