Is anyone using the xcode/graphical front-end to gdb for debugging MPI apps?<br><br>If I build the program with a makefile which calls mpicxx to compile the source, it builds correctly, but breakpoints set in xcode are not respected, even though I have supplied the -g (include debug info in OS-native format) to mpicxx.<br>
<br>If instead I use a 'native' xcode project (as opposed to an "External Build System" project which calls the makefile), then I get link errors missing some of the MPI symbols, presumably because g++ and not mpicxx is being used to compile the source. In the "compiler version" field for the target, there are choices for various versions of gcc, but not for the mpi wrapper compiler.<br>
<br>Ideas?<br><br>Thanks,<br>thomas blom<br>ut austin<br><br><br>