Dear Lorenzo,

Dumux supports distributed memory parallelism with MPI. If an MPI 
implementation like opemmpi is installed, Dune will automatically
find it. You can run your simulation in parallel, with the respective command 
fitting your MPI implementation,
e.g.

mpirun -np 4 ./executable

Timo

> On 26. Oct 2018, at 09:11, lc <lorenzo.camp...@uniroma1.it> wrote:
> 
> Good morning,
> 
> I'd like to ask which types of parallelism (mpi/openmp/cuda/...) is 
> implemented in dumux and how is it possible to run in parallel (compilation 
> settings)?
> 
> 
> Kind regards,
> 
> Lorenzo
> 
> _______________________________________________
> Dumux mailing list
> Dumux@listserv.uni-stuttgart.de
> https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

_______________________________________________
Dumux mailing list
Dumux@listserv.uni-stuttgart.de
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to