cuda 10.0 nvprof ERROR: ld.so: object 'libaccinj64.so.10.0' from LD_PRELOAD cannot be preloaded (can...

when using nvprof to profile parboil, ld.so: object ‘libaccinj64.so.10.0’ from LD_PRELOAD cannot be preloaded

Please check if the path, /usr/local/cuda/lib64, is in the LD_LIBRARY_PATH.
Another workaround is to disable openacc profiling using nvprof switch “–openacc-profiling off”

Let us know if either of these solves the issue for you.

I got the same problem and using nvprof switch “–openacc-profiling off” doesn’t fix it.
The output is like that: ERROR: ld.so: object ‘libaccinj64.so.10.1’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.