1
1

fix erroneous commit in rdma mpool

This commit was SVN r26572.
Этот коммит содержится в:
Nathan Hjelm 2012-06-07 20:01:44 +00:00
родитель a331bb97ba
Коммит 4c6be00de2

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

@ -414,7 +414,6 @@ int mca_mpool_rdma_deregister(struct mca_mpool_base_module_t *mpool,
OPAL_THREAD_LOCK(&mpool->rcache->lock);
reg->ref_count--;
if(reg->ref_count > 0) {
fprintf (stderr, "reference count: %d\n", reg->ref_count);
OPAL_THREAD_UNLOCK(&mpool->rcache->lock);
return OMPI_SUCCESS;
}