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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ KiT-RT has two layers:
- `kitrt_code`: this C++ solver repository. Use it to build the solver, run one deterministic config, or extend solver internals.
- `CharmKiT`: the Python workflow layer for lattice/hohlraum sweeps, SLURM submission, CSV inputs, and QOI collection.

<<<<<<< HEAD
### Ten-minute CPU smoke test

Prerequisites for the CPU smoke test:

- C++17 compiler, CMake 3.16+, Git, and initialized submodules
- OpenMP, BLAS, LAPACK, and VTK development libraries
- Python 3.10+ for `tools/check_smoke_output.py`

=======
>>>>>>> 79e9379a02585184b95f4031d61ae086a483267f
### Ten-minute CPU smoke test

```bash
git clone https://github.com/KiT-RT/kitrt_code.git
cd kitrt_code
Expand Down
Loading