Skip to content

Commit

Permalink
disable Fortran compilation + remove old USE_CXX* stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jul 22, 2024
1 parent 92b42f9 commit 636d5cf
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 16 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
8 changes: 3 additions & 5 deletions massive_star/GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PRECISION = DOUBLE
PROFILE = FALSE
11;rgb:1e1e/1e1e/1e1ePROFILE = FALSE

DEBUG = FALSE

Expand All @@ -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 636d5cf

Please sign in to comment.