Tips for Using Irix and KCC
Jeffrey Oldham
oldham at codesourcery.com
Mon Aug 27 19:49:19 UTC 2001
Here are some tips I learned when working with Pooma on LANL's n02's
Irix6.5 machine.
1) Because of KCC's template instantiation implementation, do not link
in parallel in the same directory. Because instantiation uses
similarly named files, parallel linking conflicts.
2) To debug KCC, use gdb patched for KCC. See
http://www.kai.com/C_plus_plus/download/gdb-download.html. Also be
sure to add
set demangle-style edg
to your ~/.gdbinit to ensure that variables can be referenced
without using mangled names.
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
More information about the pooma-dev
mailing list