Re: [OMPI users] mpi program gets stuck

2022-12-07 Thread Jeff Squyres (jsquyres) via users
To tie up this issue for the web mail archives... There were a bunch more off-list emails exchanged on this thread. It was determined that something is going wrong down in the IB networking stack. It looks like it may be a problem in the environment itself, not Open MPI. The user is continui

Re: [OMPI users] mpi program gets stuck

2022-12-01 Thread Jeff Squyres (jsquyres) via users
Ok, this looks like the same type of output running ring_c as your Python MPI app -- good. Using a C MPI program for testing just eliminates some possible variables / issues. Ok, let's try running again, but add some more command line parameters: mpirun -n 2 --machinefile hosts --mca plm_base_

Re: [OMPI users] mpi program gets stuck

2022-11-29 Thread Jeff Squyres (jsquyres) via users
(we've conversed a bit off-list; bringing this back to the list with a good subject to differentiate it from other digest threads) I'm glad the tarball I provided (that included the PMIx fix) resolved running "uptime" for you. Can you try running a plain C MPI program instead of a Python MPI pr

[OMPI users] mpi program gets stuck

2022-11-29 Thread timesir via users
see also: https://pastebin.com/s5tjaUkF (py3.9) ➜ /share cat hosts 192.168.180.48 slots=1 192.168.60.203 slots=1 1. This command now runs correctly using your openmpi-gitclone-pr11096.tar.bz2 (py3.9) ➜ /share mpirun -n 2 --machinefile hosts --mca plm_base_verbose 100 --mca rmaps_base_verbose

[OMPI users] MPI Program

2011-03-05 Thread Ahmad Makhsun
Hello.. I need help. Anyone have or anyone know the address to download the program decrypt md5 mpi?? Thank You

Re: [OMPI users] MPI Program hangs when runs on more than one host

2010-04-20 Thread long thai
Hi Changsheng Thank you very much for your solution. The program runs well now :) Regards. On Tue, Apr 20, 2010 at 3:54 PM, Changsheng Jiang wrote: > I have encountered the same problem too. > > By gdb attached, it's show that the processes are in a loop of (e)poll. > After configuring the netw

Re: [OMPI users] MPI Program hangs when runs on more than one host

2010-04-20 Thread Changsheng Jiang
I have encountered the same problem too. By gdb attached, it's show that the processes are in a loop of (e)poll. After configuring the network interface in ~/.openmpi/mca-params.conf using btl_tcp_if_include, all hosts work fine. just fyi. Chan

[OMPI users] MPI Program hangs when runs on more than one host

2010-04-20 Thread long thai
Hi all. I'm just using OpenMPI for few days. I'll try to run a simple MPI program, the program is ProcessColors which I get from CI-Tutor. I have 2 hosts, if I run the program separately on each one, it runs well. However, if I run it on two