Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2950
| From | Alexey Timohin <alexey_timohin@mail.ru> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Parallel NDSolve |
| Date | 2011-06-05 11:03 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <isfnqa$bsb$1@smc.vnet.net> (permalink) |
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!!!
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Parallel NDSolve Alexey Timohin <alexey_timohin@mail.ru> - 2011-06-05 11:03 +0000
csiph-web