- Thank you received: 0
Suppressing errors from PARDISO
3 years 10 months ago #3465
by al86
Suppressing errors from PARDISO was created by al86
Hello, I am using NGSolve to solve some nonlinear problems and I would like to suppress the output coming from the PARDISO solver whenever errors occur. For instance, I get the following output:
when I call the function
even with the parameter
I suppressed all output to stdout or stderr coming from python following the instructions of this post:
here
. I am also using the setting
but it looks like it is not preventing the output above from the solver. I guess the residual output is coming from the C/Fortran library of PARDISO.
Code:
Apply Inverse: PARDISO returned error -4!
Code:
NewtonMinimization
Code:
printing=False
Code:
ngsglobals.msg_level=0
- christopher
- Offline
- Administrator
Less
More
- Thank you received: 101
3 years 10 months ago #3481
by christopher
Replied by christopher on topic Suppressing errors from PARDISO
Fixed with
github.com/NGSolve/ngsolve/commit/00d4f7...d7427848e7712a82bb6a
setting message level should now suppress these outputs as well.
Best
Christopher
setting message level should now suppress these outputs as well.
Best
Christopher
Time to create page: 0.098 seconds