help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementing Parallel Computing


From: Michael Creel
Subject: Re: Implementing Parallel Computing
Date: Tue, 29 Apr 2014 07:18:47 -0700 (PDT)

I have worked with jump diffusion models using Octave. I use an Euler
approximation. As this involves running a long loop, I wrote C++ code for
the model, and compile it as an .oct file. I think that this will work
better than trying to parallelize the code. The loop of an Euler
approximation is not very amenable to simple parallelization methods,
because of the dependency of the items being looped over on their previous
values.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Implementing-Parallel-Computing-tp4663819p4663830.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]