From 7e98ea1bd885671c7bed8e8809c3da99e80f2bae Mon Sep 17 00:00:00 2001 From: Caubet Serrabou Marc Date: Mon, 1 Mar 2021 10:28:00 +0100 Subject: [PATCH] Added CUDA_PATH to CUDA module --- Programming/cuda/modulefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Programming/cuda/modulefile b/Programming/cuda/modulefile index f0700c0..0db4a07 100644 --- a/Programming/cuda/modulefile +++ b/Programming/cuda/modulefile @@ -13,3 +13,4 @@ harnessing the power of the graphics processing unit (GPU). prepend-path LIBRARY_PATH "$PREFIX/lib/stubs" prepend-path LD_LIBRARY_PATH "$PREFIX/lib/stubs" +prepend-path CUDA_PATH "$PREFIX"