Commit 040277e6 authored by Argyris Kalogeratos's avatar Argyris Kalogeratos
Browse files

set default is MATLAB_WORKERS = 0

parent 21b1c018
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ addpath('Var');
poolobj = gcp('nocreate');    
    
% Setup the pool of Matlab workers for parallel processing
MATLAB_WORKERS = 8;   % adjust the number of workers to use
MATLAB_WORKERS = 0;   % adjust the number of workers to use

if (MATLAB_WORKERS > 0)
    if (isempty(poolobj))