[Trilinos-Users] [EXTERNAL] Zoltan2 RCB Bounding box algorithm not implemented

Abhishek Kumar abhishek.iitd16 at gmail.com
Thu Jul 9 13:01:22 EDT 2015


Karen,

Thanks for the response but I have some more doubts about Zoltan2
implementation.

How do we migrate data in Zoltan2? I couldn't find any function for that.
In Zoltan we could attach callbacks to Zoltan handle which would pack data,
migrate points and unpack data followed by migration of corresponding
cells, bounding boxes etc.

Have the callbacks are completely removed from Zoltan2 or they have not
been implemented yet? And how do we perform the migration step in Zoltan2
or we'll have to do it manually? Please share any examples you might have
of Zoltan2 for the same.


On Wed, Jul 8, 2015 at 8:47 PM, Devine, Karen D <kddevin at sandia.gov> wrote:

>  I suggest you use the multijagged partitioner in Zoltan2.  Like RCB, it
> is a geometric method, so you would need to change only one parameter to
> use it (algorithm == multijagged).  The bounding boxes are implemented for
> multijagged.
>
>
>   From: Trilinos-Users <trilinos-users-bounces at trilinos.org> on behalf of
> Abhishek Kumar <abhishek.iitd16 at gmail.com>
> Date: Tuesday, July 7, 2015 at 11:42 PM
> To: "trilinos-users at trilinos.org" <trilinos-users at trilinos.org>
> Subject: [EXTERNAL] [Trilinos-Users] Zoltan2 RCB Bounding box algorithm
> not implemented
>
>   Hello all,
>
>  I am working on an application <http://github.com/biddisco/pv-zoltan>which
> partitions the data using Zoltan using RCB algorithm and obtains bounding
> boxes for each partition. Currently I am trying to replace Zoltan calls by
> Zoltan2 for my gsoc project. But turns out Zoltan2 is still not fully
> implemented in Zoltan2.
>
>  Zoltan2 has a function getPartBoxesView(). But it has not been
> implemented for RCB algorithm yet. So it throws runtime error saying "getPartBoxesView
> is not implemented in selected algorithm".
>
>  Can you please guide me how can I solve this problem? Or redirect me to
> related references/code fragments which might help me implementing this
> function?
>
>  --
>    Regards
>
>  Abhishek Kumar
> abhishekkumar.me
> Senior Undergraduate, IIT Delhi CSE
>
>


-- 
Regards

Abhishek Kumar
abhishekkumar.me
Senior Undergraduate, IIT Delhi CSE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20150709/a39709d4/attachment-0001.html>


More information about the Trilinos-Users mailing list