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

Add parameter to operator to disable propagator writing #371

Closed kostrzewa closed 6 years ago

kostrzewa commented 7 years ago

For testing purposes (such as for tuning DDalphaAMG or QPHIX), it is quite helpful to be able to disable the writing of propagators to avoid problems with using too much space or having to manually delete thousands of propagators in job scripts (which may fail).

kostrzewa commented 6 years ago

done in development of quda MG interface about to be merged