|
44 | 44 | </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
45 | 45 | <ul class="current"> |
46 | 46 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Requirements and Quickstart</a><ul> |
| 47 | +<li class="toctree-l2"><a class="reference internal" href="#hardware-and-hardware-requirements">Hardware and Hardware Requirements</a></li> |
47 | 48 | <li class="toctree-l2"><a class="reference internal" href="#basic-environment">Basic Environment</a></li> |
48 | 49 | <li class="toctree-l2"><a class="reference internal" href="#add-on-libs">Add-on Libs</a></li> |
49 | 50 | <li class="toctree-l2"><a class="reference internal" href="#quickstart">Quickstart</a></li> |
|
86 | 87 |
|
87 | 88 | <section id="requirements-and-quickstart"> |
88 | 89 | <span id="requirements"></span><h1>Requirements and Quickstart<a class="headerlink" href="#requirements-and-quickstart" title="Link to this heading"></a></h1> |
| 90 | +<section id="hardware-and-hardware-requirements"> |
| 91 | +<h2>Hardware and Hardware Requirements<a class="headerlink" href="#hardware-and-hardware-requirements" title="Link to this heading"></a></h2> |
| 92 | +<p>The minimiums are listed as follows:</p> |
| 93 | +<ul class="simple"> |
| 94 | +<li><p>Minimium 4GB RAM and 10GB free disk.</p></li> |
| 95 | +<li><p>Not sensitive to platform. Windows 11 and Ubuntu 22.04 are fully tested.</p></li> |
| 96 | +</ul> |
| 97 | +<p>GPU acceleration is suggested for large dataset computation. Therefore, the requirements for GPU acceleration is listed as follows:</p> |
| 98 | +<ul class="simple"> |
| 99 | +<li><p>NVIDIA GPUs, with a minimum <a class="reference external" href="https://developer.nvidia.com/cuda-gpus">compute capability</a> of 5.0, i.e., later than GTX 750.</p></li> |
| 100 | +<li><p>It is suggested that, make <code class="docutils literal notranslate"><span class="pre">Nx</span></code> × <code class="docutils literal notranslate"><span class="pre">Ny</span></code> × <code class="docutils literal notranslate"><span class="pre">Nz</span></code> × <code class="docutils literal notranslate"><span class="pre">Nt</span></code> less than 200,000,000 Lagrangian particles on each Gigabyte of GPU memory for double-side computation under default numerical methods for one still. Generally half it under high-order computations.</p></li> |
| 101 | +</ul> |
| 102 | +<p>For example, you can execute on a 600×300×300 mesh for c.a. 80 time steps for a still. |
| 103 | +* The GPU requirements for dynamic LCS are undergoing experiments by the author.</p> |
| 104 | +</section> |
89 | 105 | <section id="basic-environment"> |
90 | 106 | <h2>Basic Environment<a class="headerlink" href="#basic-environment" title="Link to this heading"></a></h2> |
91 | 107 | <p>This page summarizes the system requirements and dependencies of <code class="docutils literal notranslate"><span class="pre">PyFTLE3D</span></code>.</p> |
|
0 commit comments