You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jeorsch
changed the title
--gtest-output not working--gtest_output not working
Mar 12, 2021
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.
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.The text was updated successfully, but these errors were encountered: