-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modenumber computation happens inline in invert.c, subfunction needed #1
Comments
Hmm, for some reason I cannot convince Falk or Elena to work on this. In principle we should remove the code, but maybe someone can convince them? |
kostrzewa
added a commit
that referenced
this issue
Feb 8, 2013
single clover and Wilson rational approximation plus fix of `invert_eo.c` for cgmms
kostrzewa
pushed a commit
that referenced
this issue
Nov 10, 2015
gbergner
pushed a commit
to gbergner/tmLQCD
that referenced
this issue
Aug 19, 2016
Merge mg4qcd and current master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invert.c has most of its functionality handed off to subfunctions, such as eigenvalue computation or plaquette measurement. The modenumber computation is done inline inside invert.c, at around line 360-400 in revision 1783. This code should be moved to a subfunction, to clean up and to factorize.
The text was updated successfully, but these errors were encountered: