로딩
요청 처리 중입니다...

[CUDA Fortran] NVIDIA HPC SDK nvfortran --version not found

 [CUDA Fortran] NVIDIA HPC SDK nvfortran --version not found

TLDR: WSL Linux 환경에서 NVIDIA HPC SDK 를 설치, nvfortran 컴파일 (.cuf 파일) 을 위해서는: 1. 다음 bash 라인을 입력 후 $ wget https://developer.download.nvidia.com/hpc-sdk/24.3/nvhpc_2024_243_Linux_x86_64_cuda_12.3.tar.gz $ tar xpzf nvhpc_2024_243_Linux_x86_64_cuda_12.3.tar.gz $ nvhpc_2024_243_Linux_x86_64_cuda_12.3/install 2.

환경변수를 추가해준다. $ export PATH=$NVCOMPILERS/$NVARCH/24.3/comm_libs/mpi/bin:$PATH $ export MANPATH=$MANPATH:$NVCOMPILERS/$NVARCH/24.3/comm_libs/mpi/man 본문 에러내용: $ sudo apt-get install -y nvhpc-24-3 Rea...