Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: cpu time
Posted:
Apr 11, 2012 11:19 AM
|
|
"Nicholas Howe" wrote in message <jm446c$7eq$1@newscl01ah.mathworks.com>... > > Yi, the contest machine is running MATLAB R2012a on 64-bit Linux. It is not unreasonable to observe differences in performance between MATLAB versions and machine architectures. Also, keep in mind that the actual testsuite used to score the entries is different than the sample testsuite provided on the File Exchange. Thus, the exact amount of work the code has to do might be a bit different. > > > > Hope this helps, > > David > > I notice that the current leader contains a parfor loop. Can you give us any information about whether the contest machine has multiple parallel threads available to it? > -Nick
Nick,
We do not open a MATLAB pool, so PARFOR will act the same as FOR wherever it's used. As always, only base MATLAB functions are available to be used in the contest. While the official time we measure won?t see any benefit from using PARFOR, it might help a user develop/test code more quickly if they have the Parallel Computing Toolbox available.
Good luck on the home stretch!
- Dan
|
|
|
|