From 2787f2074318d0fad9dbad47d6370866a174842f Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Fri, 10 May 2024 20:36:31 +0000 Subject: [PATCH] solving GNUmakefile changes --- Exec/science/nova/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Exec/science/nova/GNUmakefile b/Exec/science/nova/GNUmakefile index 5dfff5bb33..959085afce 100644 --- a/Exec/science/nova/GNUmakefile +++ b/Exec/science/nova/GNUmakefile @@ -5,9 +5,9 @@ DIM = 2 COMP = gnu -USE_MPI = TRUE +USE_MPI = FALSE USE_OMP = FALSE -USE_CUDA = TRUE +USE_CUDA = FALSE USE_REACT = TRUE USE_DIFFUSION = TRUE