Open GoogleCodeExporter opened 8 years ago
Original comment by yurkin
on 10 Jun 2011 at 2:03
Another large area for possible optimization is file i/o using standard MPI
functions. This can also be used to address issue 90 and issue 31.
Original comment by yurkin
on 9 Nov 2011 at 5:31
Another interesting idea is "distributed arrays" data structures instead the
manual distribution, as is done now. The advantage may be that MPI runtime will
be aware of the exact exchanges to be performed inside a single node - they may
be substantially optimized (sometimes even completely omitted). This may also
address issue 137.
Original comment by yurkin
on 23 Nov 2011 at 4:09
Original issue reported on code.google.com by
yurkin
on 28 Nov 2008 at 6:49