Threading in petsc
Barry Smith
bsmith at mcs.anl.gov
Sat Dec 12 14:15:03 CST 2009
On Dec 12, 2009, at 2:12 PM, Eugen Wintersberger wrote:
> Hi there
> I am entirely new to petsc. I would like to know if communication
> between Jobs on a single node is done via threads or mpi.
The standard model is to have 1 MPI process per core so there is
no need for or use of threads.
There is some code in place that allows one to have one MPI
process per node and use threads within the node to compute the users
nonlinear function.
Barry
> Thanks in advance
> Eugen wintersberger
More information about the petsc-users
mailing list