We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
T8_ASSERT (last_desc_id < first_desc_id);
(More fail before merging #1086)
The text was updated successfully, but these errors were encountered:
#1100 may fix test/t8_forest_incomplete/t8_gtest_iterate_replace, please check
Sorry, something went wrong.
#1142 should resolve the test/t8_forest_incomplete/t8_gtest_iterate_replace
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.
lukasdreyer
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: