From 73c9f4123d7c5fb47de5c3e733c63fed69dcf799 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 2 Jul 2024 04:50:51 -0400 Subject: [PATCH] remove obsolete USE_ACC flag --- Diagnostics/DustCollapse/GNUmakefile | 2 -- Diagnostics/Radiation/GNUmakefile | 2 -- Diagnostics/Sedov/GNUmakefile | 2 -- Exec/Make.Castro | 6 ------ Exec/unit_tests/model_burner/GNUmakefile | 1 - 5 files changed, 13 deletions(-) diff --git a/Diagnostics/DustCollapse/GNUmakefile b/Diagnostics/DustCollapse/GNUmakefile index 8facc39491..5c543008bf 100644 --- a/Diagnostics/DustCollapse/GNUmakefile +++ b/Diagnostics/DustCollapse/GNUmakefile @@ -10,8 +10,6 @@ USE_OMP = FALSE USE_REACT = FALSE -USE_ACC = FALSE - # programs to be compiled ALL: dustcollapse_$(DIM)d.ex diff --git a/Diagnostics/Radiation/GNUmakefile b/Diagnostics/Radiation/GNUmakefile index 2fd07f63a6..04449ffb4b 100644 --- a/Diagnostics/Radiation/GNUmakefile +++ b/Diagnostics/Radiation/GNUmakefile @@ -10,8 +10,6 @@ USE_OMP = FALSE USE_REACT = FALSE -USE_ACC = FALSE - ALL: radhelp radhelp: diff --git a/Diagnostics/Sedov/GNUmakefile b/Diagnostics/Sedov/GNUmakefile index d3a5bf5095..1773875f5e 100644 --- a/Diagnostics/Sedov/GNUmakefile +++ b/Diagnostics/Sedov/GNUmakefile @@ -10,8 +10,6 @@ USE_OMP = FALSE USE_REACT = FALSE -USE_ACC = FALSE - # programs to be compiled ALL: sedov_$(DIM)d.ex diff --git a/Exec/Make.Castro b/Exec/Make.Castro index 342f5fe97d..910a577563 100644 --- a/Exec/Make.Castro +++ b/Exec/Make.Castro @@ -150,12 +150,6 @@ build_status: # The default is to include the sponge functionality DEFINES += -DSPONGE -# OpenACC support -ifeq ($(USE_ACC), TRUE) - DEFINES += -DACC -endif - - #------------------------------------------------------------------------------ # Castro directories diff --git a/Exec/unit_tests/model_burner/GNUmakefile b/Exec/unit_tests/model_burner/GNUmakefile index d159960fe0..94f3300a5b 100644 --- a/Exec/unit_tests/model_burner/GNUmakefile +++ b/Exec/unit_tests/model_burner/GNUmakefile @@ -7,7 +7,6 @@ COMP = gnu USE_MPI = TRUE USE_OMP = FALSE -USE_ACC = FALSE USE_DIFFUSION = FALSE USE_GRAV = FALSE