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

Devine, Karen D kddevin at sandia.gov
Wed Jul 8 11:17:39 EDT 2015


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<mailto:trilinos-users-bounces at trilinos.org>> on behalf of Abhishek Kumar <abhishek.iitd16 at gmail.com<mailto:abhishek.iitd16 at gmail.com>>
Date: Tuesday, July 7, 2015 at 11:42 PM
To: "trilinos-users at trilinos.org<mailto:trilinos-users at trilinos.org>" <trilinos-users at trilinos.org<mailto: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<http://abhishekkumar.me>
Senior Undergraduate, IIT Delhi CSE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20150708/54378565/attachment.html>


More information about the Trilinos-Users mailing list