Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-07-01 Thread Ralph Castain
>> [image: IBM] >> >> 1177 S Belt Line Rd >> Coppell, TX 75019-4642 >> United States >> >> >> [image: Inactive hide details for Howard Pritchard ---06/29/2015 09:27:12 >> PM---I decided just to disable the carver/pgi mtt runs. 2015-]Howard >>

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-30 Thread Howard Pritchard
just to disable the > carver/pgi mtt runs. 2015-06-29 15:10 GMT-06:00 Ralph Castain > From: Howard Pritchard > To: Open MPI Developers > Date: 06/29/2015 09:27 PM > Subject: Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors > Sent by: "devel" >

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-30 Thread Geoffrey Paulsen
OMPI devel] OMPI_PROC_BIND value is invalid errors Sent by:"devel" I decided just to disable the carver/pgi mtt runs. 2015-06-29 15:10 GMT-06:00 Ralph Castain : Very strange then - again, can you run it with the verbose flag and send me the output? I can't replicate what you ar

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Howard Pritchard
I decided just to disable the carver/pgi mtt runs. 2015-06-29 15:10 GMT-06:00 Ralph Castain : > Very strange then - again, can you run it with the verbose flag and send > me the output? I can't replicate what you are seeing. > > > On Mon, Jun 29, 2015 at 4:05 PM, Howard Pritchard > wrote: > >>

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Ralph Castain
Very strange then - again, can you run it with the verbose flag and send me the output? I can't replicate what you are seeing. On Mon, Jun 29, 2015 at 4:05 PM, Howard Pritchard wrote: > ibm dataplex and laki ~= cray. nothing to do with cray. > Cray runs fine since I use aprun there. > > > 2015

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Howard Pritchard
ibm dataplex and laki ~= cray. nothing to do with cray. Cray runs fine since I use aprun there. 2015-06-29 13:54 GMT-06:00 Ralph Castain : > Hmmm...is this some Cray weirdness? I checked the code and it looks right, > and it runs correctly for me on both Mac and Linux. All it is doing is > call

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Ralph Castain
Hmmm...is this some Cray weirdness? I checked the code and it looks right, and it runs correctly for me on both Mac and Linux. All it is doing is calling "setenv", so I'm wondering if there is something environ-specific going on here? I added some debug in cast that might help - can you run it on

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Jeff Squyres (jsquyres)
Ahh... it's OMP_PROC_BIND, not OMPI_PROC_BIND. Yes, Ralph just added this. I chatted with him about this on the phone moments ago; he's pretty sure he knows where to go look to find the problem. > On Jun 29, 2015, at 12:00 PM, Howard Pritchard wrote: > > laki is also showing the errors: > >

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Howard Pritchard
laki is also showing the errors: Here's the shortened url: http://goo.gl/Ra264U looks like the badness started with the latest nightly. I think there was some activity in the orte binding area recently. Howard 2015-06-29 9:52 GMT-06:00 Jeff Squyres (jsquyres) : > Can you provide an MTT sh

Re: [OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Jeff Squyres (jsquyres)
Can you provide an MTT short URL to show the results? Or, if the MTT results are not on the community reporter, can you show a bit more context in the output? > On Jun 29, 2015, at 11:47 AM, Howard Pritchard wrote: > > Hi Folks, > > I'm seeing an error I've not seen before in the MTT runs on

[OMPI devel] OMPI_PROC_BIND value is invalid errors

2015-06-29 Thread Howard Pritchard
Hi Folks, I'm seeing an error I've not seen before in the MTT runs on the ibm dataplex at NERSC. The mpirun launched jobs are failing with OMPI_PROC_BIND value is invalid errors. This is is for the trivial ring tests. Is anyone else seeing these types of errors? Howard