by danterpstra » Thu Jun 27, 2013 3:25 pm
Try running a simple test from the ctests directory, such as "zero". If you get reasonable count information, you can confirm that the build went ok, that your processor was properly identified, and that the processor events were found. Then run the "run_tests.sh" shell script to steps through all executable tests in the ctests directory. There may be a small handful of failures, but if most tests pass, you should be good to go. Then you can use the utilities papi_avail and papi_native_avail to see what events can be counted.
Good luck!