I'm searching for a BigInteger
library that is compatible with the usual suspects of the Message Passing Interface
standard, such as MPI::COMM_WORLD.Send
and MPI::COMM_WORLD.Recv
.
Unfortunately MPI also stands for multi precision integer, so most search results actually do not match. Several attempts to search this with google using similar queries did not reveal any implementation, but surely someone already did that. So basically the question is: does anyone know an implementation of mpi compatible with MPI?