Get GNU Octave to work with a multicore processor. (Multithreading)
I want to be able to program multiple threads with gnu octave so it will utilize multiple processors. I installed GNU Octave on Fedora 17 Linux and did the following: yum install octave Which installed on my computer the latest version of octave, 3.6.2. It works great, however when you multiply two huge matrices together it bogs down the one CPU that octave uses. It would be nice if the matrix multiplication utilizes all of the cores, since in this case the CPU is obviously the bottleneck. Can octave fully utilize multi-core processors and run on multiple threads? Is there a library or compile