Re: [OMPI devel] bus error with openmpi-1.8.2rc4r32485 and gcc-4.9.0

2014-08-11 Thread Siegmar Gross
Hi, > Your commit r32459 fixed the bus error by correcting > opal/dss/dss_copy.c. It's OK for trunk because mca_dstore_hash > calls dss to copy data. But it's insufficient for v1.8 because > mca_db_hash doesn't call dss and copies data itself. > > The attached patch is the minimum patch to fix it

Re: [OMPI devel] bus error with openmpi-1.8.2rc4r32485 and gcc-4.9.0

2014-08-11 Thread Kawashima, Takahiro
Hi Ralph, Your commit r32459 fixed the bus error by correcting opal/dss/dss_copy.c. It's OK for trunk because mca_dstore_hash calls dss to copy data. But it's insufficient for v1.8 because mca_db_hash doesn't call dss and copies data itself. The attached patch is the minimum patch to fix it in v1