Move fstar assignment outside loop - #3205
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
JoshuaLampert
left a comment
There was a problem hiding this comment.
Wait...doesn't Threads.threadid() depend on the thread in the loop? Does this work?
|
Ah never mind, I forgot that there are some functions which are already being called from a threaded environment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3205 +/- ##
=======================================
Coverage 96.96% 96.96%
=======================================
Files 673 673
Lines 52134 52134
=======================================
Hits 50547 50547
Misses 1587 1587
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
See #3156 (comment)