PPT Slide
gho@redwood:~/papi/src> rsh picasso
IRIX64 picasso 6.5 05190004 IP28
gho@picasso:~> cd papi/src/
gho@picasso:~/papi/src> make clean
rm -rf papi.o irix-mips.o libpapi.a example1 example2 example3 first second example1.o example2.o example3.o first.o core *~
gho@picasso:~/papi/src> make first
cc -g -DDEBUG -fullwarn -O0 -c first.c
cc -g -DDEBUG -fullwarn -O0 -c papi.c
cc -g -DDEBUG -fullwarn -O0 -c irix-mips.c
ar ruv libpapi.a papi.o irix-mips.o
ar: Warning: creating libpapi.a
cc -g -O0 first.o -o first libpapi.a
gho@picasso:~/papi/src> first
DEBUG: CPU number 1 at 195 MHZ found
DEBUG: PAPI_stop values[0]: 49892512
DEBUG: PAPI_stop values[1]: 650005635
DEBUG: PAPI_stop values[2]: 451049048
gho@picasso:~/papi/src> exit
gho@redwood:~/papi/src> exit
Script done on Wed Apr 14 19:09:34 1999