Re: [OMPI devel] two questions about 1.7.1

2013-12-04 Thread Paul Kapinos
On 12/04/13 14:53, Jeff Squyres (jsquyres) wrote: On Dec 4, 2013, at 4:31 AM, Paul Kapinos wrote: Argh - what a shame not to see "btl:usnic" :-| What a shame you don't have Cisco hardware to use the usnic BTL! :-p Well, this is far above my decision level :o) Look for the openib message

Re: [OMPI devel] two questions about 1.7.1

2013-12-04 Thread Jeff Squyres (jsquyres)
On Dec 4, 2013, at 4:31 AM, Paul Kapinos wrote: > Argh - what a shame not to see "btl:usnic" :-| What a shame you don't have Cisco hardware to use the usnic BTL! :-p >> Look for the openib messages, not the usnic messages. > > Well, as said there were *no messages* form the patch you provide

Re: [OMPI devel] two questions about 1.7.1

2013-12-04 Thread Paul Kapinos
On 12/03/13 23:27, Jeff Squyres (jsquyres) wrote: On Nov 22, 2013, at 1:19 PM, Paul Kapinos wrote: Well, I've tried this path on actual 1.7.3 (where the code is moved some 12 lines - beginning with 2700). !! - no output "skipping device"! Also when starting main processes and -bind-to-socket

Re: [OMPI devel] two questions about 1.7.1

2013-12-03 Thread Jeff Squyres (jsquyres)
On Nov 22, 2013, at 1:19 PM, Paul Kapinos wrote: > Well, I've tried this path on actual 1.7.3 (where the code is moved some 12 > lines - beginning with 2700). > !! - no output "skipping device"! Also when starting main processes and > -bind-to-socket used. What I see is > >[cluster.rz.RWTH-Aach

Re: [OMPI devel] two questions about 1.7.1

2013-11-22 Thread Ralph Castain
I'm afraid Jeff is on vacation until Dec 2nd, Paul, so response will be delayed. On Nov 22, 2013, at 10:19 AM, Paul Kapinos wrote: > Hi Jeff, > > On 06/19/13 15:26, Jeff Squyres (jsquyres) wrote: > ... >>> II. >>> In the 1.7.x series, the 'carto' framework has been deleted: >>> http://www.open

Re: [OMPI devel] two questions about 1.7.1

2013-11-22 Thread Paul Kapinos
Hi Jeff, On 06/19/13 15:26, Jeff Squyres (jsquyres) wrote: ... II. In the 1.7.x series, the 'carto' framework has been deleted: http://www.open-mpi.org/community/lists/announce/2013/04/0053.php - Removed maffinity, paffinity, and carto frameworks (and associated MCA params). Is there some

Re: [OMPI devel] two questions about 1.7.1

2013-06-19 Thread Jeff Squyres (jsquyres)
On Jun 19, 2013, at 9:26 AM, "Jeff Squyres (jsquyres)" wrote: > How did you configure/compile Open MPI? Paul replied with his configure line off-list; I see the issue. The printf is in an example MPI extension that is not meant to be compiled into a production build of Open MPI. The solut

Re: [OMPI devel] two questions about 1.7.1

2013-06-19 Thread Jeff Squyres (jsquyres)
On Jun 19, 2013, at 7:52 AM, Paul Kapinos wrote: > Hello All, > > I. > Using the new Open MPI 1.7.1 we see some messages on the console: > > > example mpiext init > > example mpiext fini > > ... on each call to MPI_INIT, MPI_FINALIZE at least in Fortran programs. > > Seems somebody forgot to

[OMPI devel] two questions about 1.7.1

2013-06-19 Thread Paul Kapinos
Hello All, I. Using the new Open MPI 1.7.1 we see some messages on the console: > example mpiext init > example mpiext fini ... on each call to MPI_INIT, MPI_FINALIZE at least in Fortran programs. Seems somebody forgot to disable some 'printf'-debug-output? =) II. In the 1.7.x series, the 'ca