$./bin/nvc-wrapper --help$./bin/nvc-wrapper --compile progname:NAME_OF_SOURCE$./bin/nvc-wrapper --flush-all$./bin/nvc-wrapper --action=compile progname:NAME_OF_SOURCE- Open the
nvc_wrapperscript and edit the following line to match the actual location of younvcc(Nvidia CUDA Compiler).
export PATH=$PATH:/usr/local/cuda-12.2/bin- Below is an example of how we update to cuda-12.4.
export PATH=$PATH:/usr/local/cuda-12.4/bin