After reading your thread looks like it may be related to an issue I had a
few weeks ago (I'm a novice though). Maybe my thread will be of help:
https://www.open-mpi.org/community/lists/users/2016/06/29425.php
When you say "After a specific number of repetitions the process either
hangs up or retu
Hello,
I try to send many byte-arrays via broadcast. After a specific number of
repetitions the process either hangs up or returns with a SIGSEGV. Does
any one can help me solving the problem:
## The code:
import java.util.Random;
import mpi.*;
public class TestSendBigFiles {
p