Skip to content

Commit d74d711

Browse files
committed
NVIDIA compiler
1 parent 49ebce2 commit d74d711

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/setup_nvidia_compiler.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#!/bin/bash
3+
4+
echo "Setting up NVIDIA compiler..."
5+
curl https://developer.download.nvidia.com/hpc-sdk/ubuntu/DEB-GPG-KEY-NVIDIA-HPC-SDK | sudo gpg --dearmor -o /usr/share/keyrings/nvidia-hpcsdk-archive-keyring.gpg
6+
tar xpzf nvhpc_2024_243_Linux_aarch64_cuda_multi.tar.gz
7+
nvhpc_2024_243_Linux_aarch64_cuda_multi/install

0 commit comments

Comments
 (0)