<div dir="ltr">Wonderful.  We have successfully installed and run SYMPHONY-5.6.10 across multiple machines with PVM.  Thank you so much.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 5, 2015 at 12:00 PM,  <span dir="ltr">&lt;<a href="mailto:symphony-request@list.coin-or.org" target="_blank">symphony-request@list.coin-or.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Symphony mailing list submissions to<br>
        <a href="mailto:symphony@list.coin-or.org">symphony@list.coin-or.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://list.coin-or.org/mailman/listinfo/symphony" target="_blank">http://list.coin-or.org/mailman/listinfo/symphony</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:symphony-request@list.coin-or.org">symphony-request@list.coin-or.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:symphony-owner@list.coin-or.org">symphony-owner@list.coin-or.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Symphony digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: SYMPHONY with PVM (Ted Ralphs)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 4 Apr 2015 12:04:47 -0400<br>
From: Ted Ralphs &lt;<a href="mailto:tkr2@lehigh.edu">tkr2@lehigh.edu</a>&gt;<br>
To: Alfred Pennyworth &lt;<a href="mailto:batcavecluster@gmail.com">batcavecluster@gmail.com</a>&gt;<br>
Cc: symphony &lt;<a href="mailto:symphony@list.coin-or.org">symphony@list.coin-or.org</a>&gt;<br>
Subject: Re: [Symphony] SYMPHONY with PVM<br>
Message-ID:<br>
        &lt;<a href="mailto:CA%2BGYyct2kTNxzOAgxsyhz%2Bv2y4jDWqVBpLXjP_sGf7SU4nuszQ@mail.gmail.com">CA+GYyct2kTNxzOAgxsyhz+v2y4jDWqVBpLXjP_sGf7SU4nuszQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi guys,<br>
