Re: [OMPI users] MPI_Wait stalls

2015-11-06 Thread ABE Hiroshi
he configuration file). > > George. > > > On Wed, Nov 4, 2015 at 7:30 PM, ABE Hiroshi wrote: > Dear Dr. Bosilca and Dr. Gouaillardet, > > Thank you for your kind mail. I believe I could configure the problem. > > As is described in Dr. Boslica’s mail, this should

Re: [OMPI users] MPI_Wait stalls

2015-11-04 Thread ABE Hiroshi
all (or a loop with MPI_Waitany/MPI_Waitsome) > 4. do simulation > > if you really want threads, an other option is to start the worker after > MPI_Waitany/MPI_Waitsome > > once again, I do not know your full program, so I can just guess. > you might also want to try an othe

Re: [OMPI users] OMPI users] MPI_Wait stalls

2015-11-04 Thread ABE Hiroshi
osted. > > Cheers, > > Gilles > > ABE Hiroshi wrote: >> Dear All, >> >> Installed openmpi 1.10.0 and gcc-5.2 using Fink (http://www.finkproject.org) >> but nothing is changed with my code. >> >> Regarding the MPI_Finalize error in my previ

Re: [OMPI users] MPI_Wait stalls

2015-11-04 Thread ABE Hiroshi
his is true, is there any way to increase this?. I guess this should be wrong and there should be something wrong with my system. Any idea and suggestions are really appreciated. Thank you. 2015/11/03 8:05、Jeff Squyres (jsquyres) のメール: > On Oct 29, 2015, at 10:24 PM, ABE Hiroshi wrote: &

Re: [OMPI users] MPI_Wait stalls

2015-10-29 Thread ABE Hiroshi
it, which seems to be a recommendation of the FINK project. 2015/10/28 8:29、ABE Hiroshi のメール: > Dear Nathan and all, > > Thank you for your information. I tried it in this morning, it seems to get > the same result. I will try another option. Thank you for the key to go in. >

Re: [OMPI users] MPI_Wait stalls

2015-10-27 Thread ABE Hiroshi
library and try to compile with the wrapper. 2015/10/27 23:56、Nathan Hjelm のメール: > > I have seen hangs when the tcp component is in use. If you are running > on a single machine running with mpirun -mca btl self,vader. > > -Nathan > > On Mon, Oct 26, 2015 at 09:17:20PM -06

Re: [OMPI users] MPI_Wait stalls

2015-10-27 Thread ABE Hiroshi
> > Thanks, > > Gilles > > On 10/27/2015 12:17 PM, ABE Hiroshi wrote: >> Dear All, >> >> I have a multithread-ed program and as a next step it is reconstructing to >> MPI program. The code is to be MPI / Multithread hybrid one. >> >> The co

[OMPI users] MPI_Wait stalls

2015-10-26 Thread ABE Hiroshi
ead is wxThread from wxWidgets Library (3.0.2) which is a wrapper of pthread. OpenMPI is configure-ed : --enable-mpi-thread-multiple --enable-debug --enable-event-debug Please find the detail (config.log and ompi_info —all) attached in this mail. Thank you very much in advance. Sincerely,