Even though the project already has a number of collective operations implemented, arguably the most used ones, there are some defined by the MPI specification that are still missing such as MPI_Alltoall, MPI_Reduce_scatter and MPI_Scan.
Also, the asynchronous versions of all these collective operations are missing as well, as described in #1.
Even though the project already has a number of collective operations implemented, arguably the most used ones, there are some defined by the MPI specification that are still missing such as
MPI_Alltoall,MPI_Reduce_scatterandMPI_Scan.Also, the asynchronous versions of all these collective operations are missing as well, as described in #1.