It appears that SEND_COMPLETE on a 0 byte message with BTLs that don't
support SEND_IN_PLACE causes badness because the BTL tries to use the not-exactly-complete convertor. Don't need it in this situation anyway. This commit was SVN r13700.
Этот коммит содержится в:
родитель
4d8ee3d1e1
Коммит
727f64aecf
@ -41,7 +41,7 @@ int ompi_init_do_preconnect(void)
|
||||
if(my_rank){
|
||||
ret = MCA_PML_CALL(send(MPI_BOTTOM, 0, MPI_BYTE,
|
||||
0, 1,
|
||||
MCA_PML_BASE_SEND_COMPLETE,
|
||||
MCA_PML_BASE_SEND_STANDARD,
|
||||
MPI_COMM_WORLD));
|
||||
if(OMPI_SUCCESS != ret) {
|
||||
return ret;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user