-
Notifications
You must be signed in to change notification settings - Fork 122
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
Improve std::thread cleanup #1880
Conversation
https://bbpgitlab.epfl.ch/hpc/coreneuron/-/pipelines/62004 is testing this with the Intel and NVIDIA compilers. |
Codecov Report
@@ Coverage Diff @@
## master #1880 +/- ##
==========================================
- Coverage 47.13% 47.13% -0.01%
==========================================
Files 543 543
Lines 112917 112900 -17
==========================================
- Hits 53224 53213 -11
+ Misses 59693 59687 -6
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
✔️ 9ca53e6 -> Azure artifacts URL |
This looks fine. |
Launched https://github.com/neuronsimulator/nrn-modeldb-ci/actions/runs/2556232205 comparing this PR to |
✔️ b50be5e -> Azure artifacts URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
multicore.cpp
to join threads at shutdown before thestd::thread
objects are destroyed.BENCH*
macros