1
1

I don't think this one was intended to go inside ...

This commit was SVN r6404.
Этот коммит содержится в:
George Bosilca 2005-07-08 21:57:04 +00:00
родитель c0896ebe99
Коммит 99340fd8d3

Просмотреть файл

@ -864,7 +864,7 @@ ompi_proc_t **ompi_comm_get_rprocs ( ompi_communicator_t *local_comm,
if (OMPI_SUCCESS != (rc = opal_size2int(size_len, &int_len, true))) {
goto err_exit;
}
printf("Got sizet len: %ld, int %d\n", size_len, int_len);
rc = MCA_PML_CALL(send (&int_len, 1, MPI_INT, remote_leader, tag,
MCA_PML_BASE_SEND_STANDARD, bridge_comm ));
if ( OMPI_SUCCESS != rc ) {