etmc / tmLQCD

tmLQCD is a freely available software suite providing a set of tools to be used in lattice QCD simulations. This is mainly a HMC implementation (including PHMC and RHMC) for Wilson, Wilson Clover and Wilson twisted mass fermions and inverter for different versions of the Dirac operator. The code is fully parallelised and ships with optimisations for various modern architectures, such as commodity PC clusters and the Blue Gene family.
http://www.itkp.uni-bonn.de/~urbach/software.html
GNU General Public License v3.0
32 stars 47 forks source link

Fixed overflow in printout of rectan-term to output.data (appears for… #538

Closed Finkenrath closed 2 years ago

Finkenrath commented 2 years ago

Normalisation factor for rectangular term is not converted before division. Leads to an overflow, when lattice is of size 112x112x112x224.

kostrzewa commented 2 years ago

thanks!