From: Rick K. <rk...@nc...> - 2005-12-15 01:13:57
|
> If you add calls to pshwpc (as you have done): > > -lpshwpc -lperfsuite -lpapi > > If you do not, and it is an MPI program: > > -lpshwpc_mpi -lpshwpc -lperfsuite -lpapi Giuseppe, I neglected to mention one other library that may be necessary when linking: it is the Expat parser that is used for parsing XML documents. If you still have missing external routines, with names like XML_ParserCreate, then this indicates that Expat is needed. To include it in your link line, try adding -lexpat at the end. Apologies - I think much of this confusion is due to the need for better documentation of PerfSuite. Rick |