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

DDalphaAMG breaks read_input.l #346

Closed kostrzewa closed 7 years ago

kostrzewa commented 7 years ago

@sbacchio @Finkenrath @urbach We overlooked a little something when we merged the DDalphaAMG branch. The lines in read_input.l which set MG parameters should be enclosed in #ifdef, such that the code can be linked when the DDalphaAMG interface is not compiled. Alternatively, the MG parameters can be provided globally, also when DDalphaAMG is disabled.

kostrzewa commented 7 years ago

As of right now, the tmLQCD master branch cannot be compiled without DDalphaAMG...

urbach commented 7 years ago

can you provide a pull request for the required change?

@sbacchio @Finkenrath @urbach We overlooked a little something when we merged the DDalphaAMG branch. The lines in read_input.l which set MG parameters should be enclosed in #ifdef, such that the code can be linked when the DDalphaAMG interface is not compiled. Alternatively, the MG parameters can be provided globally, also when DDalphaAMG is disabled.

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/etmc/tmLQCD/issues/346

Carsten Urbach e-mail: curbach@gmx.de urbach@hiskp.uni-bonn.de Fon : +49 (0)228 73 2379 skype : carsten.urbach URL: http://www.carsten-urbach.eu

sbacchio commented 7 years ago

Ah I've been too sloppy. Sorry, I did a mess. I will fix it.

kostrzewa commented 7 years ago

This has been resolved by #347, closing.