[Trilinos-Users] Problem compiling Trilinos against recent PETSc

Jed Brown jed at 59A2.org
Wed Aug 27 09:30:02 MDT 2014


Jens Timmerman <jens.timmerman at ugent.be> writes:

> Dear lists subscribers,
>
> I ran into trouble compiling trilinos against a recent PETSc version (>=
> 3.3)
> since they changed:
>
>   * VecCreateSeqWithArray() and VecCreateMPIWithArray() now take a
>     blocksize argument before the local length

Use bs=1 if you aren't using block size in your existing code.  If you
know a block size (like elasticity), then it is preferable to set it so
that the information can be used by solvers such as GAMG and Hypre (via
HYPRE_BoomerAMGSetNumFunctions).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://software.sandia.gov/pipermail/trilinos-users/attachments/20140827/cf419ca8/attachment.sig>


More information about the Trilinos-Users mailing list