Parallel NDSolve
- To: mathgroup at smc.vnet.net
- Subject: [mg119469] Parallel NDSolve
- From: Alexey Timohin <alexey_timohin at mail.ru>
- Date: Sun, 5 Jun 2011 07:03:35 -0400 (EDT)
Hello mathematicians! Please help me to resolve the next problem : I try to solve ODE system simultaneously on several kernels - for example, I have ODE system with 4 equations and I want it would be solved on 4 kernels in parallel stream. If I try use res=Parallelize[NDSolve[{ODE1, ODE2, ODE3, ODE4}, {x1,x2,x3,x4},{t,0,1}]] It does not work. Write : NDSolve could not be parallelized Thanks for attention!!!