| Author |
Comment/Response |
dan
|
04/03/09 10:08pm
Hi,
When I run the following code
list = {1, 2};
Table[list[[i]], {i, 2}]
ParallelTable[list[[i]], {i, 2}]
I get this error message
(kernel 2) Part::partd: Part specification list[[1]] is longer than depth of object.
(kernel 1) Part::partd: Part specification list[[2]] is longer than depth of object.
Note that "Table" works but "ParallelTable" gives the error.
This is Mathematica 7 on mac OS X. What is wrong?
Thanks,
Dan
URL: , |
|