Skip to content
Open
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
4 changes: 4 additions & 0 deletions docs/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ Using `random-device` asks for `std::random_device` to be used instead.
If your implementation provides working `std::random_device`, it should
be preferred to using `time`. Catch2 uses `std::random_device` by default.

> [!WARNING]
> You should not use this option when launching Catch2 tests on multiples processes that require synchronous communication,
> (e.g., Message Passing Interface (MPI) code),
> because the test order of execution will **not** be indentical on all processes.

<a id="libidentify"></a>
## Identify framework and version according to the libIdentify standard
Expand Down