Communicate data with `count` value close to `INT_MAX`

前端 未结 4 1282
后悔当初
后悔当初 2021-01-14 06:34

The Message Passing Interface APIs always use int as a type for count variables. For instance, the prototype for MPI_Send is:

4条回答
  •  失恋的感觉
    2021-01-14 07:33

    I haven't used it myself, but there is a wrapper that exists to help you out called BigMPI. You'll have to take a look at the Github README to find out more about how to use it, but I think it takes care of some of the nastiness of this.

提交回复
热议问题