Skip to content
New issue

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

Tests fail on more than 2 procs #1088

Closed
lukasdreyer opened this issue Jun 18, 2024 · 3 comments
Closed

Tests fail on more than 2 procs #1088

lukasdreyer opened this issue Jun 18, 2024 · 3 comments
Assignees
Labels
Bug For a bug in the Code tests

Comments

@lukasdreyer
Copy link
Collaborator

lukasdreyer commented Jun 18, 2024

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)

@holke holke added Bug For a bug in the Code tests labels Jun 19, 2024
@holke
Copy link
Collaborator

holke commented Jun 25, 2024

#1100 may fix test/t8_forest_incomplete/t8_gtest_iterate_replace, please check

@holke
Copy link
Collaborator

holke commented Jul 16, 2024

#1142 should resolve the test/t8_forest_incomplete/t8_gtest_iterate_replace

@Davknapp
Copy link
Collaborator

Davknapp commented Oct 9, 2024

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.

@Davknapp Davknapp closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For a bug in the Code tests
Projects
None yet
Development

No branches or pull requests

3 participants