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 3a03f7b commit da8c9adCopy full SHA for da8c9ad
tests/conftest.py
@@ -30,7 +30,10 @@ def amrex_init(tmpdir):
30
amr.initialize(
31
[
32
# print AMReX status messages
33
- "amrex.verbose=2",
+ # consider also 0 (silent) and 2 (FabArray and TileArray/FB/Copy/FillPatch/CrsFineCache usage)
34
+ "amrex.verbose=1",
35
+ # disable verbose profiler plots at the end of each test
36
+ "tiny_profiler.enabled=0",
37
# throw exceptions and create core dumps instead of
38
# AMReX backtrace files: allows to attach to
39
# debuggers
0 commit comments