From 1741abb12c644d27b57d6bdc8830f0f1de2a001c Mon Sep 17 00:00:00 2001 From: Claudio Gheller <cgheller@login01.leonardo.local> Date: Sun, 19 May 2024 14:13:44 +0200 Subject: [PATCH] gitignore added backup dir --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 799c473..14141d6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ w-stackingfftw w-stackingCfftw_serial w-stackingfftw_serial w-stacking_* +backup diff --git a/Makefile b/Makefile index 75e3f48..7802680 100755 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ OPT += -DGAUSS_HI_PRECISION #OPT += -DCUFFTMP # FULL NVIDIA GPU SUPPORT - Recommended for full NVIDIA GPU code execution -#OPT += -DFULL_NVIDIA +OPT += -DFULL_NVIDIA ifeq (FULL_NVIDIA,$(findstring FULL_NVIDIA,$(OPT))) OPT += -DCUDACC -DNCCL_REDUCE -DCUFFTMP endif -- GitLab