Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Greg Watson
That fixed it. Looks like something in the latest trunk has triggered this problem. Greg On Aug 4, 2008, at 7:58 PM, Ralph Castain wrote: I see one difference, and it probably does lead to Terry's cited ticket. I always run -mca btl ^sm since I'm only testing functionality, not performanc

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
I see one difference, and it probably does lead to Terry's cited ticket. I always run -mca btl ^sm since I'm only testing functionality, not performance. Give that a try and see if it completes. If so, then the problem probably is related to the ticket cited by Terry. Otherwise, we'll hav

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Greg Watson
Configuring with ./configure --prefix=/usr/local/openmpi-1.3-devel -- with-platform=contrib/platform/lanl/macosx-dynamic --disable-io-romio Recompiling the app, then running with mpirun -np 5 ./shallow All processes show R+ as their status. If I attach gdb to a worker I get the following stac

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
Can you tell us how you are configuring and your command line? As I said, I'm having no problem running your code on my Mac w/10.5, both PowerPC and Intel. Ralph On Aug 4, 2008, at 3:10 PM, Greg Watson wrote: Yes the application does sends/receives. No, it doesn't seem to be getting past

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Greg Watson
Yes the application does sends/receives. No, it doesn't seem to be getting past MPI_Init. I've reinstalled from a completely new 1.3 branch. Still hangs. Greg On Aug 4, 2008, at 4:45 PM, Terry Dontje wrote: Are you doing any communications? Have you gotten past MPI_Init? Could your issu

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
Greg sent me a copy of his program and I was able to run it on the latest 1.3 branch. I think this is a problem of stale libraries - per other notes, the 1.3 branch is updating (i.e., svn up) in an unreliable manner. On Aug 4, 2008, at 2:45 PM, Terry Dontje wrote: Are you doing any commun

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Terry Dontje
Are you doing any communications? Have you gotten past MPI_Init? Could your issue be related to the following ticket? https://svn.open-mpi.org/trac/ompi/ticket/1378 --td Greg Watson wrote: I'm seeing the same behavior on trunk as 1.3. The program just hangs. Greg On Aug 4, 2008, at 2:25 P

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
After investigation, Jeff and I found that svn was up to its old - and infuriating - tricks again. Doing an "svn up" on a v1.3 branch resulted in a tree that wouldn't successfully build. Blowing that away and getting a fresh checkout resulted in a successful build that ran fine. So I woul

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
How strange - I'm having no problems whatsoever, even with MPI-2 programs. What program are you trying to run? I'd be happy to test it here and see if we get the same response. Any possibility of stale libraries hanging around? On Aug 4, 2008, at 2:12 PM, Greg Watson wrote: I'm seeing th

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Greg Watson
I'm seeing the same behavior on trunk as 1.3. The program just hangs. Greg On Aug 4, 2008, at 2:25 PM, Ralph Castain wrote: Well, I unfortunately cannot test this right now Greg - the 1.3 branch won't build due to a problem with the man page installation script. The fix is in the trunk, but

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
I just did my usual configure and build, Jeff - got the following: /opt/local/bin/ginstall: cannot create regular file `/Users/rhc/ openmpi/share/man/man3/MPI_Group_c2f.3': No such file or directory /opt/local/bin/ginstall: cannot create regular file `/Users/rhc/ openmpi/share/man/man3/MPI_Grou

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Jeff Squyres
Actually, I take that back -- none of the man page changes that just occurred on the trunk are over in v1.3 yet. There was one man page change that went in a few days ago that you must be referring to. I'm unaware of a problem with it -- can you be more specific? I did neglect to test vpath

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Jeff Squyres
I'll port over that man page stuff now instead of waiting a day or three. On Aug 4, 2008, at 2:25 PM, Ralph Castain wrote: Well, I unfortunately cannot test this right now Greg - the 1.3 branch won't build due to a problem with the man page installation script. The fix is in the trunk, but

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Greg Watson
Ok, I'll try that. Thanks. Greg On Aug 4, 2008, at 2:25 PM, Ralph Castain wrote: Well, I unfortunately cannot test this right now Greg - the 1.3 branch won't build due to a problem with the man page installation script. The fix is in the trunk, but hasn't migrated across yet. :-// My gue

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
Well, I unfortunately cannot test this right now Greg - the 1.3 branch won't build due to a problem with the man page installation script. The fix is in the trunk, but hasn't migrated across yet. :-// My guess is that you are caught on some stage where the hanging bugs hadn't been fixed, b

Re: [OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Ralph Castain
Depending upon the r-level, there was a problem for awhile with the system hanging that was caused by a couple of completely unrelated issues. I believe these have been fixed now - at least, it is fixed on the trunk for me under that same system. I'll check 1.3 now - it could be that some c

[OMPI devel] OMPI 1.3 problems

2008-08-04 Thread Greg Watson
I have a fairly simple test program that runs fine under 1.2 on MacOS X 10.5 . When I recompile and run it under 1.3 (head of 1.3 branch) it just hangs. They are both built using --with-platform=contrib/platform/lanl/macosx- dynamic. For 1.3, I've added --disable-io-romio. Any suggestions?