Fix C&P errors in r31012
cmr=v1.7.5:ticket=trac:4373 This commit was SVN r31014. The following SVN revision numbers were found above: r31012 --> open-mpi/ompi@d5d2d5c4d8 The following Trac tickets were found above: Ticket 4373 --> https://svn.open-mpi.org/trac/ompi/ticket/4373
Этот коммит содержится в:
родитель
647fdaaa22
Коммит
0c493b4372
@ -194,11 +194,11 @@ int ompi_errcode_intern_init (void)
|
||||
&ompi_err_request);
|
||||
|
||||
OBJ_CONSTRUCT(&ompi_err_rma_sync, ompi_errcode_intern_t);
|
||||
ompi_err_request.code = OMPI_ERR_RMA_SYNC;
|
||||
ompi_err_request.mpi_code = MPI_ERR_RMA_SYNC;
|
||||
ompi_err_request.index = pos++;
|
||||
strncpy(ompi_err_request.errstring, "OMPI_ERR_RMA_SYNC", OMPI_MAX_ERROR_STRING);
|
||||
opal_pointer_array_set_item(&ompi_errcodes_intern, ompi_err_request.index,
|
||||
ompi_err_rma_sync.code = OMPI_ERR_RMA_SYNC;
|
||||
ompi_err_rma_sync.mpi_code = MPI_ERR_RMA_SYNC;
|
||||
ompi_err_rma_sync.index = pos++;
|
||||
strncpy(ompi_err_rma_sync.errstring, "OMPI_ERR_RMA_SYNC", OMPI_MAX_ERROR_STRING);
|
||||
opal_pointer_array_set_item(&ompi_errcodes_intern, ompi_err_rma_sync.index,
|
||||
&ompi_err_rma_sync);
|
||||
|
||||
ompi_errcode_intern_lastused=pos;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user