Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Testing Docs #2937

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Docs/sphinx_documentation/source/Testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ application codes that use it as a framework. We use an in-house test runner scr
operation, originally developed by Michael Zingale for the Castro code, and later expanded to other
application codes as well. The results for each night are collected and stored on a web page; see
https://ccse.lbl.gov/pub/RegressionTesting/ for the latest set of results.
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.

Running the test suite locally
==============================
Expand Down Expand Up @@ -73,7 +74,7 @@ re-run the script without the :cpp:`--make_benchmarks` option:

::

python regtest.py --make_benchmarks 'generating initial benchmarks' AMReX-tests.ini
python regtest.py AMReX-tests.ini

The script will generate a set of html pages in the directory specified in your :cpp:`AMReX-tests.ini`
file that you can examine using the browser of your choice.
Expand Down