#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
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
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
Thanks a lot. Marco
On 6/9/2011 2:46 PM, Houtan Bastani wrote:
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
Dev mailing list Dev@dynare.org https://www.dynare.org/cgi-bin/mailman/listinfo/dev
#185: parallel computing: default missing for option NodeWeight --------------------------+------------------------------------------------- Reporter: michel | Owner: houtanb Type: bug | Status: accepted Priority: major | Milestone: 4.3 Component: Core M-files | Version: Keywords: | --------------------------+------------------------------------------------- Changes (by houtanb):
* owner: => houtanb * status: new => accepted
#185: parallel computing: default missing for option NodeWeight ---------------------------+------------------------------------------------ Reporter: michel | Owner: houtanb Type: bug | Status: closed Priority: major | Milestone: 4.3 Component: Core M-files | Version: Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by houtanb):
* status: accepted => closed * resolution: => fixed
Comment:
In commit dbf57b37e2434bd3c294ed9a0a4ad694bce6a3d3