<br>
I just made a release 5.6.10 that should fix this problem. Enjoy!<br>
<br>
Cheers,<br>
<br>
Ted<br>
<br>
On Mon, Mar 16, 2015 at 10:16 AM, Alfred Pennyworth &lt;<br>
<a href="mailto:batcavecluster@gmail.com">batcavecluster@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Dr. Ralphs and SYMPHONY team,<br>
&gt;<br>
&gt; Our team has continued our efforts to use SYMPHONY, but we&#39;ve hit another<br>
&gt;  impasse.  We can consistently &quot;make&quot; SYMPHONY using the information you<br>
&gt; previously gave us, but we can&#39;t seem to make it work properly.<br>
&gt; We start SYMPHONY in distributed memory parallel processing mode  from the<br>
&gt; command line as follows:<br>
&gt; symphony_m_tm_cp -f &lt;configuration.file&gt; -F &lt;problem.file&gt; [-p #]<br>
&gt; When configuration.file either does not specifiy max_active_nodes or<br>
&gt; specifies max_active_nodes to be 1, an instance of symphony_m_tm_cp will<br>
&gt; start on the initiating machine and a single instance of symphony_lp_cg<br>
&gt; will start on one of the machines currently running pvm (we have not<br>
&gt; noticed a pattern in which machine is selected).  The presence of absence<br>
&gt; of &quot;-p #&quot; on the command line has no apparent impact, regardless of the<br>
&gt; value of #.  SYMPHONY will then solve the problem using a single processor<br>
&gt; to do all LP solving tasks.<br>
&gt; When the configuration file sets max_active_nodes to any integer N &gt; 1, we<br>
&gt; get a single instance of symphony_m_tm_cp on the calling machine as well as<br>
&gt; N instances of symphony_lp_cg spread over the available machines.  However,<br>
&gt; the problem is not solved.  The calling machine&#39;s standard output will<br>
&gt; display the table of &quot;Time  Done  Queued  LB  UB Gap&quot; as normal; Time<br>
&gt; increments, but &quot;Done&quot; and &quot;Queued&quot; remain at 0 and 1, respectively.  As<br>
&gt; before, the presence or absence of &quot;-p #&quot; and value of # have no apparent<br>
&gt; effect.  When we force SYMPHONY to exit gracefully (Control-C, e while<br>
&gt; running), all outputs are 0 except:<br>
&gt;<br>
&gt; Total Wallclock Time: the number of seconds we let SYMPHONY run<br>
&gt; Ramp Up Time (TM): approximately the number of lp processes * wallclock<br>
&gt; time<br>
&gt; Total User Time: on the order of 0.01<br>
&gt; Number of created nodes: 1<br>
&gt; Size of the tree: 1<br>
&gt; In the latter case, we were expecting that SYMPHONY would use the<br>
&gt; additional instances of symphony_lp_cg to simultaneously analyse multiple<br>
&gt; nodes.  If this is how the parallel processing feature is meant to work, it<br>
&gt; seems that the master process is starting the appropriate number of other<br>
&gt; processes, but something is preventing the Tree Manager process from<br>
&gt; assigning tasks to the LP processes.<br>
&gt; We don&#39;t know whether it&#39;s relevant, but when we use lp_mach_num and the<br>
&gt; associated parameters in the configuration file, SYMPHONY always starts the<br>
&gt; expected number of instances of symphony_lp_cg and always exclusively on<br>
&gt; the specified machine(s).<br>
&gt; We&#39;ve attempted to make and call SYMPHONY using most of the documented<br>
&gt; compile time and run time parameters, and none (except as noted) have any<br>
&gt; effect on SYMPHONY?s behavior whenever max_active_nodes &gt; 1.<br>
&gt; We&#39;ve also attempted to configure and make SYMPHONY with the modules<br>
&gt; divided in other configurations and have been unable to successfully make<br>
&gt; an installation with executables other than clp, symphony,<br>
&gt; symphony_m_tm_cp, and symphony_lp_cg.  We?ve used both config.site and<br>
&gt; command-line options as described in the user manual to configure to try to<br>
&gt; build SYMPHONY with the modules divided differently, but any configuration<br>
&gt; that would lead to executables other than the above fails during the make<br>
&gt; process.<br>
&gt;<br>
&gt; We?ve also located a file named ?&lt;SYMPHONY?s root folder&gt;/SYMPHONY/config?<br>
&gt; that appears to be meant to control many of the same parameters as<br>
&gt; config.site, notably use of PVM, static vs. shared libraries, and module<br>
&gt; compilations (specifically SYM_COMPILE_IN_LP = FALSE).   We?ve re-compiled<br>
&gt; and re-installed SYMPHONY after editing those parameters to match the ones<br>
&gt; set in config.site.  We haven?t found any references to this configuration<br>
&gt; file in the documentation; is it still used, or is it something carried<br>
&gt; forward from a previous version?<br>
&gt;<br>
&gt; Are we misunderstanding how SYMPHONY is meant to run in a distributed<br>
&gt; memory parallel setup, or simply mis-calling or mis-configuring the<br>
&gt; program?  Is there anything else we can do that might help identify or<br>
&gt; solve the problem?<br>
&gt;<br>
&gt; Many thanks in advance,<br>
&gt; David, John, and Tom<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Symphony mailing list<br>
&gt; <a href="mailto:Symphony@list.coin-or.org">Symphony@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/symphony" target="_blank">http://list.coin-or.org/mailman/listinfo/symphony</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Dr. Ted Ralphs<br>
Associate Professor, Lehigh University<br>
<a href="tel:%28610%29%20628-1280" value="+16106281280">(610) 628-1280</a><br>
ted &#39;at&#39; lehigh &#39;dot&#39; edu<br>
<a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://list.coin-or.org/pipermail/symphony/attachments/20150404/8bc2575c/attachment-0001.html" target="_blank">http://list.coin-or.org/pipermail/symphony/attachments/20150404/8bc2575c/attachment-0001.html</a>&gt;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Symphony mailing list<br>
<a href="mailto:Symphony@list.coin-or.org">Symphony@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/symphony" target="_blank">http://list.coin-or.org/mailman/listinfo/symphony</a><br>
<br>
<br>
End of Symphony Digest, Vol 101, Issue 1<br>
****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font><span style="font-family:tahoma,sans-serif">&quot;Why do we fall, sir? So that we might better learn to pick ourselves up.&quot;</span></font><br><font><span style="font-family:tahoma,sans-serif"></span></font><br><font><span style="font-family:tahoma,sans-serif">&quot;What is the point of all those push-ups if you can’t even lift a bloody log?&quot;</span></font><font></font><font><span style="font-family:tahoma,sans-serif"></span></font></blockquote></div></div>
</div>