c - Largest Number Datatype MPI -
what largest c number datatype mpi supports? there way use intmax_t?
i want calculate factorial, can't on 170!.
the largest primitive integer data type mpi_uint64_t 2^64 - 1
for larger integers have use library such gmp supports arbitary precision arithmatic. have set mpi derived data type use them mpi though.
Comments
Post a Comment