Re: [OMPI devel] Fwd: [OMPI commits] Git: open-mpi/ompi branch master updated. dev-327-gccaecf0

2014-11-20 Thread Jeff Squyres (jsquyres)
Nathan and I talked last night. He reverted the BTL updates until after SC and the US Thanksgiving holiday next week. I will update the usNIC BTL during the week of Dec 1. Who will be updating the other BTLs that need updating? On Nov 19, 2014, at 4:45 PM, Hjelm, Nathan Thomas wrote: > Yes

Re: [OMPI devel] [EXTERNAL] Re: Fwd: [OMPI commits] Git: open-mpi/ompi branch master updated. dev-327-gccaecf0

2014-11-20 Thread Grant, Ryan Eric (-EXP)
We will be updating the Portals4 BTL. --Ryan From: devel on behalf of Jeff Squyres (jsquyres) Sent: Thursday, November 20, 2014 6:26 AM To: Open MPI Developers List Subject: [EXTERNAL] Re: [OMPI devel] Fwd: [OMPI commits] Git: open-mpi/ompi branch maste

[OMPI devel] Open MPI SC'14 BOF slides

2014-11-20 Thread Jeff Squyres (jsquyres)
For those of you who weren't able to be at the SC'14 BOF yesterday -- and even for those of you who were there and wanted to be able to read the slides in a little more detail (and get the links from the slides) -- I have posted them here: http://www.open-mpi.org/papers/sc-2014/ Enjoy! --

Re: [OMPI devel] Question about tight integration with not-yet-supported queuing systems

2014-11-20 Thread Ralph Castain
Hold on - was discussing this with a (possibly former) OpenLava developer who made some suggestions that would make this work. It all hinges on one thing. Can you please check and see if you have “lsrun” on your system? If you do, then I can offer a tight integration in that we would use OpenLav

Re: [OMPI devel] Question about tight integration with not-yet-supported queuing systems

2014-11-20 Thread Marc Höppner
Hi, yes, lsrun exists under openlava. Using mpirun is fine, but openlava currently requires that to be launched through a bash script (openmpi-mpirun). Would be neater if one could do away with that. Agan, thanks for looking into this! /Marc Hold on - was discussing this with a (possibly f

Re: [OMPI devel] Question about tight integration with not-yet-supported queuing systems

2014-11-20 Thread Ralph Castain
Here’s what I can provide: * lsrun -n N bash This causes openlava to create an allocation and start you off in a bash shell (or pick your shell) * mpirun ….. Will read the allocation and use openlava to start the daemons, and then the application, on the allocated nodes You can execute as m