dalel487 / su2hmc

Two Colour Hybrid Monte Carlo with Wilson Fermions
https://dalel487.github.io/su2hmc/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Move Lattice Spacing/Nproc definitions to makefiles #8

Open dalel487 opened 2 years ago

dalel487 commented 2 years ago

Instead of defining nx etc. in sizes.h; define them as variables in the Makefile that get passed to the compiler.

Has the advantage of being able to name the output file after the number of processors/lattice dimensions and not having to edit the include file (a two second inconvenience)