Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable Fortran compilation + remove old USE_CXX* stuff #73

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ECSN/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE
USE_CXX_REACTIONS = TRUE

USE_FORT_MICROPHYSICS = FALSE
BL_NO_FORT = TRUE

MAX_ZONES := 32768

Expand Down
3 changes: 2 additions & 1 deletion kepler_hybrid/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
3 changes: 2 additions & 1 deletion lagrangian_planar/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
3 changes: 2 additions & 1 deletion low_mass_convective_star/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
6 changes: 2 additions & 4 deletions massive_star/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE
USE_CXX_REACTIONS = TRUE

USE_SIMPLIFIED_SDC = TRUE
BL_NO_FORT = TRUE

USE_FORT_MICROPHYSICS = FALSE
USE_SIMPLIFIED_SDC = TRUE

MAX_ZONES := 65536

Expand Down
3 changes: 2 additions & 1 deletion spherical/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
3 changes: 2 additions & 1 deletion sub_chandra/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
3 changes: 2 additions & 1 deletion test2/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
3 changes: 2 additions & 1 deletion toy_atm/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 16384

Expand Down
3 changes: 2 additions & 1 deletion urca/spherical/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ USE_MPI = FALSE
USE_OMP = FALSE

USE_REACT = TRUE
USE_CXX_EOS = TRUE

BL_NO_FORT = TRUE

MAX_ZONES := 4096

Expand Down