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

Verbosity issue when using HPDDM within ffddm #266

Open
ktkimit opened this issue May 4, 2023 · 0 comments
Open

Verbosity issue when using HPDDM within ffddm #266

ktkimit opened this issue May 4, 2023 · 0 comments

Comments

@ktkimit
Copy link

ktkimit commented May 4, 2023

I think there is a problem when passing prefix to the function like ffddmsetupOperator after macro pr#withhpddm()1 // EOM. For example, the following call

ffddmsetupOperator( PB,FE,Varf)

prevents the HPDDM option "-hpddm_PB_verbosity" from properly working, i.e, it does not print the log of HPDDM Krylov solver.

In order to make it work, the call should be

ffddmsetupOperator(PB,FE,Varf)

, that is, there should be no spacing before the problem prefix "PB".

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

1 participant