Skip to content

Commit

Permalink
Deployed 0bde4e8 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Feb 22, 2024
1 parent 67a1eaa commit 979f20b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ <h2 id="references_apex-related_publications">References &amp; APEX-related Publ

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-02-07 00:12:00.173010+00:00
Build Date UTC : 2024-02-22 17:42:06.907399+00:00
-->
12 changes: 6 additions & 6 deletions install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2 id="installation_with_hpx">Installation with HPX<a class="headerlink" href="
<p>APEX is integrated into the <a href="https://hpx.stellar-group.org">HPX runtime</a>, and is integrated into the HPX build system. To enable APEX measurement with HPX, enable the following CMake flags:</p>
<pre><code>-DHPX_WITH_APEX=TRUE
</code></pre>
<p>The <code>-DHPX_WITH_APEX_TAG=develop</code> can be used to indicate a specific release version of APEX, or to use a specific GitHub branch of APEX. We recommend using the default configured version that comes with HPX (currently <code>v2.6.4</code>) or the <code>develop</code> branch. Additional CMake flags include:</p>
<p>The <code>-DHPX_WITH_APEX_TAG=develop</code> can be used to indicate a specific release version of APEX, or to use a specific GitHub branch of APEX. We recommend using the default configured version that comes with HPX (currently <code>v2.6.5</code>) or the <code>develop</code> branch. Additional CMake flags include:</p>
<ul>
<li><code>-DAPEX_WITH_LM_SENSORS=TRUE</code> to enable <a href="https://hwmon.wiki.kernel.org/lm_sensors">LM sensors</a> support (assumed to be installed in default system paths)</li>
<li><code>-DAPEX_WITH_PAPI=TRUE</code> and <code>-DPAPI_ROOT=...</code> to enable <a href="https://icl.utk.edu/papi/">PAPI</a> support</li>
Expand All @@ -133,10 +133,10 @@ <h2 id="installation_with_hpx">Installation with HPX<a class="headerlink" href="
</ul>
<h2 id="standalone_installation">Standalone Installation<a class="headerlink" href="#standalone_installation" title="Permanent link">&para;</a></h2>
<p>APEX is open source, and available on Github at <a href="http://github.com/UO-OACISS/apex">http://github.com/UO-OACISS/apex</a>.</p>
<p>For stability, most users will want to download <a href="https://github.com/UO-OACISS/apex/releases">the most recent release</a> of APEX (for example, v2.6.4):</p>
<pre><code class="language-bash">wget https://github.com/UO-OACISS/apex/archive/refs/tags/v2.6.4.tar.gz
tar -xvzf v2.6.4.tar.gz
cd apex-2.6.4
<p>For stability, most users will want to download <a href="https://github.com/UO-OACISS/apex/releases">the most recent release</a> of APEX (for example, v2.6.5):</p>
<pre><code class="language-bash">wget https://github.com/UO-OACISS/apex/archive/refs/tags/v2.6.5.tar.gz
tar -xvzf v2.6.5.tar.gz
cd apex-2.6.5
</code></pre>
<p>Other users may want to work with the most recent code available, in which case you can clone the git repo:</p>
<pre><code class="language-bash">git clone https://github.com/UO-OACISS/apex.git
Expand Down Expand Up @@ -248,7 +248,7 @@ <h3 id="configuring_and_building_apex_with_cmake">Configuring and building APEX
<p>The process for building APEX is:</p>
<p>1) Get the code (see above)</p>
<p>2) Enter the repo directory:</p>
<pre><code class="language-bash">cd apex-2.6.4
<pre><code class="language-bash">cd apex-2.6.5
</code></pre>
<p>3) configure using CMake:</p>
<pre><code class="language-bash">cmake -B build -DCMAKE_INSTALL_PREFIX=&lt;installation-path&gt; -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://UO-OACISS.github.io/apex/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/environment/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/examples/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/feature/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/hpx5/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/install/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/quickstart/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/quickstarthpx/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/refman/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/spec/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/usage/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://UO-OACISS.github.io/apex/usecases/</loc>
<lastmod>2024-02-07</lastmod>
<lastmod>2024-02-22</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 979f20b

Please sign in to comment.