<div dir="ltr">Correction it is nvc:<div><br></div><div>nvc-Warning-The -gpu option has no effect unless a language-specific option to enable GPU code generation is used (e.g.: -acc, -mp=gpu, -stdpar, -cuda)<br></div><div><br></div><div>And I add  -mp=gpu to CUDAFLAGS</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 4, 2021 at 1:09 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On Thu, 4 Nov 2021, Mark Adams wrote:<br>
<br>
> Does anyone know if PETSc calls nvcc and hence can add flags to the<br>
> invocation? nvcc wants a flag like -mp=gpu but I don't know if we do that<br>
> or a compiler wrapper in the environment.<br>
<br>
$ ./configure --help |grep CUDA<br>
<snip><br>
  --CUDAC=<prog><br>
       Specify the CUDA compiler<br>
  --CUDAFLAGS=<string><br>
       Specify the CUDA compiler options<br>
<snip><br>
<br>
Satish<br>
</blockquote></div>