Skip to content

about ialltoallw #3480

Closed
Closed
@mathbird

Description

@mathbird

Hi,

ialltoallvw_zero.c.txt

The attached test code pass with MPICH well, but has problems with OpenMPI.

There are three tests in the code, the first passes, the second one hangs, and the third one results in seg. fault and core dump.

The hanging seemed caused by the handle in the function ompi_coll_libnbc_ialltoallw in mca/coll/libnbc/nbc_ialltoallw.c, where it is not set correctly for the request, based on the input parameters.

The the seg fault is caused by ompi_datatype_type_size(sendtypes[me], &sendtype_size); //sendtypes[me] = NULL.

any suggestion?

Dahai

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions