所有处理器上的标签大小都不相同

时间:2011-01-01 11:09:09

标签: bsp

ABORT(pid 1):{bsp_set_tagsize}“BSP.cpp”第136行 标签大小在所有处理器上都不相同

那是什么意思?

bsp_begin(bsp_nprocs());
...
bsp_push_reg(matrix,sizeof(int)*sizeMatrix*sizeMatrix); bsp_push_reg(&answer,sizeof(int));
bsp_sync();
...
for(level=1;level<=sizeMatrix;level++){
...
}

bsp_sync();
bsp_pop_reg(matrix);
bsp_pop_reg(&answer);
bsp_sync();
bsp_end();

在那里没有bsp_sync() 如果我把评论它的工作, 如果没有,那就说错误了。

有人可以解释一下吗?

0 个答案:

没有答案