Re: [OMPI devel] Switching away from SVN?

2008-03-21 Thread Jeff Squyres
Cool -- thanks Roland! For anyone who wants to play with the entire history of OMPI in git (as of last night or so -- this git repository is *not* being kept in sync with SVN), I cloned the tree that Roland created and put it here: http://www.open-mpi.org/~jsquyres/unofficial/ompi.git

[OMPI devel] IRIX autoconf failure.

2008-03-21 Thread Regan Russell
Hello, I am having problems with the Assembler section of the GNU autoconf stuff on OpenMPI. Is anyone willing to work with me to get this up and running...? *** Assembler checking dependency style of gcc... gcc3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking th

Re: [OMPI devel] Switching away from SVN?

2008-03-21 Thread Ralph H Castain
Great! I don't have a religious preference between the options (hg vs git vs ??), but think we should definitely move away from svn. Someone mentioned discussing this at some upcoming meeting? Could you send around some info on this, since (ahem) some of us at least are -not- involved in the wond

Re: [OMPI devel] Switching away from SVN?

2008-03-21 Thread Jeff Squyres
The next MPI Forum meeting is April 28-30 in Chicago, IL. Following what we have been doing for the past 2 meetings, this means that the OMPI meeting will be 1-5pm US Central time on Wednesday, 30 April. We could probably have a teleconf portion for this, because I would imagine that this

Re: [OMPI devel] Switching away from SVN?

2008-03-21 Thread Ralph H Castain
On 3/21/08 7:41 AM, "Jeff Squyres" wrote: > The next MPI Forum meeting is April 28-30 in Chicago, IL. Following > what we have been doing for the past 2 meetings, this means that the > OMPI meeting will be 1-5pm US Central time on Wednesday, 30 April. > > We could probably have a teleconf po

[OMPI devel] op changes reverted

2008-03-21 Thread Jeff Squyres
The op changes from last night were still resulting in broken builds this morning, so I have backed them out. Please see the details here: https://svn.open-mpi.org/trac/ompi/changeset/17908 -- Jeff Squyres Cisco Systems

Re: [OMPI devel] IRIX autoconf failure.

2008-03-21 Thread Brian W. Barrett
On Fri, 21 Mar 2008, Regan Russell wrote: I am having problems with the Assembler section of the GNU autoconf stuff on OpenMPI. Is anyone willing to work with me to get this up and running...? As a warning, MIPS / IRIX is not currently on the list of Open MPI supported platforms, so there m

[OMPI devel] New libevent to trunk?

2008-03-21 Thread Jeff Squyres
Josh -- Where do we stand on bringing in the new libevent to the trunk this weekend? Is it ok to import, or do you need more time to work with the ramifications to the FT stuff? -- Jeff Squyres Cisco Systems

[OMPI devel] Fwd: [all-osl-users] Short outage of the OSL web/mail servers

2008-03-21 Thread Jeff Squyres
FYI (this affects all services of www.open-mpi.org and open-mpi.org, but not svn.open-mpi.org). Begin forwarded message: Date: March 21, 2008 12:01:09 PM EDT Subject: [all-osl-users] Short outage of the OSL web/mail servers Hi, The OSL web/mail servers need to reboot on Mar 24, 2008. There

[OMPI devel] Makefile.am updates

2008-03-21 Thread Jeff Squyres
Just wanted to give a heads-up to developers on two changes that will be coming in in the [hopefully] not-distant future: 1. Per recent off-list discussions about the build system, I have done some cleanups and standardizations in the various */tools/*/ Makefile.am files. A commit is coming

Re: [OMPI devel] New libevent to trunk?

2008-03-21 Thread Josh Hursey
Go ahead and bring it in. I have c/r working with forcing poll for the event engine via the amca file. Supporting the other mechanisms will take a while and should not prevent this from being merged into the trunk. Thanks for checking though. Josh On Mar 21, 2008, at 11:53 AM, Jeff Squyres

Re: [OMPI devel] New libevent to trunk?

2008-03-21 Thread Jeff Squyres
Thanks. Since I haven't heard any other objections, I'll bring it in sometime over the weekend (Brian promised to test on a cray in the near future -- hopefully we didn't break anything [badly]...). On Mar 21, 2008, at 1:54 PM, Josh Hursey wrote: Go ahead and bring it in. I have c/r workin

Re: [OMPI devel] New libevent to trunk?

2008-03-21 Thread Paul H. Hargrove
Josh, As you saw off-list, I've entered a BLCR bug for the epoll problems, which I a certain are mine. What is the status of the problems you saw when testing w/ select()? I don't know of any reason why BLCR would/could interfere with select(), assuming the caller of select() is prepared to h

Re: [OMPI devel] Makefile.am updates

2008-03-21 Thread Jeff Squyres
On Mar 21, 2008, at 1:37 PM, Jeff Squyres wrote: 1. Per recent off-list discussions about the build system, I have done some cleanups and standardizations in the various */tools/*/ Makefile.am files. A commit is coming soon that will: - Somewhat simplify these Makefile.am's - Make them cons