Skip to content

Commit f6f1d0e

Browse files
author
ci-bot
committed
Deployed 8bca53e to main with MkDocs 1.6.1 and mike 2.1.3
1 parent afe8947 commit f6f1d0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

main/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,12 +2297,12 @@ <h3 id="within-cmssw-recommended-for-cms-users">Within CMSSW (recommended for CM
22972297
<h4 id="combine-v10-recommended-version">Combine v10 - recommended version</h4>
22982298
<p>The nominal installation method is inside CMSSW. The current release targets
22992299
the CMSSW <code>14_1_X</code> series because of the recent switch to el9 at lxplus machines.</p>
2300-
<p>Currently, the recommended tag is <strong>v10.3.3</strong>: <a href="https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.3.3">see release notes</a>
2300+
<p>Currently, the recommended tag is <strong>v10.4.1</strong>: <a href="https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.4.1">see release notes</a>
23012301
The <code>git clone</code> command below contains this tag and is optimised to reduce disk usage.</p>
23022302
<div class="highlight"><pre><span></span><code>cmsrel<span class="w"> </span>CMSSW_14_1_0_pre4
23032303
<span class="nb">cd</span><span class="w"> </span>CMSSW_14_1_0_pre4/src
23042304
cmsenv
2305-
git<span class="w"> </span>-c<span class="w"> </span>advice.detachedHead<span class="o">=</span><span class="nb">false</span><span class="w"> </span>clone<span class="w"> </span>--depth<span class="w"> </span><span class="m">1</span><span class="w"> </span>--branch<span class="w"> </span>v10.3.3<span class="w"> </span>https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git<span class="w"> </span>HiggsAnalysis/CombinedLimit
2305+
git<span class="w"> </span>-c<span class="w"> </span>advice.detachedHead<span class="o">=</span><span class="nb">false</span><span class="w"> </span>clone<span class="w"> </span>--depth<span class="w"> </span><span class="m">1</span><span class="w"> </span>--branch<span class="w"> </span>v10.4.1<span class="w"> </span>https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git<span class="w"> </span>HiggsAnalysis/CombinedLimit
23062306
<span class="nb">cd</span><span class="w"> </span>HiggsAnalysis/CombinedLimit
23072307
scramv1<span class="w"> </span>b<span class="w"> </span>clean<span class="p">;</span><span class="w"> </span>scramv1<span class="w"> </span>b<span class="w"> </span>-j<span class="k">$(</span>nproc<span class="w"> </span>--ignore<span class="o">=</span><span class="m">2</span><span class="k">)</span><span class="w"> </span><span class="c1"># always make a clean build, with n - 2 cores on the system</span>
23082308
</code></pre></div>
@@ -2436,7 +2436,7 @@ <h4 id="pre-compiled-versions-in-docker">Pre-compiled versions in Docker</h4>
24362436
<p>Pre-compiled versions of the tool are available as container images from the <a href="https://gitlab.cern.ch/cms-cloud/combine-standalone/container_registry/15235">CMS cloud</a>. These containers can be downloaded and run using <a href="https://cms-opendata-guide.web.cern.ch/tools/docker/">Docker</a>. If you have docker running you can pull and run the image using,</p>
24372437
<p><div class="highlight"><pre><span></span><code>docker<span class="w"> </span>run<span class="w"> </span>--name<span class="w"> </span>combine<span class="w"> </span>-it<span class="w"> </span>gitlab-registry.cern.ch/cms-cloud/combine-standalone:&lt;tag&gt;
24382438
</code></pre></div>
2439-
where you must replace <code>&lt;tag&gt;</code> with a particular version of the tool. Containers are available from <code>v9.2.1</code> and <code>v10.0.1</code> onwards. If no tag is specified the latest version of the container will be loaded, which is <code>v10.3.3</code> at the moment.</p>
2439+
where you must replace <code>&lt;tag&gt;</code> with a particular version of the tool. Containers are available from <code>v9.2.1</code> and <code>v10.0.1</code> onwards. If no tag is specified the latest version of the container will be loaded, which is <code>v10.4.1</code> at the moment.</p>
24402440
<p>You will now have the compiled <span style="font-variant:small-caps;">Combine</span> binary available as well as the complete package of tool.
24412441
The container can be re-started using <code>docker start -i combine</code>.</p>
24422442
<h4 id="standalone-compilation-with-cernvm">Standalone compilation with CernVM</h4>

main/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

main/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)