Skip to content

Tags: grimme-lab/xtb

Tags

bleed

Toggle bleed's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix OpenMP memory leak and segfault in fragment Hessian diagonalizati…

…on (#1366)

* Fix OpenMP memory leak and segfault in fragment Hessian diagonalization

Replaced OpenMP reduction on large arrays with manual packing/unpacking and critical section updates. Removed large automatic array 'hess_mask' that caused stack overflow.

Signed-off-by: Daniel Wiczew <daniel.wiczew@univ-lorraine.fr>

* Optimize fragment Hessian pack/unpack loops

Signed-off-by: Daniel Wiczew <daniel.wiczew@univ-lorraine.fr>

* Align frag Hessian loop nomenclature

Signed-off-by: Daniel Wiczew <daniel.wiczew@univ-lorraine.fr>

* go back to correct loop order

---------

Signed-off-by: Daniel Wiczew <daniel.wiczew@univ-lorraine.fr>
Co-authored-by: thfroitzheim <92028749+thfroitzheim@users.noreply.github.com>

v6.7.1

Toggle v6.7.1's commit message
push to v6.7.1

Signed-off-by: Albert Katbashev <akatbashev@gmail.com>

v6.7.0

Toggle v6.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
push version 6.7.0 (#980)

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>

v6.6.1

Toggle v6.6.1's commit message
Push Version to 6.6.1

Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>

v6.6.0

Toggle v6.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update workflows to meson 0.62.0 (#768)

Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>

v6.5.1

Toggle v6.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release version 6.5.1 (#662)

v6.5.0

Toggle v6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to version 6.5.0 (#618)

v6.4.1

Toggle v6.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix gridfile keyword (#489)

v6.4.0

Toggle v6.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump program version to 6.4.0 (#428)

v6.3.3

Toggle v6.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Guard time estimate printout in hessian with omp critical (#350)