I have installed PAPI-4.1.1 several months ago, but I seem to have forget how to install it now.
My commands were:
./configure --prefix=/home/james/Desktop/papi-4.1.1
then
make
I followed this with
./run_tests.sh
all of the tests passed with some also generating a warning. but they all passed.
I then ran
make install
When this command ended the software was installed. However.
there is no /home/james/desktop/papi-4.1.1/bin
directory. This is important because it is where all the binary executables are placed such as papi_avail, papi_cost. etc.
Those papi executables are there they are just in
/home/james/Desltop/papi-4.1.1/src/utils
I do not think thta is where they should be. They should be in the
/home/james/Desktop/papi-4-1.1/bin
directory. What must I do to get them in that directory?
Any help appreciated. Thanks in advance.
Newport_h
