From: Mahin M. <mah...@ps...> - 2012-01-17 21:38:58
|
Hi, I am building perfsuite on a UV system 'without' papi. Configuration line is: ./configure --prefix=$prefix \ --with-tdom=$prefix/lib --without-libbfd \ --enable-java --disable-binutils --enable-rtc=mmtimer But error is generated: ====================================== 1: with PAPI, available PAPI preset event skipped (papi-diff-loca.at:60) 2: with PAPI, unavailable PAPI preset event skipped (papi-unav-pres.at:61) 3: with PAPI, native event skipped (papi-native.at:61) 4: with PAPI, non-existent event skipped (papi-non-exist.at:59) 5: without PAPI, PAPI preset event FAILED (pres-diff-loca.at:57) 6: without PAPI, non-existent event FAILED (non-exist.at:58) ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 2 tests were run, 2 failed unexpectedly. 4 tests were skipped. ## -------------------------- ## ## testsuite.log was created. ## ## -------------------------- ## ====================================== src/javalib/perfsuite/util/papi/tests/testsuite.log is attached FYI. Should I be concerned about the error even not building with papi? Thanks, Mahin |