Re: [OMPI devel] Problem in oob/tcp

2012-06-26 Thread Ludovic . Hablot
Version 1.6. But it's already there in 1.5.4. -devel-boun...@open-mpi.org a écrit : - A : Open MPI Developers De : Ralph Castain Envoyé par : devel-boun...@open-mpi.org Date : 25/06/2012 17:57 Objet : Re: [OMPI devel] Problem in oob/tcp What version? On Jun 25, 2012, at 9:53 AM, ludovi

Re: [OMPI devel] Problem in oob/tcp

2012-06-26 Thread Ralph Castain
It may be there from a long time ago. When the OOB loses a connection, nothing is supposed to happen unless that connection is defined as a "lifeline". Remember, the OOB is not an MPI transport - it is there solely to handle support functions and therefore is not considered "mission critical". S

Re: [OMPI devel] RFC: Pineapple Runtime Interposition Project

2012-06-26 Thread Josh Hursey
The final thing to do for the Pineapple project is to give it a real name. This is an easy sed script to patch the project, but finding a name is somewhat challenging. The base parameters for the name are: - it has to start with an 'O' word - acronym must be 4 letters (O???) - acronym must be p

[OMPI devel] Warnings

2012-06-26 Thread Ralph Castain
Anyone recognize these? preduce_scatter_block.c:44: warning: no previous prototype for 'PMPI_Reduce_scatter_block' pireduce_scatter_block.c:45: warning: no previous prototype for 'PMPI_Ireduce_scatter_block' Not sure where they came from - seeing this on Linux. Ralph

Re: [OMPI devel] RFC: Pineapple Runtime Interposition Project

2012-06-26 Thread George Bosilca
ORTE -> ORTI : Open Runtime Interface -> ORTA : Open Runtime API george. On Jun 26, 2012, at 15:28 , Josh Hursey wrote: > The final thing to do for the Pineapple project is to give it a real > name. This is an easy sed script to patch the project, but finding a > name is somewhat challen

Re: [OMPI devel] Warnings

2012-06-26 Thread George Bosilca
It's a copy/paste typo in mpi.h.in. Please try with the attached patch: Index: ompi/include/mpi.h.in === --- ompi/include/mpi.h.in (revision 26662) +++ ompi/include/mpi.h.in (working copy) @@ -2006,9 +2006,9 @@

Re: [OMPI devel] Warnings

2012-06-26 Thread Jeff Squyres
Thanks for the patch. These got confused / lost in the last few days of furious commits. :-( On Jun 26, 2012, at 9:47 AM, George Bosilca wrote: > It's a copy/paste typo in mpi.h.in. Please try with the attached patch: > > Index: ompi/include/mpi.h.in >

Re: [OMPI devel] RFC: Pineapple Runtime Interposition Project

2012-06-26 Thread Jeff Squyres
On Jun 26, 2012, at 9:28 AM, Josh Hursey wrote: > - ORCA: Open Runtime Collaborative Abstraction > - OCRA: Open Collaborative Runtime Abstraction > - OREI: Open Runtime Environment Interface > - ORSL: Open Runtime Services Layer > - ORRA: Open Runtime Resource Abstraction > - ORTA: Open Runtime AP

Re: [OMPI devel] RFC: Pineapple Runtime Interposition Project

2012-06-26 Thread Ralph Castain
On Jun 26, 2012, at 8:10 AM, Jeff Squyres wrote: > On Jun 26, 2012, at 9:28 AM, Josh Hursey wrote: > >> - ORCA: Open Runtime Collaborative Abstraction >> - OCRA: Open Collaborative Runtime Abstraction >> - OREI: Open Runtime Environment Interface >> - ORSL: Open Runtime Services Layer >> - ORRA:

Re: [OMPI devel] RFC: Pineapple Runtime Interposition Project

2012-06-26 Thread Josh Hursey
I like the {O} = {Open MPI}. I don't mind the ORTA/ORTI versions. The only problem that might arrise there is when we talk about the layering they sound very similar to ORTE so it might be difficult to articulate. -- Josh On Tue, Jun 26, 2012 at 10:14 AM, Ralph Castain wrote: > > On Jun 26, 201

Re: [OMPI devel] RFC: Pineapple Runtime Interposition Project

2012-06-26 Thread Josh Hursey
On the telconf today we discussed names and decided on: ORCA: Open MPI Runtime Collaborative Abstraction I will commit this to the trunk this evening. It is a -BIG- commit to the OMPI and ORTE layers so I am going to need some quiet time to help make sure things go smoothly. I would like to star

[OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Josh Hursey
I am requesting a quiet time on the trunk for ORCA integration starting -now- (as previously announced). I will post back when everything is committed and ready to go. Some reading while you are waiting: http://www.open-mpi.org/community/lists/devel/2012/06/11109.php Thanks, Josh -- Joshua Hu

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r26669 - trunk/ompi/mpi/c

2012-06-26 Thread Jeff Squyres
Crap. We're in quiet time. +1 beer for Josh. Sorry Josh! On Jun 26, 2012, at 5:24 PM, wrote: > Author: jsquyres (Jeff Squyres) > Date: 2012-06-26 17:24:45 EDT (Tue, 26 Jun 2012) > New Revision: 26669 > URL: https://svn.open-mpi.org/trac/ompi/changeset/26669 > > Log: > Fix memchecker usag

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Josh Hursey
r26670 is the first of the ORCA commits. I am switching machines for testing. Hang on for a couple more hours while the initial testing is underway. -- Josh On Tue, Jun 26, 2012 at 4:34 PM, Josh Hursey wrote: > I am requesting a quiet time on the trunk for ORCA integration > starting -now- (as p

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Ralph Castain
FWIW: it built fine on my Mac, but doesn't run. Just hangs when attempting to execute any MPI application. Will execute non-MPI apps though. Looking deeper, it looks like the app is stuck waiting to receive the sync registration "ack". Mpirun thinks it sent it, but the app is unable to receive

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Josh Hursey
That is odd. I did not see that when testing on Linux. I'll take a look. -- josh On Tue, Jun 26, 2012 at 7:37 PM, Ralph Castain wrote: > FWIW: it built fine on my Mac, but doesn't run. Just hangs when attempting to > execute any MPI application. Will execute non-MPI apps though. > > Looking dee

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Josh Hursey
So I can confirm that it is not linking properly on the Mac. It -is- running correctly on Linux (which is where I have been testing). >From what I can tell this is a linking issue specific to the Mac. I'm digging into it a bit at the moment. Interesting way to tell is by using ompi_info as a cana

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Josh Hursey
So I'm spinning my wheels on this one. I am going to need someone with more knowledge about linking to help (Jeff or Brian maybe?). I'll see what I can do to back this out of the trunk :( I wish this issue would have come up earlier - I just don't ever build on my mac, so I never saw it. -- Josh

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Josh Hursey
ORCA was backed out of the trunk in r26676. Once we fix the linking issue, we will bring this back. Sorry for the noise folks. The trunk is open again. -- Josh On Tue, Jun 26, 2012 at 9:04 PM, Josh Hursey wrote: > So I'm spinning my wheels on this one. I am going to need someone with > more kn

Re: [OMPI devel] Quiet Time on Trunk - ORCA Integration

2012-06-26 Thread Ralph Castain
Sorry Josh - BTW, I was unable to build on odin (Linux, slurm) due to some errors in one of the OMPI components. However, it would be easily fixable. I'll get in touch on Wed morning to help fix this. I apologize - I should have tested your branch in advance. :-( On Jun 26, 2012, at 7:29 PM, J