Hi. I was hoping I might be able to find some guidance here.
I have a code that uses the intel MKL library. It compiles fine but when I run it, it will either seg fault or produce nonsense results.
However if I compile with debug mode enabled ( that is with the -g flag ) everything seems to work great.
I was wondering if people had any suggestions as to how I might diagnose this problem. Obviously if It try to use Inspector without compiling the the -g flag I don't get the most helpful diagnoses.
I am purposely trying to avoid posting code and having some one tell me the answer. I am more interested in the cause and solution to this kind of problem in general.
Thanks in advance