Automatic tests

To ensure reproducability, the Pencil Code is tested daily for a number of sample applications. This is important for us in order to make sure certain improvements in some parts of the code do not affect the functionality of other parts. For other users who suspect that a new problem has emerged it could be useful to first see whether this problem also shows up in our own tests. The latest test results for a can be seen online:

Test your changes

Note: before checking in your own changes, you should at least do the very minimal auto-tests:

pc_auto-test --max-level=0 --no-pencil-check -C
You may alternatively give a larger integer number, e.g. '--max-level=2', in order to run more auto-tests with your changes.