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

user input for poly acc settings #569

Merged

Conversation

aniketsen
Copy link
Contributor

poly acc settings (and also n_kr) is added to monomials.

read_input.l Outdated
{SPC}*EigAmin{EQL}{FLT} {
sscanf(yytext, " %[a-zA-Z] = %lf", name, &c);
mnl->eig_amin = c;
if(myverbose!=0) printf(" eig_amin set to %e line %d monomial %d\n", c, line_of_file, current_monomial);
Copy link
Member

@kostrzewa kostrzewa Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The outputs to the log file need to be more explanatory.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would also be nice to make them consistent with the Input names for the eigensolver used in the MG:

* EigAmin -> EigSolverPolyMin
* EigAmax -> EigSolverPolyMax
* EigPolyDeg -> EigSolverPolynomialDegree
* EigNkr -> EigSolverKrylovSubspaceSize

@aniketsen aniketsen merged commit 6954db9 into quda_work_eigensolver Jun 27, 2023
3 checks passed
@kostrzewa kostrzewa deleted the quda_work_eigensolver_poly_acc_setttings branch December 23, 2023 18:15
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

Successfully merging this pull request may close these issues.

2 participants