4

I found some sources online that indicate that there are tools for Octave that allow one to parallelize algorithms, but couldn't find any details or how to get and use them. Any help/insight into this would be great.

db1234
  • 797
  • 2
  • 11
  • 28

1 Answers1

4

http://octave.sourceforge.net/parallel/ Just install the package and the function reference may help.

flyingfoxlee
  • 1,764
  • 1
  • 19
  • 29
  • 2
    On the link you sent it says: "For parallel execution on a single machine see e.g. function parcellfun (author: Jaroslav Hajek) in package general." I'm not sure what that means...I'd like to be able to run a loop in Octave in parallel on a single machine. – db1234 May 09 '12 at 16:09
  • Try this link now http://sourceforge.net/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/ – user1953384 Jul 29 '14 at 14:22