From: Tirath R. <ti...@tp...> - 2006-01-11 05:01:25
|
Hi all, I've run psrun on a test Fortran code, and the xml was produced. I did so with the profil.xml configuration and psprocess was able to handle the psrun generated xml, however when I try to do so with a modified papi3_p4.xml [2], psrun works but psprocess dies: "PAPI support not found (required for this XML doc)" I've dug a little deeper, doing this in tclsh: % package require pspapi can't find package pspapi % package names http tdom tcltest msgcat opt Tk Tcl My TCL skills are virtually zero. I tried a few things like pkg_mkIndex and mucking around with tcl_pkgPath, with no success. For what it's worth though, I did see this: % pkg_mkIndex -verbose /usr/local/lib warning: error while loading libperfctr.so: couldn't find procedure Perfctr_Init warning: error while loading libpapi.so: couldn't find procedure Papi_Init warning: error while loading libpshwpc.so: couldn't find procedure Pshwpc_Init warning: error while loading libpshwpc_r.so: couldn't find procedure Pshwpc_r_Init warning: error while loading libpsrun.so: couldn't load file "./ libpsrun.so": ./libpsrun.so: undefined symbol: _ps_c2fstring warning: error while loading libpsrun_r.so: couldn't load file "./ libpsrun_r.so": ./libpsrun_r.so: undefined symbol: _ps_c2fstring I installed papi and perfsuite in /usr/local. tdom was obtained with apt-get, and is in /usr. I'm stumped! Any pointers anyone? regards, -tirath [0] I did make -k check; everything was okay. [1] This is a Debian system. [2] The modification: I omitted PAPI_L2_DCR, which according to psinv -p is not available on my system. [3] Contents of /usr/local/lib: firmware libpshwpc.la libpsrun_r.a libpapi.a libpshwpc_r.a libpsrun_r.la libpapi.so libpshwpc_r.la libpsrun_r.so libperfctr.a libpshwpc_r.so libpsrun_r.so.0 libperfctr.so libpshwpc_r.so.0 libpsrun_r.so.0.0.0 libperfctr.so.5 libpshwpc_r.so.0.0.0 libpsrun.so libperfctr.so.5.2.6.15 libpshwpc.so libpsrun.so.0 libperfctr.so.5.2.6.18 libpshwpc.so.0 libpsrun.so.0.0.0 libperfsuite.a libpshwpc.so.0.0.0 pkgIndex.tcl libperfsuite_r.a libpsrun.a python2.3 libpshwpc.a libpsrun.la site_ruby |