diff --git a/Exec/gravity_tests/evrard_collapse/GNUmakefile b/Exec/gravity_tests/evrard_collapse/GNUmakefile index 59e2210ebb..42ae768893 100644 --- a/Exec/gravity_tests/evrard_collapse/GNUmakefile +++ b/Exec/gravity_tests/evrard_collapse/GNUmakefile @@ -17,7 +17,7 @@ DIM = 3 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_GRAV = TRUE diff --git a/Exec/gravity_tests/uniform_cube/GNUmakefile b/Exec/gravity_tests/uniform_cube/GNUmakefile index f2384492bb..4023488bac 100644 --- a/Exec/gravity_tests/uniform_cube/GNUmakefile +++ b/Exec/gravity_tests/uniform_cube/GNUmakefile @@ -17,7 +17,7 @@ DIM ?= 3 COMP ?= gcc -USE_MPI ?= FALSE +USE_MPI ?= TRUE USE_OMP ?= FALSE USE_GRAV ?= TRUE diff --git a/Exec/gravity_tests/uniform_sphere/GNUmakefile b/Exec/gravity_tests/uniform_sphere/GNUmakefile index 11e25cd0d5..50dc156659 100644 --- a/Exec/gravity_tests/uniform_sphere/GNUmakefile +++ b/Exec/gravity_tests/uniform_sphere/GNUmakefile @@ -17,7 +17,7 @@ DIM ?= 3 COMP ?= gcc -USE_MPI ?= FALSE +USE_MPI ?= TRUE USE_OMP ?= FALSE USE_GRAV ?= TRUE diff --git a/Exec/hydro_tests/KH/GNUmakefile b/Exec/hydro_tests/KH/GNUmakefile index 34c175c705..ed6b8ea7f7 100644 --- a/Exec/hydro_tests/KH/GNUmakefile +++ b/Exec/hydro_tests/KH/GNUmakefile @@ -17,7 +17,7 @@ DIM ?= 2 COMP ?= gnu -USE_MPI ?= FALSE +USE_MPI ?= TRUE USE_OMP ?= FALSE diff --git a/Exec/hydro_tests/RT/GNUmakefile b/Exec/hydro_tests/RT/GNUmakefile index 16627fdff6..1b031c8df1 100644 --- a/Exec/hydro_tests/RT/GNUmakefile +++ b/Exec/hydro_tests/RT/GNUmakefile @@ -7,7 +7,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_GRAV = TRUE USE_PARTICLES = FALSE diff --git a/Exec/hydro_tests/Sod/GNUmakefile b/Exec/hydro_tests/Sod/GNUmakefile index 310d838d60..785eda5418 100644 --- a/Exec/hydro_tests/Sod/GNUmakefile +++ b/Exec/hydro_tests/Sod/GNUmakefile @@ -10,7 +10,7 @@ DIM = 1 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE diff --git a/Exec/hydro_tests/Sod_stellar/GNUmakefile b/Exec/hydro_tests/Sod_stellar/GNUmakefile index 1204456d20..234b6b798f 100644 --- a/Exec/hydro_tests/Sod_stellar/GNUmakefile +++ b/Exec/hydro_tests/Sod_stellar/GNUmakefile @@ -9,7 +9,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_MHD = FALSE diff --git a/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile b/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile index 5fa6aa5588..029ad17f1e 100644 --- a/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile +++ b/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile @@ -8,7 +8,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE diff --git a/Exec/hydro_tests/oddeven/GNUmakefile b/Exec/hydro_tests/oddeven/GNUmakefile index 2b439bc200..6bd5f390ca 100644 --- a/Exec/hydro_tests/oddeven/GNUmakefile +++ b/Exec/hydro_tests/oddeven/GNUmakefile @@ -7,7 +7,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_SHOCK_VAR = TRUE diff --git a/Exec/hydro_tests/riemann_2d/GNUmakefile b/Exec/hydro_tests/riemann_2d/GNUmakefile index 338d8e8752..9027143e92 100644 --- a/Exec/hydro_tests/riemann_2d/GNUmakefile +++ b/Exec/hydro_tests/riemann_2d/GNUmakefile @@ -7,7 +7,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE # define CASTRO top directory diff --git a/Exec/mhd_tests/Alfven/GNUmakefile b/Exec/mhd_tests/Alfven/GNUmakefile index 82a45a872d..d0420ce36b 100644 --- a/Exec/mhd_tests/Alfven/GNUmakefile +++ b/Exec/mhd_tests/Alfven/GNUmakefile @@ -7,7 +7,7 @@ DIM = 3 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_MHD = TRUE diff --git a/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile b/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile index 82a45a872d..d0420ce36b 100644 --- a/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile +++ b/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile @@ -7,7 +7,7 @@ DIM = 3 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_MHD = TRUE diff --git a/Exec/mhd_tests/species/GNUmakefile b/Exec/mhd_tests/species/GNUmakefile index 92cd3ac759..d601c6bae0 100644 --- a/Exec/mhd_tests/species/GNUmakefile +++ b/Exec/mhd_tests/species/GNUmakefile @@ -7,7 +7,7 @@ DIM = 3 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_MHD = TRUE diff --git a/Exec/science/Detonation/GNUmakefile b/Exec/science/Detonation/GNUmakefile index cd2f31881d..19cac30b2a 100644 --- a/Exec/science/Detonation/GNUmakefile +++ b/Exec/science/Detonation/GNUmakefile @@ -7,7 +7,7 @@ DIM = 1 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_REACT = TRUE diff --git a/Exec/science/subchandra/analysis/GNUmakefile b/Exec/science/subchandra/analysis/GNUmakefile index 567928a651..efcd57bb9c 100644 --- a/Exec/science/subchandra/analysis/GNUmakefile +++ b/Exec/science/subchandra/analysis/GNUmakefile @@ -4,7 +4,7 @@ DEBUG = FALSE DIM = 2 COMP = gnu PRECISION = DOUBLE -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_CUDA = FALSE diff --git a/Exec/unit_tests/diffusion_test/GNUmakefile b/Exec/unit_tests/diffusion_test/GNUmakefile index 742a994a45..06dc5f3478 100644 --- a/Exec/unit_tests/diffusion_test/GNUmakefile +++ b/Exec/unit_tests/diffusion_test/GNUmakefile @@ -7,7 +7,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_DIFFUSION = TRUE diff --git a/Exec/unit_tests/model_burner/GNUmakefile b/Exec/unit_tests/model_burner/GNUmakefile index 5cb6c86d03..be823b6c6c 100644 --- a/Exec/unit_tests/model_burner/GNUmakefile +++ b/Exec/unit_tests/model_burner/GNUmakefile @@ -5,7 +5,7 @@ DIM = 3 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_ACC = FALSE diff --git a/Exec/unit_tests/particles_test/GNUmakefile b/Exec/unit_tests/particles_test/GNUmakefile index 838eaf2282..b8334e08eb 100644 --- a/Exec/unit_tests/particles_test/GNUmakefile +++ b/Exec/unit_tests/particles_test/GNUmakefile @@ -7,7 +7,7 @@ DIM = 2 COMP = gnu -USE_MPI = FALSE +USE_MPI = TRUE USE_OMP = FALSE USE_PARTICLES = TRUE