How to use parallel 'for' loop in Octave or Scilab?
问题 I have two for loops running in my Matlab code. The inner loop is parallelized using Matlabpool in 12 processors (which is maximum Matlab allows in a single machine). I dont have Distributed computing license. Please help me how to do it using Octave or Scilab. I just want to parallelize 'for' loop ONLY. There are some broken links given while I searched for it in google. 回答1: parfor is not really implemented in octave yet. The keyword is accepted, but is a mere synonym of for (http://octave