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

Fix CI after introduction of serial folder in deal.II 9.6 #1004

Merged
merged 13 commits into from
Jan 29, 2024
Merged

Conversation

blaisb
Copy link
Contributor

@blaisb blaisb commented Jan 28, 2024

Description of the problem

  • Deal.II introduced a serial folder for serial tests. This is a very good idea because it introduces uniformity when we have serial and mpitests. However, this is not maintainable if we have deal.II 9.5 and 9.6 working. The PR is this one: Testsuite: use ./serial subdirectory dealii/dealii#16551

Description of the solution

  • For the time being, all tests that have files are given the label mpirun=1 before their output. As such, their behavior is identical between 9.5 and 9.6. This ensures that the tests are working correctly. Once we migrate away from deal.II 9.5 (this summer) this idea could be reverted to use the regular serial folders. This is an adequate fix for the time being.

@lpsaavedra lpsaavedra self-requested a review January 29, 2024 00:06
Copy link
Collaborator

@lpsaavedra lpsaavedra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the tests are now passing on my machine using deal.II-master

@blaisb blaisb merged commit d769247 into master Jan 29, 2024
@blaisb blaisb deleted the fix_serial_CI branch January 29, 2024 02:06
M-Badri pushed a commit to M-Badri/lethe that referenced this pull request Sep 29, 2024
…mtl#1004)

Description of the problem
Deal.II introduced a serial folder for serial tests. This is a very good idea because it introduces uniformity when we have serial and mpitests. However, this is not maintainable if we have deal.II 9.5 and 9.6 working. The PR is this one: Testsuite: use ./serial subdirectory dealii/dealii#16551

Description of the solution
For the time being, all tests that have files are given the label mpirun=1 before their output. As such, their behavior is identical between 9.5 and 9.6. This ensures that the tests are working correctly. Once we migrate away from deal.II 9.5 (this summer) this idea could be reverted to use the regular serial folders. This is an adequate fix for the time being.

Former-commit-id: d769247
blaisb added a commit that referenced this pull request Sep 30, 2024
Description of the problem
Deal.II introduced a serial folder for serial tests. This is a very good idea because it introduces uniformity when we have serial and mpitests. However, this is not maintainable if we have deal.II 9.5 and 9.6 working. The PR is this one: Testsuite: use ./serial subdirectory dealii/dealii#16551

Description of the solution
For the time being, all tests that have files are given the label mpirun=1 before their output. As such, their behavior is identical between 9.5 and 9.6. This ensures that the tests are working correctly. Once we migrate away from deal.II 9.5 (this summer) this idea could be reverted to use the regular serial folders. This is an adequate fix for the time being.

Former-commit-id: d769247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants