From: <ol...@ec...> - 2005-04-12 20:52:19
|
Thanks for replying. Unfortunately I have already tried what you mentioned and had no luck. First of all, the "profil.xml" file contains the following: <?xml version="1.0" encoding="UTF-8" ?> <ps_hwpc_profile class="null"> <!-- ========================================================== This is a configuration file that can be used to ask for profiling, based on profil(). $Id: profil.xml,v 1.3 2003/12/27 14:23:51 rkufrin Exp $ ========================================================== --> </ps_hwpc_profile> It is exactly the same as the "null.xml" file (using Perfsuite-0.6.1 by the way). And if we try to use any of the other config files (all prefixed with papi) psrun will refuse to execute because the kernel we are running does not have PAPI patched to it. So really, we are in a situation where we have no valid config files to use and are unable to build our own config files. I've spent nearly 2 days trying to build tDOM and I have read all the documentation provided with it, but no matter what I've tried it still builds incorrectly. If there are any other general config files that may be laying around somewhere (especially for Xeon) that do *not* use PAPI or a guide somewhere to explain the format of the config file so we could build one by hand, it would really help us out. Thanks once again. - Tyler Quoting Rick Kufrin <rk...@nc...>: > Tyler - hopefully it is simple to get you past this hurdle, although > as you point out, documentation for psconfig is lacking (sorry). > > In general, psconfig isn't really necessary to do performance measurement > with psrun or the API, whether you have PAPI or not. If the installation > completes successfully, "psrun <somecommand>" should run without errors, > and you should be able to use psprocess on the resulting XML document > to view the data. If the XML doc contains profiling data, you'll > also have to supply the name of the executable to psprocess, with the > option -e. > > Alternate XML config files, including samples without PAPI, should > be installed in the directory PREFIX/share/perfsuite/xml/pshwpc, > and there is a sample config file called "profil.xml" that might > help out here. You might try: > > psrun -c profil.xml a.out > psprocess -e a.out yourxmlfile.xml > > You might need to supply the full path to profil.xml for things to > work properly with your install. > > Again, use of psconfig is completely optional and not necessary. > However, there isn't enough info here to see if in fact your tDOM > install isn't correct. If it isn't, then psprocess will have problems > (probably will not be able to find/load tDOM). psrun doesn't use > tDOM, so the use of an alternate XML config is independent of tDOM. > > The INSTALL file has some information about install/build of tDOM and > use of "configure" that might help see what might be the problem as > well. If still stuck, then some sample error output might help and > also the exact configure line you used (it should be stored in > config.log). > > Hope this helps track things down, > > Rick > > On Thu, 7 Apr 2005 ol...@ec... wrote: > > > I'm trying to do some performance analysis on a quad-processor Intel Xeon > > 1.80Ghz machine. I've spent nearly the last two weeks trying to build a > > configuration input file for perfsuite for this machine and psconfig > refuses to > > run because it detects a problem with the tDOM installation. I've done > > absolutely everything I can to try and install tDOM properly, but it just > will > > not work correctly and the documentation for that software package is > absolutely > > horrible, so I have no idea how to fix it. > > > > > > What I would like to know is, is there an easy way to build a configuration > file > > *without* using psconfig? If not, is there some documentation about how > the > > configuration files are structured, because at this point it would be > much > > easier/faster to just write the XML file myself by hand. (An example > > configuration file *without* PAPI would be wonderful to look at). Thank you > for > > any help you can provide. > > > > > > - Tyler Olsen > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > PerfSuite-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfsuite-users > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |