Re: [OMPI users] Java-OpenMPI returns with SIGSEGV

2016-07-05 Thread Jason Maldonis
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

[OMPI users] Java-OpenMPI returns with SIGSEGV

2016-07-05 Thread Gundram Leifert
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