While tryng to profile an executable I got the following output
pgcollect ./grab_sing_pgcc
/opt/pgi/linux86-64/12.6/bin/pgsampt: error while loading shared libraries: libnuma.so: cannot open shared object file: No such file or directory
I do not know how to get rid of the error "error while loading shared libraries: libnuma.so cannot open shared objec file: no such file or directory.
How do I get rid of this error?
I do have libnuma.so, it is in directory:
/opt/pgi/linux86/12.6/lib/libnuma.so
i am unsure as to why the compiler is not finding it.
The compilation wnet just fine with, the compile line was:
pgcc -acc -ta=nvidia -m32 -lm -lrt -g -O0 -Minfo=all,ccff -o grab_sing_pgcc
Still why am I getting this error? Should this libnuma.so be in the LD_LIBRAY_PATH?
Thanks in aavance.
THX 1138