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 &#39;native&#39; xcode project (as opposed to an &quot;External Build System&quot; 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.&nbsp; In the &quot;compiler version&quot; 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>