I have two computers, and a MATLAB code that works.
1) On one computer, a line that contains parfor carries out a parallelized computation, as expected.
2) On another computer, the parfor executes as if it is an ordinary for loop, without any parallelization. This happens even for asking as little as 2 things in parallel.
On neither computer does the code error.
What is going on?