syn_burz

21 Reputation

6 Badges

17 years, 6 days

MaplePrimes Activity


These are questions asked by syn_burz

I tried to use the parallelized Map function in Maple 16.

The following code worked as expected:

with(Threads);
Map(`^`,[1,2],2);

But then I tried:
Map(`op`,[[a,b]]);

and the Maple kernel crashed. This happens every time.

Any ideas what can be a reason of this?

Page 1 of 1