When I run this image nvcr.io/nvidia/nvhpc:22.5-devel-cuda_multi-ubuntu20.04
and include this line in my code #include <nvtx3/nvToolsExt.h>
I get the following error:
"jacobi.c", line 22: catastrophic error: cannot open source file "nvtx3/nvToolsExt.h"
#include <nvtx3/nvToolsExt.h>
^
1 catastrophic error detected in the compilation of "jacobi.c".
Compilation terminated
Is there a way to modify the image so I don’t get this error?