[petsc-users] PETSC without MPI but a direct solver

Satish Balay balay at mcs.anl.gov
Mon May 14 07:48:24 CDT 2018


You can use mumps:

./configure --with-mpi=0 --download-mumps=1 --with-mumps-serial=1

Satish

On Mon, 14 May 2018, Andreas Hauffe wrote:

> Hi,
> 
> we are using PETSC and as a direct solver MUMPS for some finite element tool.
> Right now there is a need for a sequantial code without mpi. In the
> documentation we read ("Installing without MPI") that it is possible to do so.
> But not in the case of MUMPS as direct solver. Is there any direct solver,
> where we can compile a sequential library without mpi?
> 
> 



More information about the petsc-users mailing list