Skip to content

Commit

Permalink
Deploying to gh-pages from @ 086692a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
computablee committed Dec 18, 2023
1 parent 0c5f958 commit 53441a4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,17 @@
<div class="title"><a class="el" href="namespaceDotMP.html">DotMP</a> </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="md_ProcessedREADME"></a> <img src="https://img.shields.io/nuget/v/DotMP.svg?style=flat-square" alt="Nuget" style="pointer-events: none;" class="inline"/> <img src="https://github.com/computablee/DotMP/actions/workflows/compile.yml/badge.svg" alt="Build" style="pointer-events: none;" class="inline"/> <img src="https://github.com/computablee/DotMP/actions/workflows/integration.yml/badge.svg" alt="Tests" style="pointer-events: none;" class="inline"/> <a href="https://github.com/marketplace/actions/super-linter"><img src="https://github.com/computablee/DotMP/actions/workflows/lint.yml/badge.svg" alt="Quality" style="pointer-events: none;" class="inline"/></a> <a href="https://codecov.io/gh/computablee/DotMP"><img src="https://codecov.io/gh/computablee/DotMP/graph/badge.svg?token=MHAKXKRV1K" alt="Codecov" style="pointer-events: none;" class="inline"/></a> <a href="#contributors"><img src="https://img.shields.io/github/all-contributors/computablee/DotMP?color=ee8449&amp;style=flat-square" alt="All Contributors" class="inline"/></a></p>
<div class="textblock"><p><a class="anchor" id="md_ProcessedREADME"></a> <a href="https://www.nuget.org/packages/DotMP"><img src="https://img.shields.io/nuget/v/DotMP.svg?style=flat-square" alt="Nuget" style="pointer-events: none;" class="inline"/></a> <img src="https://github.com/computablee/DotMP/actions/workflows/compile.yml/badge.svg" alt="Build" style="pointer-events: none;" class="inline"/> <img src="https://github.com/computablee/DotMP/actions/workflows/integration.yml/badge.svg" alt="Tests" style="pointer-events: none;" class="inline"/> <a href="https://github.com/marketplace/actions/super-linter"><img src="https://github.com/computablee/DotMP/actions/workflows/lint.yml/badge.svg" alt="Quality" style="pointer-events: none;" class="inline"/></a> <a href="https://codecov.io/gh/computablee/DotMP"><img src="https://codecov.io/gh/computablee/DotMP/graph/badge.svg?token=MHAKXKRV1K" alt="Codecov" style="pointer-events: none;" class="inline"/></a> <a href="#contributors"><img src="https://img.shields.io/github/all-contributors/computablee/DotMP?color=ee8449&amp;style=flat-square" alt="All Contributors" class="inline"/></a></p>
<p><img src="https://raw.githubusercontent.com/computablee/DotMP/main/dotmp_logo.png" alt="DotMP logo" class="inline"/></p>
<p>A library for writing OpenMP-style parallel code in .NET. Inspired by the fork-join paradigm of OpenMP, and attempts to replicate the OpenMP programming style as faithfully as possible, though breaking spec at times.</p>
<p>Prior users of OpenMP should find <a class="el" href="namespaceDotMP.html">DotMP</a> to be fairly intuitive, though there are some important differences.</p>
<p><a href="https://github.com/computablee/DotMP/tree/main">Link to repository</a></p>
<p><a href="https://computablee.github.io/DotMP/">Link to documentation</a></p>
<p><a href="https://github.com/computablee/DotMP/wiki">Link to wiki</a> </p>
<p>The repository and all source code <a href="https://github.com/computablee/DotMP/tree/main">can be found here</a>. For extensive documentation (including documentation of internal and private methods), an up-to-date copy of the Doxygen docs is hosted <a href="https://computablee.github.io/DotMP/">here</a>. For a comprehensive tutorial on <a class="el" href="namespaceDotMP.html">DotMP</a>, <a href="https://github.com/computablee/DotMP/wiki">check out the wiki</a>.</p>
<h1><a class="anchor" id="autotoc_md1"></a>
Installing DotMP</h1>
<p>Check out <a href="https://www.nuget.org/packages/DotMP">DotMP on NuGet</a>.</p>
<p><a class="el" href="namespaceDotMP.html">DotMP</a> can be installed from the NuGet command line interface via the following command: </p><div class="fragment"><div class="line">dotnet add package DotMP --version 1.6.1</div>
</div><!-- fragment --><p> You can also using the following PackageReference: </p><div class="fragment"><div class="line">&lt;<span class="keywordtype">PackageReference</span> <span class="keyword">Include</span>=<span class="stringliteral">&quot;DotMP&quot;</span> <span class="keyword">Version</span>=<span class="stringliteral">&quot;1.6.1&quot;</span> /&gt;</div>
</div><!-- fragment --><p> Check the <a href="https://github.com/computablee/DotMP/wiki#building-dotmp-from-source">wiki</a> for instructions on building <a class="el" href="namespaceDotMP.html">DotMP</a> from source. </p>
</div></div><!-- PageDoc -->
</div><!-- contents -->
<!-- start footer part -->
Expand Down

0 comments on commit 53441a4

Please sign in to comment.