diff --git a/Exec/gravity_tests/DustCollapse/GNUmakefile b/Exec/gravity_tests/DustCollapse/GNUmakefile index 37f6d9f41e..a8f4667708 100644 --- a/Exec/gravity_tests/DustCollapse/GNUmakefile +++ b/Exec/gravity_tests/DustCollapse/GNUmakefile @@ -22,7 +22,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = ignition.net diff --git a/Exec/gravity_tests/StarGrav/GNUmakefile b/Exec/gravity_tests/StarGrav/GNUmakefile index 5c1f641df5..3b62220dc8 100644 --- a/Exec/gravity_tests/StarGrav/GNUmakefile +++ b/Exec/gravity_tests/StarGrav/GNUmakefile @@ -16,7 +16,7 @@ USE_REACT = FALSE USE_MODEL_PARSER = TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/gravity_tests/evrard_collapse/GNUmakefile b/Exec/gravity_tests/evrard_collapse/GNUmakefile index 984df90e11..1a86f64667 100644 --- a/Exec/gravity_tests/evrard_collapse/GNUmakefile +++ b/Exec/gravity_tests/evrard_collapse/GNUmakefile @@ -18,10 +18,10 @@ USE_OMP = FALSE USE_GRAV = TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/gravity_tests/hse_convergence/GNUmakefile b/Exec/gravity_tests/hse_convergence/GNUmakefile index b287bbcd0c..ebbac51445 100644 --- a/Exec/gravity_tests/hse_convergence/GNUmakefile +++ b/Exec/gravity_tests/hse_convergence/GNUmakefile @@ -15,7 +15,7 @@ USE_MAESTRO_INIT = FALSE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/gravity_tests/hse_convergence_general/GNUmakefile b/Exec/gravity_tests/hse_convergence_general/GNUmakefile index 55a8ffe66d..3e1229dcb4 100644 --- a/Exec/gravity_tests/hse_convergence_general/GNUmakefile +++ b/Exec/gravity_tests/hse_convergence_general/GNUmakefile @@ -20,7 +20,7 @@ USE_MODEL_PARSER = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile b/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile index 7ff36ec4f4..64486b3cb5 100644 --- a/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile +++ b/Exec/gravity_tests/hydrostatic_adjust/GNUmakefile @@ -15,7 +15,7 @@ USE_MODEL_PARSER = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/gravity_tests/uniform_cube/GNUmakefile b/Exec/gravity_tests/uniform_cube/GNUmakefile index 7ba2bdfe95..320ce7effb 100644 --- a/Exec/gravity_tests/uniform_cube/GNUmakefile +++ b/Exec/gravity_tests/uniform_cube/GNUmakefile @@ -20,7 +20,7 @@ USE_GRAV ?= TRUE # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHSICS_HOME)/Networks +# This sets the network directory in $(MICROPHSICS_HOME)/networks NETWORK_DIR ?= general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/gravity_tests/uniform_sphere/GNUmakefile b/Exec/gravity_tests/uniform_sphere/GNUmakefile index 7ba2bdfe95..320ce7effb 100644 --- a/Exec/gravity_tests/uniform_sphere/GNUmakefile +++ b/Exec/gravity_tests/uniform_sphere/GNUmakefile @@ -20,7 +20,7 @@ USE_GRAV ?= TRUE # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHSICS_HOME)/Networks +# This sets the network directory in $(MICROPHSICS_HOME)/networks NETWORK_DIR ?= general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/KH/GNUmakefile b/Exec/hydro_tests/KH/GNUmakefile index 3c617030c4..117c5c2fc8 100644 --- a/Exec/hydro_tests/KH/GNUmakefile +++ b/Exec/hydro_tests/KH/GNUmakefile @@ -21,7 +21,7 @@ NUMADV := 1 # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR ?= gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR ?= general_null NETWORK_INPUTS ?= gammalaw.net diff --git a/Exec/hydro_tests/RT/GNUmakefile b/Exec/hydro_tests/RT/GNUmakefile index af55b8d79b..565a90fbb3 100644 --- a/Exec/hydro_tests/RT/GNUmakefile +++ b/Exec/hydro_tests/RT/GNUmakefile @@ -19,7 +19,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/Sedov/GNUmakefile b/Exec/hydro_tests/Sedov/GNUmakefile index 56174a8cd6..979ff150f1 100644 --- a/Exec/hydro_tests/Sedov/GNUmakefile +++ b/Exec/hydro_tests/Sedov/GNUmakefile @@ -20,7 +20,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/Sod_stellar/GNUmakefile b/Exec/hydro_tests/Sod_stellar/GNUmakefile index 118f0dd1cf..f820ba5b83 100644 --- a/Exec/hydro_tests/Sod_stellar/GNUmakefile +++ b/Exec/hydro_tests/Sod_stellar/GNUmakefile @@ -18,7 +18,7 @@ USE_MHD = FALSE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile b/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile index 9221750c71..354f0b5ceb 100644 --- a/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile +++ b/Exec/hydro_tests/Vortices_LWAcoustics/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/acoustic_pulse/GNUmakefile b/Exec/hydro_tests/acoustic_pulse/GNUmakefile index db5f6972c6..1f7d99f8d3 100644 --- a/Exec/hydro_tests/acoustic_pulse/GNUmakefile +++ b/Exec/hydro_tests/acoustic_pulse/GNUmakefile @@ -16,7 +16,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/acoustic_pulse_general/GNUmakefile b/Exec/hydro_tests/acoustic_pulse_general/GNUmakefile index a397bd6d2d..f76e4c7f33 100644 --- a/Exec/hydro_tests/acoustic_pulse_general/GNUmakefile +++ b/Exec/hydro_tests/acoustic_pulse_general/GNUmakefile @@ -16,7 +16,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/double_mach_reflection/GNUmakefile b/Exec/hydro_tests/double_mach_reflection/GNUmakefile index 66f4176e10..d7fe2de8d1 100644 --- a/Exec/hydro_tests/double_mach_reflection/GNUmakefile +++ b/Exec/hydro_tests/double_mach_reflection/GNUmakefile @@ -17,7 +17,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/oddeven/GNUmakefile b/Exec/hydro_tests/oddeven/GNUmakefile index 8b148d0601..a4157dc391 100644 --- a/Exec/hydro_tests/oddeven/GNUmakefile +++ b/Exec/hydro_tests/oddeven/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/riemann_2d/GNUmakefile b/Exec/hydro_tests/riemann_2d/GNUmakefile index c6f4c41b42..db677ea7db 100644 --- a/Exec/hydro_tests/riemann_2d/GNUmakefile +++ b/Exec/hydro_tests/riemann_2d/GNUmakefile @@ -16,7 +16,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/hydro_tests/rotating_torus/GNUmakefile b/Exec/hydro_tests/rotating_torus/GNUmakefile index fbb6abb7d2..236e124d2b 100644 --- a/Exec/hydro_tests/rotating_torus/GNUmakefile +++ b/Exec/hydro_tests/rotating_torus/GNUmakefile @@ -17,7 +17,7 @@ USE_HYBRID_MOMENTUM = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := polytrope # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/hydro_tests/test_convect/GNUmakefile b/Exec/hydro_tests/test_convect/GNUmakefile index 8eb85c4a38..ffb2aa1e12 100644 --- a/Exec/hydro_tests/test_convect/GNUmakefile +++ b/Exec/hydro_tests/test_convect/GNUmakefile @@ -15,7 +15,7 @@ USE_REACT = FALSE USE_MODEL_PARSER = TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/hydro_tests/toy_convect/GNUmakefile b/Exec/hydro_tests/toy_convect/GNUmakefile index 6f5a7144fe..7af7816c47 100644 --- a/Exec/hydro_tests/toy_convect/GNUmakefile +++ b/Exec/hydro_tests/toy_convect/GNUmakefile @@ -15,7 +15,7 @@ USE_MODEL_PARSER = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/mhd_tests/Alfven/GNUmakefile b/Exec/mhd_tests/Alfven/GNUmakefile index abdc5ed540..5f381d1c74 100644 --- a/Exec/mhd_tests/Alfven/GNUmakefile +++ b/Exec/mhd_tests/Alfven/GNUmakefile @@ -15,10 +15,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/BrioWu/GNUmakefile b/Exec/mhd_tests/BrioWu/GNUmakefile index abdc5ed540..5f381d1c74 100644 --- a/Exec/mhd_tests/BrioWu/GNUmakefile +++ b/Exec/mhd_tests/BrioWu/GNUmakefile @@ -15,10 +15,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/DaiWoodward/GNUmakefile b/Exec/mhd_tests/DaiWoodward/GNUmakefile index abdc5ed540..5f381d1c74 100644 --- a/Exec/mhd_tests/DaiWoodward/GNUmakefile +++ b/Exec/mhd_tests/DaiWoodward/GNUmakefile @@ -15,10 +15,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/FastRarefaction/GNUmakefile b/Exec/mhd_tests/FastRarefaction/GNUmakefile index abdc5ed540..5f381d1c74 100644 --- a/Exec/mhd_tests/FastRarefaction/GNUmakefile +++ b/Exec/mhd_tests/FastRarefaction/GNUmakefile @@ -15,10 +15,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/LoopAdvection/GNUmakefile b/Exec/mhd_tests/LoopAdvection/GNUmakefile index a792154065..5a4db05b05 100644 --- a/Exec/mhd_tests/LoopAdvection/GNUmakefile +++ b/Exec/mhd_tests/LoopAdvection/GNUmakefile @@ -16,10 +16,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile b/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile index abdc5ed540..5f381d1c74 100644 --- a/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile +++ b/Exec/mhd_tests/MagnetosonicWaves/GNUmakefile @@ -15,10 +15,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/OrszagTang/GNUmakefile b/Exec/mhd_tests/OrszagTang/GNUmakefile index a792154065..5a4db05b05 100644 --- a/Exec/mhd_tests/OrszagTang/GNUmakefile +++ b/Exec/mhd_tests/OrszagTang/GNUmakefile @@ -16,10 +16,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/RT/GNUmakefile b/Exec/mhd_tests/RT/GNUmakefile index 581fa0026d..f9d46c731b 100644 --- a/Exec/mhd_tests/RT/GNUmakefile +++ b/Exec/mhd_tests/RT/GNUmakefile @@ -21,7 +21,7 @@ CASTRO_HOME ?= ../../.. # This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/mhd_tests/species/GNUmakefile b/Exec/mhd_tests/species/GNUmakefile index a2be4eecf3..24970d15b0 100644 --- a/Exec/mhd_tests/species/GNUmakefile +++ b/Exec/mhd_tests/species/GNUmakefile @@ -16,10 +16,10 @@ USE_MHD = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = simple.net diff --git a/Exec/reacting_tests/bubble_convergence/GNUmakefile b/Exec/reacting_tests/bubble_convergence/GNUmakefile index eded035663..7024267cca 100644 --- a/Exec/reacting_tests/bubble_convergence/GNUmakefile +++ b/Exec/reacting_tests/bubble_convergence/GNUmakefile @@ -15,7 +15,7 @@ USE_MAESTRO_INIT = FALSE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/reacting_tests/nse_test/GNUmakefile b/Exec/reacting_tests/nse_test/GNUmakefile index 8e52fca3d4..88ef9ef14b 100644 --- a/Exec/reacting_tests/nse_test/GNUmakefile +++ b/Exec/reacting_tests/nse_test/GNUmakefile @@ -15,7 +15,7 @@ USE_SIMPLIFIED_SDC := TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/reacting_tests/reacting_bubble/GNUmakefile b/Exec/reacting_tests/reacting_bubble/GNUmakefile index 17cc5786bb..77829c5fe8 100644 --- a/Exec/reacting_tests/reacting_bubble/GNUmakefile +++ b/Exec/reacting_tests/reacting_bubble/GNUmakefile @@ -14,7 +14,7 @@ USE_MAESTRO_INIT = FALSE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/reacting_tests/reacting_convergence/GNUmakefile b/Exec/reacting_tests/reacting_convergence/GNUmakefile index 27f3f924dc..9931fe7ecb 100644 --- a/Exec/reacting_tests/reacting_convergence/GNUmakefile +++ b/Exec/reacting_tests/reacting_convergence/GNUmakefile @@ -16,10 +16,10 @@ USE_REACT = TRUE # define the location of the CASTRO top directory CASTRO_HOME ?= ../../.. -# This sets the EOS directory in Castro/EOS +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := triple_alpha_plus_cago PROBLEM_DIR ?= ./ diff --git a/Exec/reacting_tests/toy_flame/GNUmakefile b/Exec/reacting_tests/toy_flame/GNUmakefile index 99749cf3a5..23f7b5e27b 100644 --- a/Exec/reacting_tests/toy_flame/GNUmakefile +++ b/Exec/reacting_tests/toy_flame/GNUmakefile @@ -16,7 +16,7 @@ USE_DIFFUSION = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/Detonation/GNUmakefile b/Exec/science/Detonation/GNUmakefile index 9cfb52c4d2..c6e1b2b7b4 100644 --- a/Exec/science/Detonation/GNUmakefile +++ b/Exec/science/Detonation/GNUmakefile @@ -13,7 +13,7 @@ USE_REACT = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/Detonation/GNUmakefile.nse b/Exec/science/Detonation/GNUmakefile.nse index 89d5e99258..9aaeb50a25 100644 --- a/Exec/science/Detonation/GNUmakefile.nse +++ b/Exec/science/Detonation/GNUmakefile.nse @@ -14,7 +14,7 @@ USE_REACT = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/bwp-rad/GNUmakefile b/Exec/science/bwp-rad/GNUmakefile index eeec42e093..8fae136d23 100644 --- a/Exec/science/bwp-rad/GNUmakefile +++ b/Exec/science/bwp-rad/GNUmakefile @@ -21,7 +21,7 @@ USE_MODEL_PARSER = TRUE CASTRO_HOME ?= ../../.. -#This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +#This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/celldet/GNUmakefile b/Exec/science/celldet/GNUmakefile index b26b942ae6..674e188aba 100644 --- a/Exec/science/celldet/GNUmakefile +++ b/Exec/science/celldet/GNUmakefile @@ -24,10 +24,10 @@ CASTRO_HOME ?= ../../.. #GPU_COMPATIBLE_PROBLEM = TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz -# This sets the network directory in Castro/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := aprox13 PROBLEM_DIR ?= ./ diff --git a/Exec/science/circular_det/GNUmakefile b/Exec/science/circular_det/GNUmakefile index 46f051fb7e..f2ccbac23b 100644 --- a/Exec/science/circular_det/GNUmakefile +++ b/Exec/science/circular_det/GNUmakefile @@ -15,7 +15,7 @@ USE_SHOCK_VAR = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz NETWORK_DIR := aprox13 diff --git a/Exec/science/convective_flame/GNUmakefile b/Exec/science/convective_flame/GNUmakefile index c0c4cd0b2c..6a626947c1 100644 --- a/Exec/science/convective_flame/GNUmakefile +++ b/Exec/science/convective_flame/GNUmakefile @@ -20,7 +20,7 @@ NUM_MODELS := 2 CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/flame/GNUmakefile b/Exec/science/flame/GNUmakefile index 80620201be..959ed7d60f 100644 --- a/Exec/science/flame/GNUmakefile +++ b/Exec/science/flame/GNUmakefile @@ -15,7 +15,7 @@ USE_DIFFUSION = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/flame_tube/GNUmakefile b/Exec/science/flame_tube/GNUmakefile index 899b9b3078..90cdc7dcff 100644 --- a/Exec/science/flame_tube/GNUmakefile +++ b/Exec/science/flame_tube/GNUmakefile @@ -22,7 +22,7 @@ USE_JACOBIAN_CACHING = TRUE USE_MODEL_PARSER = TRUE NUM_MODELS := 2 -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/flame_wave/GNUmakefile b/Exec/science/flame_wave/GNUmakefile index 1a4a62be35..09bf23ee18 100644 --- a/Exec/science/flame_wave/GNUmakefile +++ b/Exec/science/flame_wave/GNUmakefile @@ -22,7 +22,7 @@ USE_JACOBIAN_CACHING = TRUE USE_MODEL_PARSER = TRUE NUM_MODELS := 2 -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/massive_star/GNUmakefile b/Exec/science/massive_star/GNUmakefile index aa9e42790e..0e10c0067e 100644 --- a/Exec/science/massive_star/GNUmakefile +++ b/Exec/science/massive_star/GNUmakefile @@ -22,7 +22,7 @@ BL_NO_FORT := TRUE USE_MODEL_PARSER = TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/nova/GNUmakefile b/Exec/science/nova/GNUmakefile index d257d0345a..7296819a3e 100644 --- a/Exec/science/nova/GNUmakefile +++ b/Exec/science/nova/GNUmakefile @@ -18,7 +18,7 @@ CASTRO_HOME := ../../.. USE_MODEL_PARSER = TRUE MAX_NPTS_MODEL = 20000 -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/planet/GNUmakefile b/Exec/science/planet/GNUmakefile index 769260a58e..8883fc2e91 100644 --- a/Exec/science/planet/GNUmakefile +++ b/Exec/science/planet/GNUmakefile @@ -25,7 +25,7 @@ USE_MODEL_PARSER = TRUE CASTRO_HOME ?= ../../.. -#This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := gamma_law # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/subch_planar/GNUmakefile b/Exec/science/subch_planar/GNUmakefile index a9c4d6cae1..898951ba62 100644 --- a/Exec/science/subch_planar/GNUmakefile +++ b/Exec/science/subch_planar/GNUmakefile @@ -21,7 +21,7 @@ USE_SIMPLIFIED_SDC = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/subchandra/GNUmakefile b/Exec/science/subchandra/GNUmakefile index f667161d2f..1494696929 100644 --- a/Exec/science/subchandra/GNUmakefile +++ b/Exec/science/subchandra/GNUmakefile @@ -19,7 +19,7 @@ USE_MODEL_PARSER = TRUE USE_SIMPLIFIED_SDC=TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/subchandra/GNUmakefile.nse_net b/Exec/science/subchandra/GNUmakefile.nse_net index 816d5f9d93..4d9a915466 100644 --- a/Exec/science/subchandra/GNUmakefile.nse_net +++ b/Exec/science/subchandra/GNUmakefile.nse_net @@ -19,7 +19,7 @@ USE_SIMPLIFIED_SDC = TRUE USE_MODEL_PARSER = TRUE -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/wdmerger/GNUmakefile b/Exec/science/wdmerger/GNUmakefile index bd78251741..babfd7eff0 100644 --- a/Exec/science/wdmerger/GNUmakefile +++ b/Exec/science/wdmerger/GNUmakefile @@ -34,7 +34,7 @@ INTEGRATOR_DIR ?= VODE COMP ?= gnu -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR ?= helmholtz diff --git a/Exec/science/xrb_layered/GNUmakefile b/Exec/science/xrb_layered/GNUmakefile index c4e905e107..ea3ca68191 100644 --- a/Exec/science/xrb_layered/GNUmakefile +++ b/Exec/science/xrb_layered/GNUmakefile @@ -16,7 +16,7 @@ USE_RNG_STATE_INIT = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/xrb_mixed/GNUmakefile b/Exec/science/xrb_mixed/GNUmakefile index acb719237e..65fbfae1ee 100644 --- a/Exec/science/xrb_mixed/GNUmakefile +++ b/Exec/science/xrb_mixed/GNUmakefile @@ -15,7 +15,7 @@ USE_MODEL_PARSER = TRUE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/science/xrb_spherical/GNUmakefile b/Exec/science/xrb_spherical/GNUmakefile index d53475be8d..503eba0065 100644 --- a/Exec/science/xrb_spherical/GNUmakefile +++ b/Exec/science/xrb_spherical/GNUmakefile @@ -22,7 +22,7 @@ USE_JACOBIAN_CACHING = TRUE USE_MODEL_PARSER = TRUE NUM_MODELS := 2 -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/unit_tests/diffusion_test/GNUmakefile b/Exec/unit_tests/diffusion_test/GNUmakefile index 75ad382b0a..7eeaf49395 100644 --- a/Exec/unit_tests/diffusion_test/GNUmakefile +++ b/Exec/unit_tests/diffusion_test/GNUmakefile @@ -21,7 +21,7 @@ EOS_DIR := gamma_law CONDUCTIVITY_DIR = constant -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net diff --git a/Exec/unit_tests/model_burner/GNUmakefile b/Exec/unit_tests/model_burner/GNUmakefile index 94f3300a5b..6f8acbda0e 100644 --- a/Exec/unit_tests/model_burner/GNUmakefile +++ b/Exec/unit_tests/model_burner/GNUmakefile @@ -23,7 +23,7 @@ USE_MAESTRO_INIT = FALSE CASTRO_HOME ?= ../../.. -# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos +# This sets the EOS directory in $(MICROPHYSICS_HOME)/EOS EOS_DIR := helmholtz # This sets the Network directory in $(MICROPHYSICS_HOME)/networks diff --git a/Exec/unit_tests/particles_test/GNUmakefile b/Exec/unit_tests/particles_test/GNUmakefile index 1369f830f5..d02e06d68f 100644 --- a/Exec/unit_tests/particles_test/GNUmakefile +++ b/Exec/unit_tests/particles_test/GNUmakefile @@ -22,7 +22,7 @@ EOS_DIR := gamma_law CONDUCTIVITY_DIR = constant -# This sets the network directory in $(MICROPHYSICS_HOME)/Networks +# This sets the network directory in $(MICROPHYSICS_HOME)/networks NETWORK_DIR := general_null NETWORK_INPUTS = gammalaw.net