123456
int **lBucket; lBucket = new int*[iWorldSize];//iWorldSize is the nummber of processors for(i=0;i<iWorldSize;++i) lBucket[i] = new int[m];