@@ -6,19 +6,15 @@ Requirements and Quickstart
66Hardware and Platform
77---------------------
88
9- This page summarizes the supported mainline workflow of ``Streamcenter+ ``.
10- The current mainline is no longer the old Python package set. It is centered on a
11- native CUDA FTLE solver together with a native Qt/VTK desktop GUI.
12- The archived Python implementation is still preserved under ``legacy/ `` in the code
13- repository for reference and migration, but it is no longer the primary workflow
14- described in this documentation.
9+ ``Streamcenter+ `` consists of a native CUDA FTLE solver together with a native
10+ Qt/VTK desktop GUI.
1511
1612The minimum practical requirements are listed as follows:
1713
1814* At least 4 GB of system memory and about 10 GB of free disk space.
1915* A 64-bit Windows or Linux environment. The shipped install scripts currently target
2016 Windows and Debian/Ubuntu-style Linux systems with ``apt ``.
21- * An NVIDIA GPU together with a locally installed CUDA Toolkit for the mainline solver.
17+ * An NVIDIA GPU together with a locally installed CUDA Toolkit for the solver.
2218
2319The solver configures ``CMAKE_CUDA_ARCHITECTURES=native `` by default, so the build
2420machine is expected to have a visible local NVIDIA CUDA environment.
@@ -30,16 +26,13 @@ below roughly 200,000,000 Lagrangian particles per GiB of VRAM for the default
3026double-sided still workflow, and lower than that for higher-order settings.
3127
3228
33- Mainline Environment
34- --------------------
29+ Environment
30+ -----------
3531
36- The native solver and the native GUI do not require Python or ``pip `` for their
37- standard build-and-run path.
38- Instead, the repository provides platform-specific installation scripts that prepare
39- the CMake/CUDA/Qt/VTK toolchain directly.
32+ The repository provides platform-specific installation scripts that prepare the
33+ CMake/CUDA/Qt/VTK toolchain directly.
4034
41- On Windows, ``install.cmd `` and ``install.ps1 `` provision the following mainline
42- dependencies:
35+ On Windows, ``install.cmd `` and ``install.ps1 `` provision the following dependencies:
4336
4437* ``Git ``
4538* ``CMake ``
@@ -87,10 +80,6 @@ understand the following environment variables:
8780* ``STREAMCENTERPLUS_VTK_ROOT ``
8881* ``STREAMCENTERPLUS_CUDA_ROOT ``
8982
90- For migration convenience, the renamed build scripts still accept the legacy
91- ``PY3DFTLE_* `` environment variables as fallback inputs.
92-
93-
9483Add-on Tools
9584------------
9685
@@ -114,7 +103,7 @@ Add-on Tools
114103Quickstart
115104----------
116105
117- The steps below follow the current native mainline repository layout.
106+ The steps below follow the current repository layout.
118107They use the top-level install and build entry points and then launch the GUI or solver
119108through the maintained wrapper scripts.
120109
@@ -196,8 +185,7 @@ Without PowerShell, launch the built solver binary directly from
196185Notes for Real Cases
197186--------------------
198187
199- The mainline GUI always launches the native CUDA solver. There is no longer a
200- Python/native backend selector in the supported workflow.
188+ The GUI launches the native CUDA solver.
201189
202190The parameter format remains ``.par ``-based.
203191When preparing your own cases, update entries such as ``vtk_folder `` and
0 commit comments