我按照以下步骤安装 PAPI :
$ git clone https://bitbucket.org/icl/papi.git
$ cd papi
$ git pull https://bitbucket.org/icl/papi.git
$ ./configure --prefix=/users/misc/sjinang/papi-install
$ make (with error clock skew detected which I ignored)
$ make test (PASSED)
$ make fulltest (mostly passed,some passed with warnings and very few skipped)
$ make install-all
处理器型号名称:Intel(R)Core(TM)i7-8700 CPU @ 3.20GHz
体系结构:x86_64
我已在.bashrc,.bash_profile中将路径添加为 LD_LIBRARY_PATH = / path到papi-install / bin的路径,,并且还将其导出。
我不知道出了什么问题在papi-install的bin中有一个名为papi_avail的文件,但我只是无法访问,实际上我根本无法访问任何内容。谁能告诉我问题出在哪里?