Tests fail on more than 2 procs
Closed this issue · 3 comments
lukasdreyer commented
The following tests fail when run on more than 2 procs:
test/t8_cmesh/t8_gtest_multiple_attributes (first fails for 3 procs, Segmentation fault)
test/t8_forest_incomplete/t8_gtest_empty_local_tree (not failing, but running way too slow for multiple procs)
test/t8_forest_incomplete/t8_gtest_iterate_replace (first fails for 5 procs, t8_forest_partition.cxx:245):
T8_ASSERT (last_desc_id < first_desc_id);
(More fail before merging #1086)
Davknapp commented
Our test-suite tests now with 4 procs. Furthermore one can add a custom command to use even more that 4 procs to test in parallel.