emfomy / isvd

Integrated Singular Value Decomposition (iSVD)
MIT License
2 stars 1 forks source link

Add assertion of the size of transferred data in MPI. #32

Open emfomy opened 7 years ago

emfomy commented 7 years ago

MPI does not support 64bit integer (#10). Add assertion of the size to prevent overflow.

Possible implementation: add an MPI library with wrapped MPI routines. Add assertion of size and error codes of MPI in the wrappers.