User Tools

Site Tools


cluster:212

This is an old revision of the document!



Back

HPC SDK

The NVIDIA Software Development Kit (SDK) Manager is an all-in-one tool that bundles developer software and provides an end-to-end development environment setup solution for NVIDIA SDK. Think “OneAPI” ala Intel. All Nvidia's compilers, math libraries, and communications tools in one easy to set up environment.

I performed a “single system install” in a shared location (see above) using gcc 9.2.0. This will only be good for the exx96 nodes. Bundled with the newest plus three previous CUDA versions (11.6, 11.2, 11.0, 10.2). cuda-10.2 runs the gpus in that queue. So first we set up

# gcc
export PATH=/share/apps/CENTOS7/gcc/9.2.0/bin:$PATH
export LD_LIBRARY_PATH=/share/apps/CENTOS7/gcc/9.2.0/lib64:\
/share/apps/CENTOS7/gcc/9.2.0/libexec:\
/share/apps/CENTOS7/gcc/9.2.0/lib:\
$LD_LIBRARY_PATH

# cuda
# comes from SDK

Next we load the 22.2 module and view what all is available. Consult the documentation.



Back

cluster/212.1646230462.txt.gz · Last modified: 2022/03/02 09:14 by hmeij07