[OMPI users] Invitation to connect on LinkedIn

2011-05-11 Thread alex su
LinkedIn Open, I'd like to add you to my professional network on LinkedIn. - alex alex su Developer at Alibaba Cloud Computing Company China Confirm that you know alex su https://www.linkedin.com/e/kq0fyp-gnl5gmpc-3e/isd/2864619397/g7iDMgn0/ -- (c) 2011, LinkedIn Corporation

Re: [OMPI users] btl_openib_cpc_include rdmacm questions

2011-05-11 Thread Dave Love
Ralph Castain writes: > I'll go back to my earlier comments. Users always claim that their > code doesn't have the sync issue, but it has proved to help more often > than not, and costs nothing to try, Could you point to that post, or tell us what to try excatly, given we're running IMB? Thanks

Re: [OMPI users] btl_openib_cpc_include rdmacm questions

2011-05-11 Thread Dave Love
Jeff Squyres writes: > We had a user-reported issue of some hangs that the IB vendors have > been unable to replicate in their respective labs. We *suspect* that > it may be an issue with the oob openib CPC, but that code is pretty > old and pretty mature, so all of us would be at least somewhat

Re: [OMPI users] Issue with Open MPI 1.5.3 Windows binary builds

2011-05-11 Thread Tyler W. Wilson
Answer to my own question. It was simply a noob problem - not using mpiexec to run my 'application'. Once I did this, everything is running as expected. My bad for not reading more before jumping in. Later, Tyler

Re: [OMPI users] openmpi (1.2.8 or above) and Intel composer XE 2011 (aka 12.0)

2011-05-11 Thread Marcus R. Epperson
I've seen the same thing when I build openmpi 1.4.3 with Intel 12, but only when I have -O2 or -O3 in CFLAGS. If I drop it down to -O1 then the collectives hangs go away. I don't know what, if anything, the higher optimization buys you when compiling openmpi, so I'm not sure if that's an accepta

Re: [OMPI users] TotalView Memory debugging and OpenMPI

2011-05-11 Thread Ralph Castain
That would be a problem, I fear. We need to push those envars into the environment. Is there some particular problem causing what you see? We have no other reports of this issue, and orterun has had that code forever. Sent from my iPad On May 11, 2011, at 2:05 PM, Peter Thompson wrote: >

Re: [OMPI users] btl_openib_cpc_include rdmacm questions

2011-05-11 Thread Ralph Castain
Sent from my iPad On May 11, 2011, at 2:05 PM, Brock Palen wrote: > On May 9, 2011, at 9:31 AM, Jeff Squyres wrote: > >> On May 3, 2011, at 6:42 AM, Dave Love wrote: >> We managed to have another user hit the bug that causes collectives (this time MPI_Bcast() ) to hang on IB that

Re: [OMPI users] btl_openib_cpc_include rdmacm questions

2011-05-11 Thread Brock Palen
On May 9, 2011, at 9:31 AM, Jeff Squyres wrote: > On May 3, 2011, at 6:42 AM, Dave Love wrote: > >>> We managed to have another user hit the bug that causes collectives (this >>> time MPI_Bcast() ) to hang on IB that was fixed by setting: >>> >>> btl_openib_cpc_include rdmacm >> >> Could someo

[OMPI users] TotalView Memory debugging and OpenMPI

2011-05-11 Thread Peter Thompson
We've gotten a few reports of problems with memory debugging when using OpenMPI under TotalView. Usually, TotalView will attach tot he processes started after an MPI_Init. However in the case where memory debugging is enabled, things seemed to run away or fail. My analysis showed that we ha

[OMPI users] error with checkpoint in openmpi

2011-05-11 Thread Tran Hai Quan
Hi , I am working on mpi I've have installed openmpi 1.4.3 with blcr included. I ran a simple mpi application using a hostfile: pc1 slots=2 max-slots=2 pc2 slots=2 max-slots=2 And, i ran command to run it with checkpoint supported #mpirun --hostfile myhost -np 4 --am ft-enable-cr ./mpi_app When

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread Jeff Squyres
On May 11, 2011, at 5:50 AM, Ralph Castain wrote: >> Clarification: I installed pre-built OpenMPI_v1.5.3-x64 on Windows 7 >> and copied this directory into Windows Server 2008. Did you copy OMPI to the same directory tree that you built it? OMPI hard-codes some directory names when it builds, an

Re: [OMPI users] is there an equiv of iprove for bcast?

2011-05-11 Thread Jeff Squyres
I'm not so much worried about the "load" than N pending ibcasts would cause; the "load" will be zero until the broadcast actually fires. But I'm concerned about the pending resource usage (i.e., how many internal network and collective resources will be slurped up into hundreds or thousands of

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread Ralph Castain
I don't know a lot about the Windows port, but that error means that mpirun got an error when trying to discover the allocated nodes. On May 11, 2011, at 6:10 AM, hi wrote: > After setting OPAL_PKGDATADIR, "mpirun" gives proper help message. > > But when executing simple test program which cal

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread hi
After setting OPAL_PKGDATADIR, "mpirun" gives proper help message. But when executing simple test program which calls MPI_ALLREDUCE() it gives following errors onto the console... c:\ompi_tests\win64>mpirun mar_f_i_op.exe [nbld-w08:04820] [[30632,0],0] ORTE_ERROR_LOG: Error in file ..\..\..\openm

Re: [OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread hi
It's my mistake it should be OPAL_PKGDATADIR env var instead of OPAL_DATADIR. With this it is working fine. Thank you. -Hiral

[OMPI users] Sorry! You were supposed to get help about: But couldn't open help-orterun.txt

2011-05-11 Thread hi
Hi, I am observing following message on Windows platform... c:\Users\oza\Desktop\test>mpirun -- orterun:executable-not-specified But I couldn't open the help file: C:\Users\hpcfan\Documents\OpenMPI\openmpi-1.5.3\inst

Re: [OMPI users] Windows: MPI_Allreduce() crashes when using MPI_DOUBLE_PRECISION

2011-05-11 Thread hi
Hi Jeff, > Can you send the info listed on the help page? >From the HELP page... ***For run-time problems: 1) Check the FAQ first. Really. This can save you a lot of time; many common problems and solutions are listed there. I couldn't find reference in FAQ. 2) The version of Open MPI that you'