ANCOPT optimizer not consistent for gcc @ macOS-14.6.1
#1099
Labels
bug
Something isn't working
driver: optimization
Related to the geometry optimization driver
platform: MacOS
Related to using this project on MacOS
Describe the bug
Geometry optimizer leads to different results for
ifort @ ubuntu-20.04
andgcc @ macOS-14.6.1
.To Reproduce
Steps to reproduce the behaviour:
xtb_dev C13H14.xyz --opt --gfn 2 --cycles 1
Relevant lines of code
solver_sdavidson
leads to different results for both architectures forUaug
, even though all input variables are equal for both architectures. Possible reasons might beblas_dot
orsdot
functions that lead to different results for different architectures and compilers. (In some examples,norm2
andsqrt(sdot(x, var1, 1, var1, 1))
led to different results.Output showing the error
Please provide all input and output file such that we confirm your report.
Expected behaviour
Numerically equal results for all systems, on which
xtb
is compilable.Additional context
C13H14.xyz.txt
xtb.log
The text was updated successfully, but these errors were encountered: