Ubuntu – MPI_Bcast returns EXIT CODE: 139 on large char arrays
I would appreciate, if you could help me troubleshoot the following situation. I broadcast (on localhost) a char array in 2 consecutive steps: MPI_Bcast the size of the array MPI_Bcast the array itself This is done via dynamic process spawning.…