[petsc-users] petsc and goto blas

Jed Brown jedbrown at mcs.anl.gov
Wed Aug 31 00:58:58 CDT 2011


On Wed, Aug 31, 2011 at 00:29, David Fuentes <fuentesdt at gmail.com> wrote:

> when using the "--download-mpi=yes"  option on a small cluster,
> are the configure scripts able to detect an infiniband switch and
> configure/install mpich to communicate over it accordingly ?
>

MPICH2 does not use InfiniBand, you would use MVAPICH for that. Open MPI
should use IB if it is available, but it may not be tuned by default (the
system install might not have special tuning either).

Run the programs you care about with -log_summary. If a lot of time is spent
in communication, it indicates that the computation you are doing is
network-limited and it would likely be worth your time to make the system
MPI work for you, otherwise the generic one may be fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20110831/79ff8046/attachment.htm>


More information about the petsc-users mailing list