Skip to content

Fixed dynamic loading of parallel quadratures#301

Merged
tzanio merged 2 commits intomasterfrom
najlkin/fix-par-quad
Jul 30, 2024
Merged

Fixed dynamic loading of parallel quadratures#301
tzanio merged 2 commits intomasterfrom
najlkin/fix-par-quad

Conversation

@najlkin
Copy link
Copy Markdown
Contributor

@najlkin najlkin commented Jul 29, 2024

This PR fixes dynamic loading of parallel quadratures, which did not work with the "parallel ... quadrature" keywords after the first stream, but expected a special "pquadrature" keyword. Moreover, the loader of parallel grid functions was not checking the second keyword, so without any warning the parallel quadratures were treated as grid functions, leading to crashes 💣 . With this fix, "parallel ... quadrature" can be used consistently and the second keyword is checked properly.

Reported by: @vladotomov

@najlkin najlkin added the bug label Jul 29, 2024
@najlkin najlkin added this to the glvis-4.3 milestone Jul 29, 2024
@najlkin najlkin requested a review from vladotomov July 29, 2024 21:43
@najlkin najlkin self-assigned this Jul 29, 2024
@najlkin najlkin mentioned this pull request Jul 29, 2024
22 tasks
@najlkin najlkin requested a review from tzanio July 29, 2024 21:54
@najlkin
Copy link
Copy Markdown
Contributor Author

najlkin commented Jul 29, 2024

Cannot dowload gperf, because gnu.org is down 🦬 🎯 .

Copy link
Copy Markdown
Member

@vladotomov vladotomov left a comment

Choose a reason for hiding this comment

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

Now it works, thank you @najlkin.

@tzanio
Copy link
Copy Markdown
Member

tzanio commented Jul 30, 2024

I restarted the CI and it all passes now 👍

@tzanio tzanio merged commit 8d6826f into master Jul 30, 2024
@tzanio tzanio deleted the najlkin/fix-par-quad branch July 30, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants