Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

How can I debug CXML?

sangsul
Beginner
582 Views
Dear CXML team,

When runnning my code using CXML direct sparse matrix solver, an error detected during run. it seems to be from changing nonsymetric matrix to symmetricstructured matrix. but I can't understand what's wrong. How can it be debugged? Can CXML give me some text error messages not access violation? Error message says:


Initializing the solver.
Defining structure.
forrtl: severe (157): Program Exception - access violation
Image PC Routine Line Source
flame.exe 00493033 Unknown Unknown Unknown
Unknown CDCDCDCD Unknown Unknown Unknown
Press any key to continue

Sangsu Lee
0 Kudos
1 Reply
Steven_L_Intel1
Employee
582 Views
Just a comment - this is not the place to ask questions of the "CXML team". If you would like to submit a support request, see http://www.compaq.com/fortran/support/visual.html Be sure to supply a complete example that reproduces the problem.

If you run the program in the debugger, it should stop at the point of the error. You may need to change the context view to show the caller, if the access violation is occurring inside CXML. Then you should check your arguments to be sure they are correct.

Steve
0 Kudos
Reply