Skip to content

Commit

Permalink
disable Fortran compilation + remove old USE_CXX* stuff (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Jul 22, 2024
1 parent 92b42f9 commit 47cf206
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 15 deletions.
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

0 comments on commit 47cf206

Please sign in to comment.