Commit 582b57b
committed
Fix datatype cleanup
The type of MPI_Datatype is not specified in the standard. They must not
be implemented as objects and can, e.g., also be implemented via integers.
Therefore, removing the incorrect comparison against NULL here.
Signed-off-by: Christoph Niethammer <[email protected]>1 parent a7a7e9d commit 582b57b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
0 commit comments