[Trac] #185: parallel computing: default missing for option NodeWeight
#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 -- Ticket URL: <https://www.dynare.org/trac/ticket/185> Dynare <http://www.dynare.org> The Dynare project
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
-- Marco Ratto, (http://easu.jrc.ec.europa.eu/), Joint Research Centre The European Commission, TP 361, 21027 ISPRA(VA), ITALY Tel: +39 0332 78 5639 Fax: +39 0332 78 5733 marco.ratto@jrc.ec.europa.eu
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
-- Marco Ratto, (http://easu.jrc.ec.europa.eu/), Joint Research Centre The European Commission, TP 361, 21027 ISPRA(VA), ITALY Tel: +39 0332 78 5639 Fax: +39 0332 78 5733 marco.ratto@jrc.ec.europa.eu
#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 -- Ticket URL: <https://www.dynare.org/trac/ticket/185#comment:1> Dynare <http://www.dynare.org> The Dynare project
#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 -- Ticket URL: <https://www.dynare.org/trac/ticket/185#comment:2> Dynare <http://www.dynare.org> The Dynare project
participants (3)
-
Houtan Bastani -
Marco Ratto -
Trac Dynare