-
- Downloads
Initial some variables that MemorySanitizer suggested
Also reported issues in MPI and METIS, the METIS issue doesn't seem to have an effect (zeroed in a local build).
parent
34e76452
No related branches found
No related tags found
Loading
-
FWIW, a lot of these look like false positives. A limitation of the sanitizer is that it can only detect e.g. MPI's writes if the external library is itself built with the sanitizer. Duplicate initialisation is mostly harmless, especially with a trap value like MPI_UNDEFINED, but it's worth weighing against the risk of disguising actual uninitialised reads further down the line. Although, from 'also reported issues...', maybe you already know this?
Please register or sign in to comment