From bc12cc7475fa42aea129f8008d99020fbb306ca7 Mon Sep 17 00:00:00 2001 From: Steffen Date: Fri, 29 May 2026 11:42:38 -0400 Subject: [PATCH] fix readme --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4238b3e2..4f4be6eb 100644 --- a/README.md +++ b/README.md @@ -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