pmodels / oshmpi

OpenSHMEM Implementation on MPI
https://pmodels.github.io/oshmpi-www/
Other
25 stars 14 forks source link

reduce: wrong argument type for `nreduce` #138

Closed dalcinl closed 1 year ago

dalcinl commented 1 year ago

In shmem_TYPE_OP_reduce() routines, the last nreduce arg must be size_t, not int as it is now.

dalcinl commented 1 year ago

@yfguo Would you be willing to take this one?