Skip to content
Snippets Groups Projects
Commit da8f7024 authored by MichelJuillard's avatar MichelJuillard
Browse files

removed parfor used for building the Jacobian

parent 1b38dc64
Branches clang+openmp
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ function [flag,endo_simul,err] = solve_stochastic_perfect_foresight_model(endo_s
i_cols_f = i_cols_f + ny;
end
nzA = cell(periods,world_nbr);
parfor j=1:world_nbr
for j=1:world_nbr
i_rows_y = find(lead_lag_incidence')+(order+1)*ny;
offset_c = ny*(sum(nnodes.^(0:order-1),2)+j-1);
offset_r = (j-1)*ny;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment