Hi,
I’ve run my MCMC using this command
options_.parallel = struct(‘Local’, 1, ‘Name’,‘n1’,‘CPUnbr’,[1:8],…
‘NumberOfThreadsPerJob’,8,‘NumCPU’, 8, ‘user’,’’,‘Port’,’’,‘SingleCompThread’,‘true’,‘passwd’,’’,‘NodeWeight’,‘1’, ‘RemoteDrive’, ‘’,…
‘RemoteFolder’,’’,‘RemoteDirectory’,’’, ‘MatlabOctavePath’, ‘matlab’, ‘DynarePath’, ‘’,‘UserName’,‘gianni’,‘ComputerName’,‘localhost’);estimation(datafile=‘US_DNGS15_data.mat’,mode_compute=0,mode_file=US_DNGS15_mh_mode,nobs=230,presample=40,mh_replic=1000,mh_jscale=0.20,mh_nblocks=6)
DL_GDPC,
DL_GDPC,
DL_GDPDEF,
DL_PCEC_GDP,
DL_FPI_GDP,
DL_AWHNONAG,
DL_COMPNFB,
FFR;
Yet the MCMC seems to be run sequentially (one chain after the other).
Does anybody know what am I missing?
Cheers
Gianni