Skip to content

Mention precice/config-check on website #532

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

Merged
merged 2 commits into from
Jun 23, 2025
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
1 change: 1 addition & 0 deletions pages/docs/tooling/tooling-builtin.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The `check` runs the preCICE configuration parsing and checking logic on the giv
This will find the majority of the configuration mistakes without having to start a simulation.
These checks include wrong tags and attribute values, and more elaborate naming checks.
More advanced logic, such as checks if all necessary data are exchanged in a coupling scheme, are not covered.
For more logical checks, see the [preCICE config checker](https://github.com/precice/config-check).

The basic usage is to check a configuration file:

Expand Down