It seems that the broadcast feature has a memory limitation problem that prevents broadcasting data that occupy more than 2Gb (or something like that).
The error results in an Overflow of integers.
This is an MPI limitation that should be addressed by dividing the array into chunks of data.
It seems that the broadcast feature has a memory limitation problem that prevents broadcasting data that occupy more than 2Gb (or something like that).
The error results in an Overflow of integers.
This is an MPI limitation that should be addressed by dividing the array into chunks of data.