[petsc-users] How can PETSc configure with MSMPI

Jed Brown jed at jedbrown.org
Sun Feb 2 18:31:17 CST 2014


Danyang Su <danyang.su at gmail.com> writes:

> Hi All,
>
> MPICH with CYGWIN can work on my box if only --with-mpi

If you --with-mpi=0, then a serial stub implementation is used (not
MPICH).

> or --with-openmp 

This option does nothing on its own (only when combined with threadcomm,
which is experimental and needs some refactoring).  So just don't use
that option.  You can use OpenMP in your code regardless of whether
PETSc is using it internally.  (Most operations in PETSc are limited by
memory bandwidth anyway, so more threads per socket doesn't offer much.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140202/9b8d3951/attachment.pgp>


More information about the petsc-users mailing list