ifisnumeric(options_.parallel),% | isunix, % For the moment exclude unix platform from parallel implementation.
ifisnumeric(options_.parallel),
[fout]=PosteriorIRF_core1(localVars,1,B,0);
else
% Parallel execution!
...
...
@@ -424,9 +424,9 @@ end
% The others file format are generated in parallel by PosteriorIRF_core2!
% Comment for testing!
% Comment for testing!
if~exist('OCTAVE_VERSION')
ifisnumeric(options_.parallel)% || (M_.exo_nbr*ceil(size(varlist,1)/MaxNumberOfPlotPerFigure))<8,% | isunix, % for the moment exclude unix platform from parallel implementation