Re: [mpich-discuss] dynamic 2D array creation error
18 Feb
2014
18 Feb
'14
7:48 a.m.
This list is for asking questions about the usage of mpich. General programming questions like the below are better suited for a forum like Stackoverflow. On 02/18/2014 12:44 AM, Soheil Hooshdaran wrote:
Hello. What's wrong with this code snippet?
|1 2 3 4 5 6 |
| int **lBucket;
lBucket =new int*[iWorldSize];//iWorldSize is the nummber of processors
for(i=0;i<iWorldSize;++i) lBucket[i] =new int[m];|
Thanks in advance
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
4537
Age (days ago)
4537
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kenneth Raffenetti