mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
README: Updated OpenMPI version
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=3089
This commit is contained in:
78
README.html
78
README.html
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2018-08-16 Thu 16:02 -->
|
||||
<!-- 2018-10-15 Mon 10:15 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>OpenFOAM-6 Third-Party packages</title>
|
||||
@ -233,44 +233,44 @@ for the JavaScript code in this tag.
|
||||
<h2>Table of Contents</h2>
|
||||
<div id="text-table-of-contents">
|
||||
<ul>
|
||||
<li><a href="#org1ea7f5a">1. Description</a></li>
|
||||
<li><a href="#orgd465ed5">2. Download and installation instructions</a></li>
|
||||
<li><a href="#org4bc970d">3. Order of execution:</a>
|
||||
<li><a href="#orgd092d7b">1. Description</a></li>
|
||||
<li><a href="#org365ce85">2. Download and installation instructions</a></li>
|
||||
<li><a href="#org16f312b">3. Order of execution:</a>
|
||||
<ul>
|
||||
<li><a href="#org172041c">3.1. Optional</a></li>
|
||||
<li><a href="#org84dc5a2">3.1. Optional</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org5c81bf2">4. Versions and locations to download the third party packages</a>
|
||||
<li><a href="#org9b9ffce">4. Versions and locations to download the third party packages</a>
|
||||
<ul>
|
||||
<li><a href="#org0f9fe88">4.1. Gcc C++ Compiler</a></li>
|
||||
<li><a href="#orge93cff3">4.2. Parallel Processing</a>
|
||||
<li><a href="#orgcff5e4b">4.1. Gcc C++ Compiler</a></li>
|
||||
<li><a href="#org108f531">4.2. Parallel Processing</a>
|
||||
<ul>
|
||||
<li><a href="#org27e94ab">4.2.1. Scotch</a></li>
|
||||
<li><a href="#org9a251bc">4.2.2. OpenMPI</a></li>
|
||||
<li><a href="#orgeabaf7e">4.2.1. Scotch</a></li>
|
||||
<li><a href="#org4e2ec8b">4.2.2. OpenMPI</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#orgcf0b60b">4.3. ParaView</a></li>
|
||||
<li><a href="#org27753e3">4.4. CGAL</a></li>
|
||||
<li><a href="#orgaa17129">4.5. Miscellaneous</a></li>
|
||||
<li><a href="#org2f8e320">4.3. ParaView</a></li>
|
||||
<li><a href="#orgd87958a">4.4. CGAL</a></li>
|
||||
<li><a href="#org68240c2">4.5. Miscellaneous</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org1ea7f5a" class="outline-2">
|
||||
<h2 id="org1ea7f5a"><span class="section-number-2">1</span> Description</h2>
|
||||
<div id="outline-container-orgd092d7b" class="outline-2">
|
||||
<h2 id="orgd092d7b"><span class="section-number-2">1</span> Description</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<p>
|
||||
Scripts for building third-party packages.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgd465ed5" class="outline-2">
|
||||
<h2 id="orgd465ed5"><span class="section-number-2">2</span> <a href="https://openfoam.org/download/source/third-party-software/">Download and installation instructions</a></h2>
|
||||
<div id="outline-container-org365ce85" class="outline-2">
|
||||
<h2 id="org365ce85"><span class="section-number-2">2</span> <a href="https://openfoam.org/download/source/third-party-software/">Download and installation instructions</a></h2>
|
||||
</div>
|
||||
<div id="outline-container-org4bc970d" class="outline-2">
|
||||
<h2 id="org4bc970d"><span class="section-number-2">3</span> Order of execution:</h2>
|
||||
<div id="outline-container-org16f312b" class="outline-2">
|
||||
<h2 id="org16f312b"><span class="section-number-2">3</span> Order of execution:</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
<ul class="org-ul">
|
||||
<li>makeGcc (recommended if the system gcc is < 4.8)</li>
|
||||
@ -279,8 +279,8 @@ Scripts for building third-party packages.
|
||||
<li>makeParaView</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="outline-container-org172041c" class="outline-3">
|
||||
<h3 id="org172041c"><span class="section-number-3">3.1</span> Optional</h3>
|
||||
<div id="outline-container-org84dc5a2" class="outline-3">
|
||||
<h3 id="org84dc5a2"><span class="section-number-3">3.1</span> Optional</h3>
|
||||
<div class="outline-text-3" id="text-3-1">
|
||||
<ul class="org-ul">
|
||||
<li>AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)</li>
|
||||
@ -289,12 +289,12 @@ Scripts for building third-party packages.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org5c81bf2" class="outline-2">
|
||||
<h2 id="org5c81bf2"><span class="section-number-2">4</span> Versions and locations to download the third party packages</h2>
|
||||
<div id="outline-container-org9b9ffce" class="outline-2">
|
||||
<h2 id="org9b9ffce"><span class="section-number-2">4</span> Versions and locations to download the third party packages</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
</div>
|
||||
<div id="outline-container-org0f9fe88" class="outline-3">
|
||||
<h3 id="org0f9fe88"><span class="section-number-3">4.1</span> Gcc C++ Compiler</h3>
|
||||
<div id="outline-container-orgcff5e4b" class="outline-3">
|
||||
<h3 id="orgcff5e4b"><span class="section-number-3">4.1</span> Gcc C++ Compiler</h3>
|
||||
<div class="outline-text-3" id="text-4-1">
|
||||
<p>
|
||||
The minimum version of gcc required is 4.8.0
|
||||
@ -310,12 +310,12 @@ The minimum version of gcc required is 4.8.0
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orge93cff3" class="outline-3">
|
||||
<h3 id="orge93cff3"><span class="section-number-3">4.2</span> Parallel Processing</h3>
|
||||
<div id="outline-container-org108f531" class="outline-3">
|
||||
<h3 id="org108f531"><span class="section-number-3">4.2</span> Parallel Processing</h3>
|
||||
<div class="outline-text-3" id="text-4-2">
|
||||
</div>
|
||||
<div id="outline-container-org27e94ab" class="outline-4">
|
||||
<h4 id="org27e94ab"><span class="section-number-4">4.2.1</span> Scotch</h4>
|
||||
<div id="outline-container-orgeabaf7e" class="outline-4">
|
||||
<h4 id="orgeabaf7e"><span class="section-number-4">4.2.1</span> Scotch</h4>
|
||||
<div class="outline-text-4" id="text-4-2-1">
|
||||
<p>
|
||||
Scotch-6.0.3 is provided with ThirdParty-6 or the original source pack
|
||||
@ -326,17 +326,17 @@ may be obtained from:
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org9a251bc" class="outline-4">
|
||||
<h4 id="org9a251bc"><span class="section-number-4">4.2.2</span> OpenMPI</h4>
|
||||
<div id="outline-container-org4e2ec8b" class="outline-4">
|
||||
<h4 id="org4e2ec8b"><span class="section-number-4">4.2.2</span> OpenMPI</h4>
|
||||
<div class="outline-text-4" id="text-4-2-2">
|
||||
<ul class="org-ul">
|
||||
<li>OpenMPI: <a href="https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.3.tar.bz2">https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.3.tar.bz2</a></li>
|
||||
<li>OpenMPI: <a href="https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.1.tar.bz2">https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.1.tar.bz2</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgcf0b60b" class="outline-3">
|
||||
<h3 id="orgcf0b60b"><span class="section-number-3">4.3</span> ParaView</h3>
|
||||
<div id="outline-container-org2f8e320" class="outline-3">
|
||||
<h3 id="org2f8e320"><span class="section-number-3">4.3</span> ParaView</h3>
|
||||
<div class="outline-text-3" id="text-4-3">
|
||||
<p>
|
||||
If the system cmake version is < 3.3.0 you will need to download and build a
|
||||
@ -363,8 +363,8 @@ the .bashrc (or .cshrc) file or by typing
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-org27753e3" class="outline-3">
|
||||
<h3 id="org27753e3"><span class="section-number-3">4.4</span> CGAL</h3>
|
||||
<div id="outline-container-orgd87958a" class="outline-3">
|
||||
<h3 id="orgd87958a"><span class="section-number-3">4.4</span> CGAL</h3>
|
||||
<div class="outline-text-3" id="text-4-4">
|
||||
<ul class="org-ul">
|
||||
<li>CGAL <a href="https://github.com/CGAL/cgal/releases/download/releases/CGAL-4.10/CGAL-4.10.tar.xz">https://github.com/CGAL/cgal/releases/download/releases/CGAL-4.10/CGAL-4.10.tar.xz</a></li>
|
||||
@ -372,8 +372,8 @@ the .bashrc (or .cshrc) file or by typing
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-orgaa17129" class="outline-3">
|
||||
<h3 id="orgaa17129"><span class="section-number-3">4.5</span> Miscellaneous</h3>
|
||||
<div id="outline-container-org68240c2" class="outline-3">
|
||||
<h3 id="org68240c2"><span class="section-number-3">4.5</span> Miscellaneous</h3>
|
||||
<div class="outline-text-3" id="text-4-5">
|
||||
<ul class="org-ul">
|
||||
<li>libccmio <a href="https://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz">https://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz</a></li>
|
||||
@ -384,7 +384,7 @@ the .bashrc (or .cshrc) file or by typing
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Date: 10th July 2018</p>
|
||||
<p class="date">Created: 2018-08-16 Thu 16:02</p>
|
||||
<p class="date">Created: 2018-10-15 Mon 10:15</p>
|
||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
may be obtained from:
|
||||
+ Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/file/34099/scotch_6.0.3.tar.gz
|
||||
***** OpenMPI
|
||||
+ OpenMPI: https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.3.tar.bz2
|
||||
+ OpenMPI: https://www.open-mpi.org/software/ompi/v2.1/downloads/openmpi-2.1.1.tar.bz2
|
||||
*** ParaView
|
||||
If the system cmake version is < 3.3.0 you will need to download and build a
|
||||
recent version:
|
||||
|
||||
Reference in New Issue
Block a user