atmtools / arts

The Atmospheric Radiative Transfer Simulator
https://www.radiativetransfer.org/
Other
62 stars 28 forks source link

[ARTS-2.6] Fix wigner getting stuck #785

Closed olemke closed 2 months ago

olemke commented 2 months ago

Wigner gets sometimes stuck in an infinite loop in pexpo_prime_factor due to a negative fpf being passed in. We don't know why/how these negative values come into existence, but enabling PRIME_LIST_USE_VECTOR to use vector types / instructions such as SSE / AVX for the exponents, fixes it. So we go with that for now to fix TestMolOxyAdaptation.

olemke commented 2 months ago

Superseded by #786