Hi Marco,
I took care of this change in the preprocessor. Now all nodes will have weights associated with them such that the following is produced:
Members = n1(4) n2 => options_.parallel(...,'NodeWeight','0.8'..) options_.parallel(...,'NodeWeight','0.2'..)
and Members = n1 n2 => options_.parallel(...,'NodeWeight','0.5'..) options_.parallel(...,'NodeWeight','0.5'..)
Best, Houtan
On 06/09/2011 11:27 AM, Marco Ratto wrote:
thanks Michel,
is this to be done at thepre-processor level? Or should we set it weights to 1 in
InitializeComputationalEnvironment
(currently we set explcitly always 1 in the configuration file for our tests) Marco
On 6/9/2011 9:15 AM, Trac Dynare wrote:
#185: parallel computing: default missing for option NodeWeight --------------------------+-------------------------------------------------
Reporter: michel | Owner: Type: bug | Status: new Priority: major | Milestone: 4.3 Component: Core M-files | Version: Keywords: | --------------------------+-------------------------------------------------
./matlab/parallel/InitializeComputationalEnvironment.m crashes when no value is indicated for node weights in Dynare configuration file