We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb01daa commit 9534a6dCopy full SHA for 9534a6d
cmake/dependencies/AMReX.cmake
@@ -93,7 +93,7 @@ macro(find_amrex)
93
set(AMReX_PROBINIT OFF CACHE INTERNAL "")
94
set(AMReX_TINY_PROFILE ON CACHE BOOL "")
95
set(AMReX_LINEAR_SOLVERS_EM ON CACHE INTERNAL "")
96
- set(AMReX_LINEAR_SOLVER_INCFLO OFF CACHE INTERNAL "")
+ set(AMReX_LINEAR_SOLVERS_INCFLO OFF CACHE INTERNAL "")
97
98
if(WarpX_ASCENT OR WarpX_SENSEI)
99
set(AMReX_GPU_RDC ON CACHE BOOL "")
0 commit comments