You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/sphinx_documentation/source/Testing.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ application codes that use it as a framework. We use an in-house test runner scr
18
18
operation, originally developed by Michael Zingale for the Castro code, and later expanded to other
19
19
application codes as well. The results for each night are collected and stored on a web page; see
20
20
https://ccse.lbl.gov/pub/RegressionTesting/ for the latest set of results.
21
+
The runtime option ``amrex.abort_on_unused_inputs`` (``0`` or ``1``; default is ``0`` for false) is useful for making sure that tests always stay up to date with API changes as it will abort the application after the test run if any unused input parameters were detected.
21
22
22
23
Running the test suite locally
23
24
==============================
@@ -73,7 +74,7 @@ re-run the script without the :cpp:`--make_benchmarks` option:
0 commit comments