View Issue Details

IDProjectCategoryView StatusLast Update
0003089ThirdPartyPatchpublic2018-10-15 10:17
Reporterwyldckat Assigned Tohenry  
PrioritynormalSeveritytextReproducibilityN/A
Status resolvedResolutionfixed 
Summary0003089: Open-MPI version mentioned in the README.org wasn't updated
DescriptionGiven the report #3071 and the associated changes, the README.org file in ThirdParty-* wasn't updated among those changes.

Attached are the files for replacing the README.org files in repositories ThirdParty-6 and ThirdParty-dev, with the updated versions+links to Open-MPI 2.1.1, as defined in the file 'etc/config.sh/mpi'.
TagsNo tags attached.

Relationships

related to 0003071 resolvedhenry OpenFOAM Segfault bug in OpenMPI, 2.1.3-2.1.5, 3.1-3.1.2 

Activities

wyldckat

2018-10-14 12:58

updater  

README.org-6 (2,683 bytes)   
#                            -*- mode: org; -*-
#
#+TITLE:              OpenFOAM-6 Third-Party packages
#+AUTHOR:                  The OpenFOAM Foundation
#+DATE:                       10th July 2018
#+LINK:                     http://www.openfoam.org
#+OPTIONS: author:nil ^:{}
# Copyright (c) 2014-2018 OpenFOAM Foundation.

* Description
  Scripts for building third-party packages.
* [[https://openfoam.org/download/source/third-party-software/][Download and installation instructions]]
* Order of execution:
  + makeGcc   (recommended if the system gcc is < 4.8)
  + Allwmake  (Builds OpenMPI, Scotch etc.)
  + makeCmake (if the system cmake version is < 3.3.0)
  + makeParaView
*** Optional
    + AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
    + Allclean (Only required to save disk space)
* Versions and locations to download the third party packages
*** Gcc C++ Compiler
    The minimum version of gcc required is 4.8.0
    + gcc   https://gcc.gnu.org/releases.html
    + gmp   https://gmplib.org/
            https://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
    + mpfr  https://www.mpfr.org/
            https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2
    + mpc   http://www.multiprecision.org/
            https://ftp.gnu.org/gnu/mpc/mpc-1.0.1.tar.gz
*** Parallel Processing
***** Scotch
      Scotch-6.0.3 is provided with ThirdParty-6 or the original source pack
      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.1.tar.bz2
*** ParaView
    If the system cmake version is < 3.3.0 you will need to download and build a
    recent version:
    + cmake          https://www.cmake.org/files/v3.9/cmake-3.9.0.tar.gz
    + ParaView-5.4.0 http://www.paraview.org/files/v5.4/ParaView-v5.4.0.tar.gz
    is downloaded automatically and compiles without modification.  ParaView is
    compiled by running the =makeParaView= script, i.e.
    + ./makeParaView
    Expect ParaView to take a long time to compile, typically several hours on a
    desktop computer.  Following compilation, update the environment by sourcing
    the .bashrc (or .cshrc) file or by typing
    + wmRefresh
*** CGAL
    + CGAL        https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.10/CGAL-4.10.tar.xz
    + boost       https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
*** Miscellaneous
    + libccmio    https://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz

# --------------------------------------------------------------------------
README.org-6 (2,683 bytes)   
README.org-dev (2,861 bytes)   
#                            -*- mode: org; -*-
#
#+TITLE:              OpenFOAM-dev Third-Party packages
#+AUTHOR:                  The OpenFOAM Foundation
#+DATE:                       2nd October 2018
#+LINK:                     http://www.openfoam.org
#+OPTIONS: author:nil ^:{}
# Copyright (c) 2014-2018 OpenFOAM Foundation.

* Description
  Scripts for building third-party packages.
* [[https://openfoam.org/download/source/third-party-software/][Download and installation instructions]]
* Order of execution:
  + makeGcc   (recommended if the system gcc is < 4.8)
  + Allwmake  (Builds OpenMPI, Scotch etc.)
  + makeCmake (if the system cmake version is < 3.3.0)
  + makeParaView
*** Optional
    + AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
    + Allclean (Only required to save disk space)
* Versions and locations to download the third party packages
*** Gcc C++ Compiler
    The minimum version of gcc required is 4.8.0
    + gcc   https://gcc.gnu.org/releases.html
    + gmp   https://gmplib.org/
            https://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
    + mpfr  https://www.mpfr.org/
            https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2
    + mpc   http://www.multiprecision.org/
            https://ftp.gnu.org/gnu/mpc/mpc-1.0.1.tar.gz
*** Parallel Processing
***** Scotch
      Scotch-6.0.6 is provided with ThirdParty-dev or the original source pack
      may be obtained from:
      + Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/file/37622/scotch_6.0.6.tar.gz
***** OpenMPI
      + 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:
    + cmake          https://www.cmake.org/files/v3.9/cmake-3.9.0.tar.gz
    Patched versions of the ParaView source code were once provided for ParaView
    v5.0.1.  With the current supported version of ParaView (v.5.4.0), the
    source code
    + ParaView-5.4.0 http://www.paraview.org/files/v5.4/ParaView-v5.4.0.tar.gz
    is downloaded automatically and compiles without modification.  ParaView is
    compiled by running the =makeParaView= script, i.e.
    + ./makeParaView
    Expect ParaView to take a long time to compile, typically several hours on a
    desktop computer.  Following compilation, update the environment by sourcing
    the .bashrc (or .cshrc) file or by typing
    + wmRefresh
*** CGAL
    + CGAL        https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.10/CGAL-4.10.tar.xz
    + boost       https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
*** Miscellaneous
    + libccmio    https://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz

# --------------------------------------------------------------------------
README.org-dev (2,861 bytes)   

henry

2018-10-15 10:17

manager   ~0010103

Thanks Bruno

Resolved in ThirdParty-6 by commit a395624f663f461e43855d9a4318293df106ff52
Resolved in ThirdParty-dev by commit 835151c7f78ff1986bf8d6870b228abe9bf15b5b

Issue History

Date Modified Username Field Change
2018-10-14 12:58 wyldckat New Issue
2018-10-14 12:58 wyldckat Status new => assigned
2018-10-14 12:58 wyldckat Assigned To => henry
2018-10-14 12:58 wyldckat File Added: README.org-6
2018-10-14 12:58 wyldckat File Added: README.org-dev
2018-10-14 12:59 wyldckat Relationship added related to 0003071
2018-10-14 12:59 wyldckat Description Updated
2018-10-15 10:17 henry Status assigned => resolved
2018-10-15 10:17 henry Resolution open => fixed
2018-10-15 10:17 henry Fixed in Version => 6
2018-10-15 10:17 henry Note Added: 0010103