I have application that has two executables. One that we launch and it forks n instances of the other.
I have a parallel (MPI) c/c++ program that from time to time leads to an error under certain conditions. Once the error occurs, a message is printed and the program exits; I\'d like to set a break poi
How to Write Native C++ Debugger Visualizers in gdb/ TotalViewfor Complicated Types. i Mean suppose we have one complex type which contains again more different types.
how to view content of object using TotalView? suppose i hav a Reference of a class an开发者_StackOverflow社区d i called the function of that class. then how i can view all content of that class using
I have a malloc in C that is 26901^2*sizeof(double) This got me thinking what the largest value can be here?
I am using开发者_如何学运维 TotalView and am getting an MPI_Error. However, Totalview does not stop on this error and I can\'t find where it is occurring. I believe this also applies to GDB.Define an
How do I \'dive\' an int * which points to a 开发者_如何学运维dynamically allocated array of integers and represent it as a fixed int[] array? Put otherwise, if I dive an int * it shows the address an