Hi,
I am following the instructions in
https://devblogs.nvidia.com/gpu-pro-tip-track-mpi-calls-nvidia-visual-profiler/
to compile c wrapper, but I got the following error:
$ mpicxx -c nvtx_pmpi.c -L{/usr/local/cuda/lib64} -lnvToolsExt
nvtx_pmpi.c:34:10: fatal error: 'nvToolsExt.h' file not found
#include <nvToolsExt.h>
^~~~~~~~~~~~~~
1 error generated.
Error while processing nvtx_pmpi.c.
Can anyone show me what I should add in order to find this header file?
Thanks,
M.