1
1

Merge pull request #419 from nkogteva/master

grpcomm brcks: fix copy-paste bug which affects performance
Этот коммит содержится в:
rhc54 2015-02-25 07:39:55 -08:00
родитель 9381f38a98 c4d6ca6468
Коммит efbb57430b

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

@ -84,9 +84,6 @@ static int allgather(orte_grpcomm_coll_t *coll,
"%s grpcomm:coll:bruck algo employed for %d processes",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), (int)coll->ndmns));
/* start by seeding the collection with our own data */
opal_dss.copy_payload(&coll->bucket, sendbuf);
/* record that we contributed */
coll->nreported += 1;