I have a for loop which run 50000 times.
I have a dual core cpu made by amd, so parallel is a better choice.
There are two packages in Maple 15: Grid and Thread.
I want to know which one is more effeciency?
And in my program,there are no intersection between for-loops.
how to programming in parallel?
Thank you in advance.