HPC SDK 21.3 is now available

NVIDIA HPC SDK home page https://developer.nvidia.com/hpc-sdk

Download the current release at https://developer.nvidia.com/nvidia-hpc-sdk-downloads

View the current documentation and the 21.3 release notes

Installed it on $HOME/opt/nvidia/hpc_sdk and nvfortran hello.f90 reports
nvfortran-Error-Please run makelocalrc to complete your installation
nvcc is fine.

There must have been some type of error during installation. Can you try running makelocalrc and note any errors?

To run:

  1. cd to the compiler bin directory, “$HOME/opt/nvidia/hpc_sdk/[arch_dir]/21.3/compilers/bin”
  2. run the command “makelocalrc -d . -x”

Also, what OS and architecture are you using?

1 Like

Thanks very much.
$ makelocalrc -d . -x
says nothing
$ cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
$ uname -a
Linux my-linux 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Ok. Did the “localrc” file get created? If so, then does the compiler no longer give the error?

1 Like

Since typing makelocalrc -d . -x it works !
Thanks an awful lot.