- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am testing the PARDISO sparse solver in MKL 7.0 using the intel 8.0 compiler.
The example pardiso_xx.c examples build and run perfectly.
I took the sample code as a base and included support for PARDISO in my application.
However, there is a call to OMP in the setup for PARDISO omp_get_max_threads()
As soon as I step to this line, my application immediately quits with exit code 3. Intel Support (as usual!) has no asnwer for me.
Does anyone have an idea why an OMP call would cause an immediate exit of my code. No exceptions of any type that can be caught be the debugger ( Visual C++) are throw, it just quits.
The example pardiso_xx.c examples build and run perfectly.
I took the sample code as a base and included support for PARDISO in my application.
However, there is a call to OMP in the setup for PARDISO omp_get_max_threads()
As soon as I step to this line, my application immediately quits with exit code 3. Intel Support (as usual!) has no asnwer for me.
Does anyone have an idea why an OMP call would cause an immediate exit of my code. No exceptions of any type that can be caught be the debugger ( Visual C++) are throw, it just quits.
Link Copied
0 Replies

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