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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -