Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4ebca12 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Dec 17, 2024
1 parent e0efda3 commit 72bfac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doxygen/install_prereqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</div><!-- fragment --><p>filling in the path to the installation of CMake (for example, on Mac OS, the default installation path is /Applications/CMake.app/Contents/bin). For convenience, we recommend adding this line to your bash profile. Your bash profile can be opened via the following terminal command </p><div class="fragment"><div class="line">$ vi ~/.profile</div>
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md44"></a>
Installing deal.II</h1>
<p>deal.II can be downloaded <a href="https://www.dealii.org/current_release/download/">here</a>, which also has installation instructions. The deal.II installation process depends on your operating system. The current PRISMS-PF version has been tested with deal.II versions 9.2.0 through 9.5.1. We recommend using the latest version of deal.II, if possible. Other versions are available <a href="https://github.com/dealii/dealii/releases">here</a>.</p>
<p>deal.II can be downloaded <a href="https://www.dealii.org/current_release/download/">here</a>, which also has installation instructions. The deal.II installation process depends on your operating system. The current PRISMS-PF version has been tested with deal.II versions 9.2.0 through 9.6.1. We recommend using the latest version of deal.II, if possible. Other versions are available <a href="https://github.com/dealii/dealii/releases">here</a>.</p>
<p>There are three general approaches to installing deal.II: using a binary package, installing from source, and using Docker. For general use on a personal computer, any of these are appropriate. When available, we recommend installing deal.II using a binary package, this should be the most straightforward approach. If a binary package isn't available, installation using Docker is also fairly straightforward. The third option is to install deal.II and its prerequisites from source, which is more difficult than the other options. When using PRISMS-PF on a HPC cluster we recommend installing from source to make full use of the optimized libraries installed on the cluster.</p>
<p>The process for installing deal.II using these three approaches on Mac OS X, Linux, and Windows is described below.</p>
<h2><a class="anchor" id="autotoc_md45"></a>
Expand All @@ -105,7 +105,7 @@ <h2><a class="anchor" id="autotoc_md45"></a>
<p>In some cases, deal.II.app will not open, possibly freezing at the ''Verifying...'' stage. If this happens, right click on it and select ''Show Package Contents''. Then go to ''/Contents/Resources/bin/'' and launch ''dealii-terminal''. This should launch the Terminal window that sets the environment variables.</p>
<h2><a class="anchor" id="autotoc_md46"></a>
Binary Package (Linux)</h2>
<p>Binary packages for deal.II are available for Gentoo, Debian (stretch or newer), Ubuntu (16.10 or newer), and Arch Linux. Please refer to <a href="https://www.dealii.org/download.html">https://www.dealii.org/download.html</a> for details.</p>
<p>Binary packages for deal.II are available for Gentoo, Debian (stretch or newer), Ubuntu (16.10 or newer), and Arch Linux. Please refer to <a href="https://www.dealii.org/current_release/download/">https://www.dealii.org/current_release/download/</a> for details.</p>
<h2><a class="anchor" id="autotoc_md47"></a>
Docker (Mac OS X, Linux, Windows)</h2>
<p>Docker is a container platform that can be used to run code identically on any OS X, Linux, or Windows machine. The <a href="https://hub.docker.com/repository/docker/prismspf/prismspf/">PRISMS-PF Docker image</a> contains a full instantiation of PRISMS-PF and all of its prerequisites. The steps to use it are given in on the <a href="#install_prismspf">Installing PRISMS-PF page</a>. Docker images for deal.II are also posted on <a href="https://hub.docker.com/r/dealii/dealii/">DockerHub</a>. These can be used directly, if so desired.</p>
Expand Down

0 comments on commit 72bfac0

Please sign in to comment.