Re: [OMPI users] Problem running on multiple nodes with Java bindings

2013-11-10 Thread Ralph Castain
Add --enable-debug to your configure and run it with the following additional options --leave-session-attached -mca plm_base_verbose 5 Let's see where it fails during the launch phase. Offhand, the only thing that message means to me is that the ssh keys are botched on at least one node. Keep

[OMPI users] Problem running on multiple nodes with Java bindings

2013-11-10 Thread Christoffer Hamberg
Hi, I'm having some strange problems running Open MPI(1.9a1r29559) with Java bindings on a Calxeda highbank ARM Server running Ubuntu 12.10 (GNU/Linux 3.5.0-43-highbank armv7l). The problem arises when I try to run a job on more than 3 nodes (I have a total of 8). Note: It's the same error for an

Re: [OMPI users] Reducing Varying Length Arrays

2013-11-10 Thread Saliya Ekanayake
Thanks Jeff, it solved the problem. Saliya On Sat, Nov 9, 2013 at 8:15 PM, Jeff Hammond wrote: > MPI_{Gather,Allgather}v are appropriate for this. See docs for details. > > Jeff > > Sent from my iPhone > > On Nov 9, 2013, at 6:15 PM, Saliya Ekanayake wrote: > > Hi, > > I want to contact bunch