Oops! This one is almost funny. :-)
This commit was SVN r2905.
Этот коммит содержится в:
родитель
02cc1ccdc9
Коммит
ff230303f3
@ -57,7 +57,7 @@ void mpi_alltoall_f(char *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype,
|
||||
c_sendtype = MPI_Type_f2c(*sendtype);
|
||||
c_recvtype = MPI_Type_f2c(*recvtype);
|
||||
|
||||
*ierr = OMPI_INT_2_FINT(MPI_Allgather(sendbuf,
|
||||
*ierr = OMPI_INT_2_FINT(MPI_Alltoall(sendbuf,
|
||||
OMPI_FINT_2_INT(*sendcount),
|
||||
c_sendtype,
|
||||
recvbuf,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user