revert change that shouldn't have been part of r28952
This commit was SVN r28953. The following SVN revision numbers were found above: r28952 --> open-mpi/ompi@cb90a4a7fc
Этот коммит содержится в:
родитель
cb90a4a7fc
Коммит
e4f105ffb3
@ -550,6 +550,10 @@ static inline void NBC_SchedCache_dictwipe(hb_tree *dict, int *size) {
|
|||||||
if(sendbuf == MPI_IN_PLACE) { \
|
if(sendbuf == MPI_IN_PLACE) { \
|
||||||
sendbuf = recvbuf; \
|
sendbuf = recvbuf; \
|
||||||
inplace = 1; \
|
inplace = 1; \
|
||||||
|
} else \
|
||||||
|
if(recvbuf == MPI_IN_PLACE) { \
|
||||||
|
recvbuf = sendbuf; \
|
||||||
|
inplace = 1; \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user