jeffhammond / vapaa

A standalone implementation of the MPI Fortran 2018 module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement doubly non-contiguous reductions

jeffhammond opened this issue · comments

I think I can do this by calling MPI_Reduce_local one element at a time. The performance will be trash but nobody should use this anyways.

The blocking case is feasible. The nonblocking case requires crazy stuff, maybe generalized requests.