Changes between Version 9 and Version 10 of bgppapinative


Ignore:
Timestamp:
04/18/08 14:21:10 (15 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bgppapinative

    v9 v10  
    55 * Results from the papi_all_native.c test, run on surveyor on April 16, 2008 by B. Norris 
    66  * See attached file bgp_papi_native_events.txt 
     7 * Example showing how the PAPI tests were compiled and linked: 
     8{{{ 
     9/bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc-bgp-linux-gcc -D_BGP -g -gdwarf-2 -O2 -Wall -I/bgsys/drivers/ppcfloor/arch/include -I/soft/apps/papi-c-3.9.0/include -o papi_1 papi_1.c -L/bgsys/drivers/ppcfloor/runtime/SPI -lSPI.cna -L/soft/apps/papi-c-3.9.0/lib -lpapi 
     10}}}