Recently I installed the PGI compiler on Linux according to the PGI installation guide and everything goes well during the installation. But after that some errors occur when I run the commend pgaccelinfo -v. Shown below:
libcuda.so not found
libOpenCL.so not found
libcoi_host.so not found
No accelerators found.
Check that you have installed the CUDA, OpenCL or COI libraries properly
Check that your LD_LIBRARY_PATH environment variable points to the CUDA, OpenCL or COI runtime installation directory
I’m sure I accpet to install the CUDA toolkit during the compiler installation. And the problem still exist even I reinstall the PGI compiler.In addition, I checked the LD_LIBRARY_PATH environment virables but unfortunately, I found this environment virable did not exist.
So what can I do for it?
Thanks[/code]