Changes between Version 3 and Version 4 of bgppapi


Ignore:
Timestamp:
04/18/08 15:26:51 (15 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bgppapi

    v3 v4  
    128128}}} 
    129129 
    130  * example showing how the tests were compiled: 
     130 * example showing how the tests were compiled (in ~norris/soft/src/papi-c-3.9.0/src/utils): 
    131131{{{ 
    132 /bgsys/drivers/ppcfloor/gnu-linux/bin/powerpc-bgp-linux-gcc \ 
    133          -D_BGP -g -gdwarf-2 -O2 -Wall \ 
    134          -I/bgsys/drivers/ppcfloor/arch/include \ 
    135          -I/soft/apps/papi-c-3.9.0/include \ 
    136          -o avail avail.c \ 
    137          -L/bgsys/drivers/ppcfloor/runtime/SPI -lSPI.cna \ 
    138          -L/soft/apps/papi-c-3.9.0/lib -lpapi 
     132> make avail 
     133/bgsys/drivers/ppcfloor/gnu-linux/powerpc-bgp-linux/bin/gcc \ 
     134      -D_BGP -g -gdwarf-2 -O2 -Wall \ 
     135      -I/bgsys/drivers/ppcfloor/gnu-linux/lib/gcc/powerpc-bgp-linux/4.1.1/include \ 
     136      -I/bgsys/drivers/ppcfloor/arch/include -I../ctests -I..  \ 
     137      -g -Wall -O0 avail.c do_loops.o test_utils.o dummy.o \ 
     138      /soft/apps/papi-c-3.9.0/lib/libpapi.a \ 
     139      -L/bgsys/drivers/ppcfloor/runtime/SPI -lSPI.cna -o avail  
    139140}}}