MSYS2 packages:
pacman -S autoconf automake-wrapper bison bsdcpio make git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freeglut patch python \
flex pkg-config pkgfile tar unzip mingw-w64-x86_64-cmake mingw-w64-x86_64-msmpi mingw-w64-x86_64-gsl \
mingw-w64-x86_64-hdf5 mingw-w64-x86_64-openblas
pacman -R mingw-w64-x86_64-python mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb-multiarch
sudo apt install gcc g++ gfortran m4 patch git liblapack-dev flex bison
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libopenmpi-dev libhdf5-dev libgsl-dev flex bison
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison wget cmake autoconf automake autotools-dev
OpenMPI compilation4.0.2 MPICH compilation3.3.2
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison wget cmake autoconf automake autotools-dev
local Petsc 3.12.4 installed on /Users/Shared (mpich and openmpi version)
OpenMPI compilation4.0.2 MPICH compilation3.3.2
sudo apt install gcc g++ gfortran m4 patch git liblapack-dev flex bison
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libopenmpi-dev libhdf5-dev libgsl-dev flex bison
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison wget cmake autoconf automake autotools-dev
OpenMPI compilation4.0.2 MPICH compilation3.3.2
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison wget cmake autoconf automake autotools-dev
local Petsc 3.12.4 installed on /Users/Shared (mpich and openmpi version)
OpenMPI compilation4.0.3 MPICH compilation3.3.2
sudo apt install gcc g++ gfortran m4 patch git liblapack-dev flex bison
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libopenmpi-dev libhdf5-dev libgsl-dev flex bison
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison wget cmake autoconf automake autotools-dev
OpenMPI compilation4.0.2 MPICH compilation3.3.2
sudo apt install gcc g++ gfortran m4 patch git libblas-dev liblapack-dev libsuitesparse-dev libhdf5-dev libgsl-dev flex bison wget cmake autoconf automake autotools-dev
local Petsc 3.12.4 installed on /builds/Shared/ (mpich and openmpi version)
OpenMPI compilation4.0.2 MPICH compilation3.3.2
brew install [email protected] m4 git flex bison
brew install [email protected] m4 git flex bison suitesparse-4.5.4 hdf5
brew install [email protected] m4 git flex bison suitesparse-4.5.4 hdf5 cmake wget autoconf automake
OpenMPI compilation 2.1.6 MPICH compilation3.3.2
brew install [email protected] m4 git flex bison suitesparse-4.5.4 hdf5 cmake wget autoconf automake
local Petsc 3.12.4 installed on /Users/Shared (mpich and openmpi version)
OpenMPI compilation 2.1.6 MPICH compilation3.3.2
brew install gcc m4 git flex bison
brew install gcc m4 git flex bison suitesparse hdf5
brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake
OpenMPI compilation 4.0.1 MPICH compilation3.3.2
brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake
local Petsc 3.12.4 installed on /Users/Shared (mpich and openmpi version)
OpenMPI compilation4.0.1 MPICH compilation3.3.2
brew install gcc m4 git flex bison
brew install gcc m4 git flex bison suitesparse hdf5
brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake
OpenMPI compilation 4.0.3 MPICH compilation3.3.2
brew install gcc m4 git flex bison suitesparse hdf5 cmake wget autoconf automake
local Petsc 3.12.4 installed on /Users/Shared (mpich and openmpi version)
OpenMPI compilation4.0.3 MPICH compilation3.3.2
pacman -S autoconf automake-wrapper bash bash-completion \
bison bsdcpio bsdtar bzip2 coreutils curl dash file filesystem \
findutils flex gawk gcc gcc-fortran gcc-libs grep gzip inetutils info less lndir \
make man-db git mingw-w64-x86_64-freeglut mingw-w64-x86_64-toolchain mingw-w64-x86_64-gsl mingw-w64-x86_64-hdf5 \
mingw-w64-x86_64-openblas mintty msys2-keyring \
msys2-runtime ncurses pacman pacman-mirrors pactoys-git patch pax-git python \
perl pkg-config pkgfile rebase sed tar tftp-hpa time tzcode unzip util-linux which \
mingw-w64-x86_64-libmicroutils mingw-w64-x86_64-cmake
pacman -R mingw-w64-x86_64-gcc-ada mingw-w64-x86_64-gcc-objc mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb-multiarch mingw-w64-x86_64-python
#MacOS 10.10.5
curl -L https://download.open-mpi.org/release/open-mpi/v2.1/openmpi-2.1.6.tar.gz--output openmpi-2.1.6.tar.gz
tar xf openmpi-2.1.6.tar.gz
cd openmpi-2.1.6/
./configure CC=clang CXX=clang++ --prefix=/usr/local VM2
./configure CC=gcc CXX=g++ --prefix=/usr/local (gcc g++ version5.1) VM2-2
#MacOS 10.13.5
curl -L https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.1.tar.gz --output openmpi-4.0.1.tar.gz
tar xf openmpi-4.0.1.tar.gz
cd openmpi-4.0.1/
./configure CC=clang CXX=clang++ FC=gfortran-9 F77=gfortran-9 --prefix=/usr/local VM2
./configure CC=gcc-9 CXX=g++-9 FC=gfortran-9 F77=gfortran-9 --prefix=/usr/local VM2-2
make -j4 all
make check
sudo make install
#Ubuntu 16.04 - Ubuntu 18.04
openmpi 4.0.2 installed
# Ubuntu 19.10
openmpi 4.0.3 installed
curl -L http://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz --output mpich-3.3.2.tar.gz
tar xf mpich-3.3.2.tar.gz
cd mpich-3.3.2/
#MacOS 10.10.5
./configure CC=clang CXX=clang++ --prefix=/usr/local/mpich3 VM2
./configure CC=gcc CXX=g++ --prefix=/usr/local/mpich3 (gcc g++ version5.1) VM2-2
#MacOS 10.13.5
./configure CC=clang CXX=clang++ FC=gfortran-9 F77=gfortran-9 --prefix=/usr/local/mpich3 VM2 (update v3.3.2)
./configure CC=gcc-9 CXX=g++-9 FC=gfortran-9 F77=gfortran-9 --prefix=/usr/local/mpich3 VM2-2
make -j4 all
make check
sudo make install
#Ubuntu 16.04 - Ubuntu 18.04 - Ubuntu 19.10
wget http://www.mpich.org/static/downloads/3.3.1/mpich-3.3.1.tar.gz
tar xf mpich-3.3.1.tar.gz
cd mpich-3.3.1/
./configure --prefix=/usr/local/mpich3
make -j4
make -j4 install
Jenkins projects are here and here
without mpi (for macOS, compiled with gcc) runs on VM0
without-mpi (for macOS, compiled with clang) runs on VM1
with 3dparty, without-mpi (for macOS, compiled with clang) runs on VM2
with 3dparty, compilation in release mode (for macOS, compiled with gcc), uses a PETSc installed (curent version 3.12.4) runs on VM2-2
with 3dparty, compilation in release mode (for macOS, compiled with gcc), uses a PETSc installed (curent version 3.12.42) runs on VM2-2
with mpi with 3dparty,, compilation in debug mode (for macOS, compiled with clang) download and install PETSc at each build runs on VM2
with mpi with 3dparty,, compilation in debug mode (for macOS, compiled with clang) download and install PETSc at each build runs on VM2