Commit 92fe955
authored
bug: replace nullptr with MPI_COMM_NULL (#987)
Replace `nullptr` with `MPI_COMM_NULL` to stop failing conversion from
`nullptr` to `int`
Fixes #986
Thanks @docguibou for raising the issue.
Please can you confirm if this fixes your compilation issue.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments