Skip to content
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

Some solvers try to read a source even when ReadSource = no #7

Open
kostrzewa opened this issue Jan 13, 2012 · 2 comments
Open

Some solvers try to read a source even when ReadSource = no #7

kostrzewa opened this issue Jan 13, 2012 · 2 comments

Comments

@kostrzewa
Copy link
Member

BiCGstab, GCR and maybe also MR try to read a source, or end up in utils_parse_propagator_type.c when the ReadSource parameter is set to no. This should not happen, either:

  • If a source must be present, and ReadSource = no, an error should be returned.
  • If a source should not be read, utils_parse_propagator_type should not be entered at all
@urbach
Copy link
Contributor

urbach commented Sep 1, 2012

Is it really a source they are looking for? These solvers can be restarted and I made them to scan for an existing propagator, and read it if present. This is not what you are observing here?

@kostrzewa
Copy link
Member Author

This bug was submitted to our old bugtracker by Siebren I think.

deuzeman pushed a commit to deuzeman/tmLQCD that referenced this issue Nov 13, 2012
…ixreduct

do manual reduction in assign_mul_add_r_and_square
kostrzewa pushed a commit that referenced this issue Aug 3, 2021
synch up with quda_work and quda_work_add_actions branches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants