[hwloc-devel] Create success (hwloc git dev-195-gf100263)

2014-09-01 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc dev-195-gf100263 Start time: Mon Sep 1 21:01:02 EDT 2014 End time: Mon Sep 1 21:02:30 EDT 2014 Your friendly daemon, Cyrador

Re: [OMPI devel] OMPI devel] race condition in coll/ml

2014-09-01 Thread Gilles Gouaillardet
Ralph, The changeset avoids SIGSEGV by calling mpi_abort before bad things happen. The attached patch seems to fix the problem (and makes the changeset kind of useless). Once again, the patch was very little tested and might break other parts of coll/m.laposte Cheers, Gilles Ralph Castain

Re: [OMPI devel] race condition in coll/ml

2014-09-01 Thread Ralph Castain
Usually we have trouble with coll/ml because the process locality isn't being reported sufficiently for its needs. Given the recent change in data exchange, I suspect that is the root cause here - I have a note to Nathan asking for clarification of the coll/ml locality requirement. Did this

Re: [OMPI devel] oshmem-openmpi-1.8.2 causes compile error with -i8(64bit fortarn integer) configuration

2014-09-01 Thread tmishima
Gilles, Thank you for your fix. I successfully compiled it with PGI, although I could not check it executing actual test run. Tetsuya > Mishima-san, > > the root cause is macro expansion does not always occur as one would > have expected ... > > could you please give a try to the attached patch

[OMPI devel] race condition in coll/ml

2014-09-01 Thread Gilles Gouaillardet
Folks, mtt recently failed a bunch of times with the trunk. a good suspect is the collective/ibarrier test from the ibm test suite. most of the time, CHECK_AND_RECYCLE will fail /* IS_COLL_SYNCMEM(coll_op) is true */ with this test case, we just get a glory SIGSEGV since OBJ_RELEASE is called

[hwloc-devel] preparing v1.10

2014-09-01 Thread Brice Goglin
Hello, I am planning to release v1.10 soon. We don't have any new big feature, just random improvements everywhere, see below. If there's something important you want now, please speak up quickly. thanks Brice * API + hwloc_distrib() does not ignore any objects anymore when there are too

Re: [OMPI devel] about the test_shmem_zero_get.x test from the openshmem test suite

2014-09-01 Thread Gilles Gouaillardet
Jeff, i did not get any reply :-( from the OpenSHMEM 1.1 specs : Data object on the PE identified by pe that contains the data to be copied. This data object must be remotely accessible. so i assumed the test was incorrect and i commited a new one (r2418) Cheers, Gilles On 2014/08/29 23:41,

Re: [OMPI devel] oshmem-openmpi-1.8.2 causes compile error with -i8(64bit fortarn integer) configuration

2014-09-01 Thread Gilles Gouaillardet
Mishima-san, the root cause is macro expansion does not always occur as one would have expected ... could you please give a try to the attached patch ? it compiles (at least with gcc) and i made zero tests so far Cheers, Gilles On 2014/09/01 10:44, tmish...@jcity.maeda.co.jp wrote: > Hi