Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 9c7e935a7b762e43c1cfb1cb890a36b4f8279d5c.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Dec 8, 2023
1 parent e19915a commit d1252d3
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
27 changes: 27 additions & 0 deletions develop/_sources/installation/resource-manager/lsf.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,30 @@ cluster
- `bstop`
- `bresume`
- `bkill`

Advanced LSF settings
---------------------


Performance Settings
********************

Given these settings in ``lsf.conf``:

.. code-block:: shell
LSB_QUERY_PORT=688X
LSB_QUERY_ENH=y
It's recommented that you set ``LSB_MBD_PORT`` to the same value
as ``LSB_QUERY_PORT``

It has also been observed that setting these values in ``lsb.params``
helps with the performance of the cluster and in turn Open OnDemand's
usage.

.. code-block:: shell
JOB_INFO_MEMORY_CACHE_SIZE=2048
MBD_REFRESH_TIME=5
NEWJOB_REFRESH=Y
29 changes: 28 additions & 1 deletion develop/installation/resource-manager/lsf.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@
<li class="toctree-l2"><a class="reference internal" href="../cluster-config-schema.html">Cluster Config Schema v2</a></li>
<li class="toctree-l2"><a class="reference internal" href="torque.html">Torque</a></li>
<li class="toctree-l2"><a class="reference internal" href="slurm.html">Slurm</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">LSF</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">LSF</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#advanced-lsf-settings">Advanced LSF settings</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#performance-settings">Performance Settings</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="pbspro.html">PBS Professional</a></li>
<li class="toctree-l2"><a class="reference internal" href="sge.html">Grid Engine</a></li>
<li class="toctree-l2"><a class="reference internal" href="linuxhost.html">LinuxHost</a></li>
Expand Down Expand Up @@ -265,6 +271,27 @@
</ul>
</dd>
</dl>
<div class="section" id="advanced-lsf-settings">
<h2>Advanced LSF settings<a class="headerlink" href="#advanced-lsf-settings" title="Permalink to this headline"></a></h2>
<div class="section" id="performance-settings">
<h3>Performance Settings<a class="headerlink" href="#performance-settings" title="Permalink to this headline"></a></h3>
<p>Given these settings in <code class="docutils literal notranslate"><span class="pre">lsf.conf</span></code>:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span><span class="nv">LSB_QUERY_PORT</span><span class="o">=</span>688X
<span class="nv">LSB_QUERY_ENH</span><span class="o">=</span>y
</pre></div>
</div>
<p>It’s recommented that you set <code class="docutils literal notranslate"><span class="pre">LSB_MBD_PORT</span></code> to the same value
as <code class="docutils literal notranslate"><span class="pre">LSB_QUERY_PORT</span></code></p>
<p>It has also been observed that setting these values in <code class="docutils literal notranslate"><span class="pre">lsb.params</span></code>
helps with the performance of the cluster and in turn Open OnDemand’s
usage.</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span><span class="nv">JOB_INFO_MEMORY_CACHE_SIZE</span><span class="o">=</span><span class="m">2048</span>
<span class="nv">MBD_REFRESH_TIME</span><span class="o">=</span><span class="m">5</span>
<span class="nv">NEWJOB_REFRESH</span><span class="o">=</span>Y
</pre></div>
</div>
</div>
</div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

0 comments on commit d1252d3

Please sign in to comment.