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

Refactor hessian implementation #417

Merged
merged 8 commits into from
Jan 20, 2021
Merged

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Jan 18, 2021

ifort sometimes screws up in the compilation process and produces fault code for the hessian module, which is usually fixed by recompiling the source again. Issues tend to disappear if you look more detailed into this part of the code, which make it hard to pin down.

Since we want to avoid arcane compiling rituals for xtb, this PR tries to improve the stability of the hessian module by separating the implementation in smaller logical units.

@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #417 (cfa9fa4) into master (241d755) will increase coverage by 0.17%.
The diff coverage is 22.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #417      +/-   ##
==========================================
+ Coverage   40.56%   40.74%   +0.17%     
==========================================
  Files         301      304       +3     
  Lines       50799    50808       +9     
==========================================
+ Hits        20606    20700      +94     
+ Misses      30193    30108      -85     
Impacted Files Coverage Δ
src/freq/io.f90 0.00% <0.00%> (ø)
src/freq/project.f90 0.00% <0.00%> (ø)
src/hessian.F90 0.00% <0.00%> (ø)
src/freq/numdiff.f90 49.27% <49.27%> (ø)
TESTSUITE/hessian.f90 98.18% <98.18%> (ø)
TESTSUITE/tests_peeq.f90 94.16% <100.00%> (+0.04%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 241d755...cfa9fa4. Read the comment docs.

- Intel 17 ICEs on the orphaned OMP construct, Intel 18 is fine
@awvwgk awvwgk merged commit 97c657b into grimme-lab:master Jan 20, 2021
@awvwgk awvwgk deleted the hess-refactor branch January 20, 2021 12:27
@awvwgk awvwgk added this to the v6.4.0 milestone Jan 23, 2021
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.

1 participant