Hi,
I installed papi 5.2.0 on BG/Q with the following configuration string:
./configure --prefix=/tmp/papi-5.3.0/bgqos_0 --with-OS=bgq --with-bgpm_installdir=/bgsys/drivers/ppcfloor CC=/bgsys/drivers/ppcfloor/comm/xl/bin/mpixlc_r F77=/bgsys/drivers/ppcfloor/comm/xl/bin/mpixlf2003_r --with-components="bgpm/L2unit bgpm/CNKunit bgpm/IOunit bgpm/NWunit"
After installation, I can see the following (a subset) of events when I run papi_xml_event_info:
"
.......
NWUnit:::PEVT_NW_SYS_COL_RECV_FIFO
NWUnit:::PEVT_NW_COMMWORLD_COL_RECV_FIFO
NWUnit:::PEVT_NW_SENT
NWUnit:::PEVT_NW_RECV
NWUnit:::PEVT_NW_RECV_FIFO
NWUnit:::PEVT_NW_CYCLES
.......
"
However, if I try to monitor any of these events (prefixed by NWUnit), I get the following error from papi:
PAPI_ENOEVNT: Hardware event does not exist
How do I enable the NWUnit events in BGPM to count through papi? Or, how do I even verify that the BGPM components I mentioned during
the configuration step of papi are indeed enabled?
Will appreciate any help! Thank you!
