gtest-mpi-listener
gtest-mpi-listener copied to clipboard
`--gtest_output` not working
Files generated by --gtest_output are broken. To solve this I think the output file generators should also gather results to one rank. Additionally, only that rank should write the output.
Ok, read the documentation again. It says that XML generation works, but I still get some broken files. Is the XML written by only a single rank or by all ranks? Maybe it gets scrambled by simultaneous writes.