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

omp loop fix #235

Merged
merged 1 commit into from
Feb 15, 2024
Merged

omp loop fix #235

merged 1 commit into from
Feb 15, 2024

Conversation

gitpeterwind
Copy link
Member

I don't understand why, but an omp loop was causing error some times (but not always for two consecutive identical runs!)
I changed the schedule from dynamic to static, and then it seems to always pass.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (0a5b538) 65.65% compared to head (e495d5f) 65.67%.
Report is 1 commits behind head on master.

Files Patch % Lines
src/utils/ComplexFunction.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
+ Coverage   65.65%   65.67%   +0.02%     
==========================================
  Files         185      185              
  Lines       10237    10233       -4     
==========================================
  Hits         6721     6721              
+ Misses       3516     3512       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gitpeterwind gitpeterwind merged commit cbbd7a5 into MRChemSoft:master Feb 15, 2024
10 checks passed
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