Skip to content

Commit

Permalink
Fix a typo in CMake option disabling AMReX incflo solvers (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Oct 22, 2024
1 parent d72255a commit f2686d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ macro(find_amrex)
set(AMReX_PROBINIT OFF CACHE INTERNAL "")
set(AMReX_TINY_PROFILE ON CACHE BOOL "")
set(AMReX_LINEAR_SOLVERS_EM ON CACHE INTERNAL "")
set(AMReX_LINEAR_SOLVER_INCFLO OFF CACHE INTERNAL "")
set(AMReX_LINEAR_SOLVERS_INCFLO OFF CACHE INTERNAL "")

if(WarpX_ASCENT OR WarpX_SENSEI)
set(AMReX_GPU_RDC ON CACHE BOOL "")
Expand Down

0 comments on commit f2686d6

Please sign in to comment.