Skip to content

Commit

Permalink
Fix Issue #56 (#59)
Browse files Browse the repository at this point in the history
Fix Issue #56 

---------

Signed-off-by: Umberto Zerbinati <[email protected]>
Co-authored-by: Umberto Zerbinati <[email protected]>
  • Loading branch information
UZerbinati and Umberto Zerbinati authored Nov 6, 2024
1 parent ee82dff commit f880395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First we install all the needed packages using apt and pip or an equivalent pack
::
apt-get update
apt-get -y install git build-essential cmake python3 python3-distutils python3-tk libpython3-dev libxmu-dev tk-dev tcl-dev g++ libglu1-mesa-dev liblapacke-dev libblas-dev liblapack-dev
pip install numpy cython pytest pytest-mpi
pip install numpy cython pytest pytest-mpi netgen-occt

We now install PETSc from scratch in a suitable folder, with OpenMPI, HYPRE, Metis, MUMPS, SuprLU, Scalapack and eigen.
::
Expand Down Expand Up @@ -66,7 +66,7 @@ Now we build NGSolve from source.
mkdir $BASEDIR/ngsolve-build
mkdir $BASEDIR/ngsolve-install
cd $BASEDIR/ngsolve-build
cmake -DCMAKE_INSTALL_PREFIX=${BASEDIR}/ngsolve-install ${BASEDIR}/ngsolve-src -DUSE_MPI=ON
cmake -DCMAKE_INSTALL_PREFIX=${BASEDIR}/ngsolve-install ${BASEDIR}/ngsolve-src -DUSE_MPI=ON -DUSE_OCC=ON
make
make install

Expand Down

0 comments on commit f880395

Please sign in to comment.