From: Rick K. <rk...@nc...> - 2005-06-24 04:35:47
|
On Thu, 23 Jun 2005 Va...@ma... wrote: > Hi, > > I am running the psrun command on the sample programs provided in the examples directory in perfsuite. xml files only generate for the executables provided such as psrun-raw and geneventlist but not for the sample programs for which I have to compile myself such as those in cpi and others. psrun runs the program and the output looks fine but no xml files are created. I have tried many different options in attempts to see what is going wrong but have ran out of ideas. Any help would be appreciated at this point. > > Thanks, > > Van Bui Van, It's hard to tell what is happening with your tests. As I understand it, you are working partially on the NCSA Altix? If so, there might be something specific to this site that I can exchange email with you about off-list. Another thing that may be happening is the use of statically-linked executables. Some compilers (for example, Intel when using -fast) arrange for static linking which defeats the library preloading that psrun uses and result in no XML documents. Is it possible that this is going on? If not, then more information about your environment, compilers, flags, etc would be great to have in order to get you going. Rick |