Skip to content

Commit

Permalink
Deployed d369c51 to v9.2.0 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Mar 27, 2024
1 parent 4da6fb9 commit 34e6410
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions v9.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,15 @@
<nav class="md-nav" aria-label="Standalone compilation">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#compilation-on-lxplus9" class="md-nav__link">
<span class="md-ellipsis">
Compilation on lxplus9
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#standalone-compilation-with-lcg" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1322,6 +1331,15 @@
<nav class="md-nav" aria-label="Standalone compilation">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#compilation-on-lxplus9" class="md-nav__link">
<span class="md-ellipsis">
Compilation on lxplus9
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#standalone-compilation-with-lcg" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1503,6 +1521,18 @@ <h4 id="standalone-compilation">Standalone compilation</h4>
make -j 4
</code></pre>
<p>You will need to source <code>env_standalone.sh</code> each time you want to use the package, or add it to your login environment.</p>
<h5 id="compilation-on-lxplus9">Compilation on lxplus9</h5>
<p>For slc9 architectures, you will need to do the compilation in an slc7 environment using apptainer. You can then source the standalone script outside of the apptainer.
On lxplus this can be done as follows:</p>
<pre><code>git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
cd HiggsAnalysis/CombinedLimit/
# git checkout &lt;some release&gt;
cmssw-el7
. env_standalone.sh
make -j 4
exit
source . env_standalone.sh
</code></pre>
<h5 id="standalone-compilation-with-lcg">Standalone compilation with LCG</h5>
<p>For compilation outside of CMSSW, for example to use ROOT versions not yet available in CMSSW, one can compile against LCG releases. The current default is to compile with LCG_102, which contains ROOT 6.26:</p>
<pre><code class="language-sh">git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
Expand Down
Binary file modified v9.2.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit 34e6410

Please sign in to comment.