You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
I think there is a problem when passing prefix to the function like
ffddmsetupOperator
aftermacro pr#withhpddm()1 // EOM
. For example, the following callprevents 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
, that is, there should be no spacing before the problem prefix "PB".
The text was updated successfully, but these errors were encountered: