[Dune] [#594] Make potential processor rank with which communication can occur available through grid interface

Dune dune at dune-project.org
Wed Sep 2 21:12:51 CEST 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Markus Blatt (mblatt) 

Attached to Project - Dune
Summary - Make potential processor rank with which communication can occur available through grid interface
Task Type - Feature Request
Category - Grid
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Low
Priority - Normal
Reported Version - SVN
Due in Version - Undecided
Due Date - Undecided
Details - We have the fancy communication interface available in parallel Dune grids. This is all fine and sufficient as long as it is possible to use it for communications. Unfortunately there are scenarios where this is not possible. E.g. when using third party parallel software.

while it is possible to compute all this information based on the global indices (indepedent of the grid interface), doing this usually results in e.g. communicating this information in a ring. Combined with sorting and comparing remote information with local information to setup separate communication structures usually scales very poor for big (that is >2000 processors).

The situation would improve drastically if each processor could get the maximum set of MPI ranks with which communication through the grid interface could occur. Namely instead of ring communication with O(P) complexity we could use asynchronous communication with just the potential neighbours, complexity O(noNeighbours).

I suppose this information is already there in the implementations anyway (Grid maintainers please comment). Evem if not it could be computed.

I therefore would like to have this information available through the grid interface.

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=594

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list