From 3a2539e506a1b57394bc111e3ac1778bf71f0509 Mon Sep 17 00:00:00 2001 From: Mathieu Moalic Date: Tue, 24 Oct 2023 12:30:25 +0200 Subject: [PATCH] Bump cudafft to v11 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 660d58a4..cd260a17 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ cd $DEST echo Downloading amumax curl -Ls https://github.com/mathieumoalic/amumax/releases/latest/download/amumax > amumax echo Downloading CUDA fft -curl -Ls https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-10.9.0.58-archive.tar.xz > libcufft.tar.xz +curl -Ls https://developer.download.nvidia.com/compute/cuda/redist/libcufft/linux-x86_64/libcufft-linux-x86_64-11.0.11.19-archive.tar.xz > libcufft.tar.xz echo Downloading CUDA rand curl -Ls https://developer.download.nvidia.com/compute/cuda/redist/libcurand/linux-x86_64/libcurand-linux-x86_64-10.3.2.106-archive.tar.xz > libcurand.tar.xz