You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Summit user guide section on compilers the snippet for changing the nvcc host compiler location is incorrect. It is written as --ccbin when it should be -ccbin with one hyphen.
In the Summit user guide section on compilers the snippet for changing the nvcc host compiler location is incorrect. It is written as
--ccbin
when it should be-ccbin
with one hyphen.Here are the nvidia docs on the same topic: https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#file-and-path-specifications-compiler-bindir.
The text was updated successfully, but these errors were encountered: