22.2 Debian install

I went through the steps listed for the Linux x86_64 DEB installation for my Ubuntu workstation, and it downloaded and apt installed a bunch of stuff, but I can’t figure out how to access the compilers or nsys. Is there another step after these three?

$ sudo echo 'deb [trusted=yes] https://developer.download.nvidia.com/hpc-sdk/ubuntu/amd64 /' > /etc/apt/sources.list.d/nvhpc.list
$ sudo apt-get update -y
$ sudo apt-get install -y nvhpc-22-2

Thanks,
Paul

Hi Paul,

The use of “apt-get” is brand new so I haven’t tried it myself, but would assume after install, you’d setup your environment like normal. See: https://docs.nvidia.com/hpc-sdk/hpc-sdk-install-guide/index.html#install-linux-end-usr-env-settings

If not, I can investigate further.

1 Like

It seems that the apt-get just unpacks the package under /opt/nvidia/hpc_sdk/: you still need to set the environment variables per the Installation guide.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.