- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm using s_Helmholtz_2D routine to solve my Poisson equation. I specify Neumann boundary conditions for all boundaries and receive this warning:
MKL POISSON LIBRARY WARNING:
The problem is degenerate up to rounding errors! The approximate solution
that provides the minimal Euclidean norm of the solution will be computed...
Yes, I totally understand that and all works fine. So, is there a way do disable this warning? It's just spamming output of my utility.
I'm using s_Helmholtz_2D routine to solve my Poisson equation. I specify Neumann boundary conditions for all boundaries and receive this warning:
MKL POISSON LIBRARY WARNING:
The problem is degenerate up to rounding errors! The approximate solution
that provides the minimal Euclidean norm of the solution will be computed...
Yes, I totally understand that and all works fine. So, is there a way do disable this warning? It's just spamming output of my utility.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try to set ipar[2]=0.
With best regards,
Alexander Kalinkin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It works! Thanks a lot!
And by the way: I wouldn't have asked such a simple question if there was convenient search on the reference, really.
And by the way: I wouldn't have asked such a simple question if there was convenient search on the reference, really.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are welcome! :)
This parameter described in common parameters, chapter 13 "Partial differential equations support" of
Intel Math Kernel Library ReferenceManual.
With best regards,
Alexander Kalinkin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The instructions given by Alexander Kalinkin are for C++ or a zero based language. For fortran you need to set ipar(3) =0.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page