Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-26 Thread Mike Dubman
so far did not happen yet - will report if it does. On Tue, Jan 24, 2012 at 5:10 PM, Jeff Squyres wrote: > Ralph's fix has now been committed to the v1.5 trunk (yesterday). > > Did that fix it? > > > On Jan 22, 2012, at 3:40 PM, Mike Dubman wrote: > > > it was compiled with the same ompi. > > We

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-24 Thread Jeff Squyres
Ralph's fix has now been committed to the v1.5 trunk (yesterday). Did that fix it? On Jan 22, 2012, at 3:40 PM, Mike Dubman wrote: > it was compiled with the same ompi. > We see it occasionally on different clusters with different ompi folders. > (all v1.5) > > On Thu, Jan 19, 2012 at 5:44 PM

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-22 Thread Mike Dubman
it was compiled with the same ompi. We see it occasionally on different clusters with different ompi folders. (all v1.5) On Thu, Jan 19, 2012 at 5:44 PM, Ralph Castain wrote: > I didn't commit anything to the v1.5 branch yesterday - just the trunk. > > As I told Mike off-list, I think it may hav

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-19 Thread Ralph Castain
I didn't commit anything to the v1.5 branch yesterday - just the trunk. As I told Mike off-list, I think it may have been that the binary was compiled against a different OMPI version by mistake. It looks very much like what I'd expect to have happen in that scenario. On Jan 19, 2012, at 7:52 A

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-19 Thread Jeff Squyres
Did you "svn up"? I ask because Ralph committed some stuff yesterday that may have fixed this. On Jan 18, 2012, at 5:19 PM, Andrew Senin wrote: > No, nothing specific. Only basic settings (--mca btl openib,self > --npernode 1, etc). > > Actually I'm were confused with this error because today

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-18 Thread Andrew Senin
No, nothing specific. Only basic settings (--mca btl openib,self --npernode 1, etc). Actually I'm were confused with this error because today it just disapeared. I had 2 separate folders where it was reproduced in 100% of test runs. Today I recompiled the source and it is gone in both folders. But

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-18 Thread Jeff Squyres
Jumping in pretty late in this thread here... I see that it's failing in opal_hwloc_base_close(). That's a little worrysome. I do see an odd path through the hwloc initialization that *could* cause an error during finalization -- but it would involve you setting an invalid value for an MCA

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-17 Thread Andrew Senin
slurm 2.3.2 -Andrew On Tue, Jan 17, 2012 at 6:05 PM, Ralph Castain wrote: > What version of slurm? > > > Sent from my iPad > > On Jan 17, 2012, at 4:36 AM, Andrew Senin wrote: > >> Hi Ralph, >> >> If you want Mike can provide access to the lab with RHEL 6.0 where we >> see the problem. >> >> Th

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-17 Thread Ralph Castain
What version of slurm? Sent from my iPad On Jan 17, 2012, at 4:36 AM, Andrew Senin wrote: > Hi Ralph, > > If you want Mike can provide access to the lab with RHEL 6.0 where we > see the problem. > > Thanks, > Andrew Senin > > On Tue, Jan 17, 2012 at 9:59 AM, Mike Dubman wrote: >> It happen

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-17 Thread Andrew Senin
Hi Ralph, If you want Mike can provide access to the lab with RHEL 6.0 where we see the problem. Thanks, Andrew Senin On Tue, Jan 17, 2012 at 9:59 AM, Mike Dubman wrote: > It happensĀ for us on RHEL 6.0 > > > On Tue, Jan 17, 2012 at 3:46 AM, Ralph Castain > wrote: >> >> Well, I'm afraid I can't

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-17 Thread Mike Dubman
It happens for us on RHEL 6.0 On Tue, Jan 17, 2012 at 3:46 AM, Ralph Castain wrote: > Well, I'm afraid I can't replicate your report. It runs fine for me. > > Sent from my iPad > > On Jan 16, 2012, at 4:25 PM, Ralph Castain wrote: > > > Hprobably a bug. I haven't tested that branch yet.

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-16 Thread Ralph Castain
Well, I'm afraid I can't replicate your report. It runs fine for me. Sent from my iPad On Jan 16, 2012, at 4:25 PM, Ralph Castain wrote: > Hprobably a bug. I haven't tested that branch yet. Will take a look. > > Sent from my iPad > > On Jan 16, 2012, at 11:56 AM, Andrew Senin wrote:

Re: [OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-16 Thread Ralph Castain
Hprobably a bug. I haven't tested that branch yet. Will take a look. Sent from my iPad On Jan 16, 2012, at 11:56 AM, Andrew Senin wrote: > Hi, > > I think I've found a bug in the hear revision of the OpenMPI 1.5 > branch. If it is configured with --disable-debug it crashes in > finaliz

[OMPI users] Possible bug in finalize, OpenMPI v1.5, head revision

2012-01-16 Thread Andrew Senin
Hi, I think I've found a bug in the hear revision of the OpenMPI 1.5 branch. If it is configured with --disable-debug it crashes in finalize on the hello_c.c example. Did I miss something out? Configure options: ./configure --with-pmi=/usr/ --with-slurm=/usr/ --without-psm --disable-debug --enabl