Albert Deuzeman
Albert Deuzeman
As I understand, this function doesn't exist anymore -- it's either `random_spinor_field_eo` or `random_spinor_field_lexic`. That leads to two questions: - I don't know this part of the code and don't...
The current implementation is rather messy -- spread out over different files, partly duplicated and riddled with ad-hoc logic -- and will become even more so if we want to...
Currently, when the code is compiled with e.g. 1-dimensional parallelization, the code will still accept NrXProcs, NrYProcs and NrZProcs, but just silently ignore them. Of course this will usually result...
Nothing very important, but my compiler whines about this. In recent code, I've been seeing the following syntax crop up repeatedly where const pointers are supposed to be passed: `const...