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] if btl->add_procs() fails...?

2008-08-04 Thread Jeff Squyres
George and I talked on the phone about this. See: https://svn.open-mpi.org/trac/ompi/ticket/1436#comment:1 On Aug 4, 2008, at 9:55 AM, Jeff Squyres wrote: On Aug 4, 2008, at 9:52 AM, Brian Barrett wrote: I suppose, but that's a pain when you just want to say "I don't support calling a

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] Problem with SVN access.

2008-08-04 Thread Jeff Squyres
I'm afraid that I'm not familiar with those tools. But I do SVN actions all the time from a variety of locations around the internet and have not had problems. Do command-line checkouts work? Do you have network connectivity to svn.open-mpi.org? Try commands like: svn co http://svn.ope

Re: [OMPI devel] Problem with SVN access.

2008-08-04 Thread Shiqing Fan
Sorry, it was not correct, both should work. Authentication problem? Shiqing Fan wrote: Hello Anton, There is a 's' missing in the link you used, it should be "https://svn.open-mpi.org/svn/ompi/trunk";. Regards, Shiqing Anton Soppelsa wrote: Dear OpenMPI repository maintainers, I tryed t

Re: [OMPI devel] Problem with SVN access.

2008-08-04 Thread Shiqing Fan
Hello Anton, There is a 's' missing in the link you used, it should be "https://svn.open-mpi.org/svn/ompi/trunk";. Regards, Shiqing Anton Soppelsa wrote: Dear OpenMPI repository maintainers, I tryed to download the source code of OpenMPI with a couple of SVN graphical clients, namely the

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

Re: [OMPI devel] Problem with SVN access.

2008-08-04 Thread Greg Watson
Anton, I'm using Subversive and it seems to work fine. I wonder if there's something wrong with your setup? Greg On Aug 4, 2008, at 2:01 PM, Anton Soppelsa wrote: Dear OpenMPI repository maintainers, I tryed to download the source code of OpenMPI with a couple of SVN graphical clients,

[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?

[OMPI devel] Problem with SVN access.

2008-08-04 Thread Anton Soppelsa
Dear OpenMPI repository maintainers, I tryed to download the source code of OpenMPI with a couple of SVN graphical clients, namely the SVN plug-in for eclipse and Tortoise SVN. It simply does not work. i receive the following errors: Tortoise: Command: Checkout from http://svn.open-mpi.or

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Jeff Squyres
Ok, as of r19141, it should be fixed. Let me know if you still have problems. On Aug 4, 2008, at 11:01 AM, Jeff Squyres wrote: Thanks Ralf! I've committed the first part of your fix; I'm testing the 2nd part right now... (also need a "-" in the mkdir in case the directory already exist

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Jeff Squyres
Thanks Ralf! I've committed the first part of your fix; I'm testing the 2nd part right now... (also need a "-" in the mkdir in case the directory already exists. I should be able to commit shortly; just want to make sure it works first. FWIW, I did test the man page stuff with a clean SV

Re: [OMPI devel] if btl->add_procs() fails...?

2008-08-04 Thread Jeff Squyres
On Aug 4, 2008, at 9:52 AM, Brian Barrett wrote: I suppose, but that's a pain when you just want to say "I don't support calling add_procs a second time" :). But I'm not going to fix all the BTLs to make that work right, so I suppose in the end I really don't have a strong opinion. Good

Re: [OMPI devel] if btl->add_procs() fails...?

2008-08-04 Thread Brian Barrett
On Aug 4, 2008, at 9:40 AM, Jeff Squyres wrote: On Aug 2, 2008, at 2:34 PM, Brian Barrett wrote: I am curious how all of the above affects client/server or spawned jobs. If you finalize a BTL then do a connect to a process that would use that BTL would it reinitialize itself? To deal wit

Re: [OMPI devel] if btl->add_procs() fails...?

2008-08-04 Thread Jeff Squyres
On Aug 2, 2008, at 2:34 PM, Brian Barrett wrote: I am curious how all of the above affects client/server or spawned jobs. If you finalize a BTL then do a connect to a process that would use that BTL would it reinitialize itself? To deal with all the dynamics issues, I wouldn't finalized th

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Ralf Wildenhues
* Tim Mattox wrote on Mon, Aug 04, 2008 at 03:11:20PM CEST: > As this thread is making clear, not everyone saw and/or heeded the > note that we were upgrading the GNU autotools used for building Open MPI's > nightly tarballs. See http://www.open-mpi.org/svn/building.php the the > version > matrix

Re: [OMPI devel] new Open MPI team member

2008-08-04 Thread Tim Mattox
Welcome to the team Mike! I've sent a sourcehaven invite to you so you can set up your Open MPI SVN account. Lenny/Mike/Sharon, how soon can Sharon's SVN account be removed? 2008/8/4 Lenny Verkhovsky : > Hi, all, > I would like to introduce to you Mike Dubman, He recently joined Voltaire > and w

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Tim Mattox
Hello OMPI developers, As this thread is making clear, not everyone saw and/or heeded the note that we were upgrading the GNU autotools used for building Open MPI's nightly tarballs. See http://www.open-mpi.org/svn/building.php the the version matrix. For your reference, the trunk & 1.3 nightlies

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Rainer Keller
This is for VPATH builds: In Makefile.man-page-rules, the corresponding VPATH / builddir is missing. CU, Rainer On Montag, 4. August 2008, George Bosilca wrote: > Same here. Debian .0, latest and greatest autotools. The error is: > > /bin/sh: mpi/man/man3/MPI.3: No such file or directory > make[

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread George Bosilca
Same here. Debian .0, latest and greatest autotools. The error is: /bin/sh: mpi/man/man3/MPI.3: No such file or directory make[2]: *** [mpi/man/man3/MPI.3] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 george. On Aug 4, 2008, at 2:34 PM, Kiril Dichev w

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Kiril Dichev
Hi , I experience exactly the same behaviour as Lenny and I am using a recent auto-tools suite - automake 1.10.1, autoconf 2.62, libtool 2.2. I compile with GCC 4.1.2. Then I checked out a revision before 19120 as he mentioned it used to compile and the compilation went through. I used an Intel Xe

Re: [OMPI devel] TRUNK error ( MAN page ) since r19120

2008-08-04 Thread Lenny Verkhovsky
automake (GNU automake) 1.10 autoconf (GNU Autoconf) 2.61 ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24 02:13:29) On 8/3/08, Jeff Squyres wrote: > > What version of the GNU auto tools are you using? > > On Aug 3, 2008, at 9:42 AM, Lenny Verkhovsky wrote: > > I downloaded from the tr

[OMPI devel] new Open MPI team member

2008-08-04 Thread Lenny Verkhovsky
Hi, all, I would like to introduce to you Mike Dubman, He recently joined Voltaire and will replace Sharon Melamed as HPC team manager who moved to another position within Voltaire. Mike will need login and psw to the Open MPI SVN repository. His email is mike.o...@gmail.com We are sending updat