diff --git a/README.md b/README.md index d63c01e66c..9c30708d3f 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ To run the test: ```bash $ cd .../rocprofiler/build $ export LD_LIBRARY_PATH=.: # paths to ROC profiler and oher libraries -$ export HSA_TOOLS_LIB=librocprofiler64.so # ROC profiler library loaded by HSA runtime -$ export ROCP_TOOL_LIB=test/libtool.so # tool library loaded by ROC profiler +$ export HSA_TOOLS_LIB=librocprofiler64.so.1 # ROC profiler library loaded by HSA runtime +$ export ROCP_TOOL_LIB=test/librocprof-tool.so # tool library loaded by ROC profiler $ export ROCP_METRICS=metrics.xml # ROC profiler metrics config file $ export ROCP_INPUT=input.xml # input file for the tool library $ export ROCP_OUTPUT_DIR=./ # output directory for the tool library, for metrics results file 'results.txt' and trace files diff --git a/bin/run_tool.sh b/bin/run_tool.sh index b890afb6ba..b61db70433 100755 --- a/bin/run_tool.sh +++ b/bin/run_tool.sh @@ -12,7 +12,7 @@ fi test_app=$* # ROC profiler library loaded by HSA runtime -export HSA_TOOLS_LIB=librocprofiler64.so +export HSA_TOOLS_LIB=librocprofiler64.so.1 # tool library loaded by ROC profiler if [ -z "$ROCP_TOOL_LIB" ] ; then diff --git a/test/run.sh b/test/run.sh index 4392c391bf..6fe934b15e 100755 --- a/test/run.sh +++ b/test/run.sh @@ -84,7 +84,7 @@ unset ROCP_TOOL_LIB eval_test "Standalone sampling usage model test" ./test/standalone_test # Standalone intercepting test # ROC profiler library loaded by HSA runtime -export HSA_TOOLS_LIB=librocprofiler64.so +export HSA_TOOLS_LIB=librocprofiler64.so.1 # enable intercepting mode in rocprofiler export ROCP_HSA_INTERCEPT=2 # test macro for kernel iterations number