Answers for "collective operations MPI"

0

collective operations MPI

MPI_MAX - Maximum
MPI_MIN-Minimum 
MPI_SUM-Sum
MPI_PROD-Product
MPI_LAND-Logical AND
MPI_LOR-Logical OR
MPI_BAND-Bitwise AND
MPI_BOR-Bitwise OR
Posted by: Guest on March-25-2021

Browse Popular Code Answers by Language