<div dir="ltr"><div><div><div><div><div>Tim,<br><br>We were having the same issues configuring Symphony-5.6.2 with compiling the official pvm 3.4.6 source distribution under Ubuntu 14.10.  Assuming you have your PVM_ROOT and PVM_ARCH directories properly set, what seems to have made it works for us was:<br><br></div>1. Copy the PVM libraries from $PVM_ROOT/lib/$PVM_ARCH directory to /usr/lib<br></div>2. Copy the PVM include files from $PVM_ROOT/include to /usr/include<br><br>Hopefully, that should clear up the ./configure --with-pvm issues you were running into under Symphony-5.6.2.<br><br></div>However once we got Symphony-5.6.2 to configure and install we still had the same error message you had:<br><br>pvm_trecv(): Not implemented<br>Pvm Error -24 : PvmNotImpl (Not implemented)<br>
<br>pvm_trecv(): Bad parameter<br>Pvm Error -24 : PvmNotImpl (Not implemented)<br><br></div>I checked our PVM install by running one of the examples provided by the PVM source package across our cluster and it worked fine.  At this point it looks like Symphony isn&#39;t talking to PVM right (or we still don&#39;t have Symphony properly configured). <br><br></div><div>Any advice on that issue would be greatly appreciated.<br></div><div><br></div>Thanks,<br>John<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 21, 2014 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. PVM,      issues with both Ubuntu version (runtime) and official<br>
      source    (compile time) (Tim Goddard)<br>
   2. Re: PVM,  issues with both Ubuntu version (runtime) and<br>
      official source   (compile time) (Tim Goddard)<br>
   3. Re: PVM, issues with both Ubuntu version (runtime) and<br>
      official source (compile time) (Ted Ralphs)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 21 Nov 2014 15:58:38 +1300<br>
From: Tim Goddard &lt;<a href="mailto:tim@goddard.net.nz">tim@goddard.net.nz</a>&gt;<br>
To: <a href="mailto:symphony@list.coin-or.org">symphony@list.coin-or.org</a><br>
Subject: [Symphony] PVM,        issues with both Ubuntu version (runtime) and<br>
        official source (compile time)<br>
Message-ID: &lt;6660564.LKUPNhfLjX@timg-lp&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hi all,<br>
<br>
I have some issues when trying to run SYMPHONY compiled with PVM on Ubuntu<br>
14.04 for amd64 . The versions are:<br>
<br>
SYMPHONY from SVN: <a href="https://projects.coin-or.org/svn/SYMPHONY/releases/5.6.2" target="_blank">https://projects.coin-or.org/svn/SYMPHONY/releases/5.6.2</a><br>
<br>
pvm:<br>
  Installed: 3.4.5-12.5ubuntu1<br>
  Candidate: 3.4.5-12.5ubuntu1<br>
...<br>
pvm-dev:<br>
  Installed: 3.4.5-12.5ubuntu1<br>
  Candidate: 3.4.5-12.5ubuntu1<br>
...<br>
<br>
Ubuntu installs the headers in the system directory, have to symlink them in<br>
to the PVM directory to compile:<br>
<br>
export PVM_ROOT=/usr/lib/pvm3<br>
sudo ln -s /usr/include $PVM_ROOT/include<br>
<br>
It compiled fine with ./configure --with-pvm (not really the PVM root, but puts<br>
the includes in the right place).<br>
<br>
Symlinked the binaries in to $HOME/pvm3/bin/LINUX64/<br>
<br>
But when running I get this:<br>
<br>
&gt; timg@timg-lp:~/dev/SYMPHONY-5.6.2$ bin/symphony_m_tm_cp<br>
&gt;<br>
&gt; ==  Welcome to the SYMPHONY MILP Solver<br>
&gt; ==  Copyright 2000-2014 Ted Ralphs and others<br>
&gt; ==  All Rights Reserved.<br>
&gt; ==  Distributed under the Eclipse Public License 1.0<br>
&gt; ==  Version: 5.6.2<br>
&gt; ==  Build Date: Nov 21 2014<br>
&gt; ==  Revision Number: 2322<br>
&gt;<br>
&gt; ***** WELCOME TO SYMPHONY INTERACTIVE MIP SOLVER ******<br>
&gt;<br>
&gt; Please type &#39;help&#39;/&#39;?&#39; to see the main commands!<br>
&gt;<br>
&gt; SYMPHONY: load<br>
&gt; Name of the file: ./Data/Sample/exmip1.lp<br>
&gt; SYMPHONY: solve<br>
&gt;<br>
&gt; Automatically setting number of threads to 4<br>
&gt;<br>
&gt; Starting Preprocessing...<br>
&gt; Preprocessing finished...<br>
&gt;          bounds improved: 6<br>
&gt;          constraints removed: 2<br>
&gt;          variables fixed: 2<br>
&gt;<br>
&gt; Solving...<br>
&gt;<br>
&gt; [t40009] BEGIN<br>
&gt; [t4000a] BEGIN<br>
&gt; [t4000b] BEGIN<br>
&gt; [t4000c] BEGIN<br>
&gt; libpvm [t40008]: pvm_trecv(): Not implemented<br>
&gt; Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt;<br>
&gt; libpvm [t40008]: pvm_trecv(): Bad parameter<br>
&gt; libpvm [t40008]: Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt;<br>
&gt; pvm_trecv(): Bad parameter<br>
&gt; Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; libpvm [t40008]:<br>
&gt; pvm_bufinfo(): Bad parameter<br>
&gt; libpvm [t40008]: Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt;<br>
&gt; pvm_bufinfo(): Bad parameter<br>
&gt; Unknown message type -1780440064<br>
&gt;<br>
&gt; Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt;<br>
&gt; Unknown message type -1780440064<br>
&gt;<br>
&gt; libpvm [t40008]: pvm_bufinfo(): Bad parameter<br>
&gt; Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt;<br>
&gt; Unknown message type -1445014944<br>
&gt;<br>
&gt;<br>
&gt; ****************************************************<br>
&gt; * A process has died abnormally -- halting         *<br>
&gt; ****************************************************<br>
&gt;<br>
&gt;<br>
&gt; No Solution Found<br>
<br>
Trying to compile with the official pvm 3.4.6 source distribution, and feeding<br>
it the built directory as the PVM_ROOT, I get:<br>
<br>
&gt; checking if user provides library for Pvm... no<br>
&gt; checking for /home/timg/Downloads/pvm3/include/pvm3.h... yes<br>
&gt; checking whether symbol pvm_gettid is available with PVM... no<br>
&gt; configure: error: Cannot find PVM library in system paths or in PVM_ROOT<br>
&gt; path:/home/timg/Downloads/pvm3<br>
&gt; configure: error: /bin/bash &#39;./configure&#39; failed for SYMPHONY<br>
<br>
Any advice on how to get around this?<br>
<br>
Cheers,<br>
<br>
Tim<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 21 Nov 2014 16:57:05 +1300<br>
From: Tim Goddard &lt;<a href="mailto:tim@goddard.net.nz">tim@goddard.net.nz</a>&gt;<br>
To: <a href="mailto:symphony@list.coin-or.org">symphony@list.coin-or.org</a><br>
Subject: Re: [Symphony] PVM,    issues with both Ubuntu version (runtime)<br>
        and official source     (compile time)<br>
Message-ID: &lt;14631587.dUx7IbDmxm@timg-lp&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Also, just saw October mention of the same error. Tried symphony trunk, no<br>
more luck. Tried with:<br>
<br>
./configure --with-pvm --with-pvm-incdir=&quot;/home/timg/Downloads/pvm3/include&quot; --<br>
with-pvm-lib=&#39;/home/timg/Downloads/pvm3/lib/LINUX64/libpvm3.a&#39;<br>
<br>
Got another error:<br>
<br>
&gt; checking if user provides library for Pvm... yes<br>
&gt; checking whether symbol pvm_gettid is available with PVM... no<br>
&gt; configure: error: Cannot find symbol(s) pvm_gettid with PVM<br>
<br>
On Fri, 21 Nov 2014 15:58:38 Tim Goddard wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I have some issues when trying to run SYMPHONY compiled with PVM on Ubuntu<br>
&gt; 14.04 for amd64 . The versions are:<br>
&gt;<br>
&gt; SYMPHONY from SVN: <a href="https://projects.coin-or.org/svn/SYMPHONY/releases/5.6.2" target="_blank">https://projects.coin-or.org/svn/SYMPHONY/releases/5.6.2</a><br>
&gt;<br>
&gt; pvm:<br>
&gt;   Installed: 3.4.5-12.5ubuntu1<br>
&gt;   Candidate: 3.4.5-12.5ubuntu1<br>
&gt; ...<br>
&gt; pvm-dev:<br>
&gt;   Installed: 3.4.5-12.5ubuntu1<br>
&gt;   Candidate: 3.4.5-12.5ubuntu1<br>
&gt; ...<br>
&gt;<br>
&gt; Ubuntu installs the headers in the system directory, have to symlink them in<br>
&gt; to the PVM directory to compile:<br>
&gt;<br>
&gt; export PVM_ROOT=/usr/lib/pvm3<br>
&gt; sudo ln -s /usr/include $PVM_ROOT/include<br>
&gt;<br>
&gt; It compiled fine with ./configure --with-pvm (not really the PVM root, but<br>
&gt; puts the includes in the right place).<br>
&gt;<br>
&gt; Symlinked the binaries in to $HOME/pvm3/bin/LINUX64/<br>
&gt;<br>
&gt; But when running I get this:<br>
&gt; &gt; timg@timg-lp:~/dev/SYMPHONY-5.6.2$ bin/symphony_m_tm_cp<br>
&gt; &gt;<br>
&gt; &gt; ==  Welcome to the SYMPHONY MILP Solver<br>
&gt; &gt; ==  Copyright 2000-2014 Ted Ralphs and others<br>
&gt; &gt; ==  All Rights Reserved.<br>
&gt; &gt; ==  Distributed under the Eclipse Public License 1.0<br>
&gt; &gt; ==  Version: 5.6.2<br>
&gt; &gt; ==  Build Date: Nov 21 2014<br>
&gt; &gt; ==  Revision Number: 2322<br>
&gt; &gt;<br>
&gt; &gt; ***** WELCOME TO SYMPHONY INTERACTIVE MIP SOLVER ******<br>
&gt; &gt;<br>
&gt; &gt; Please type &#39;help&#39;/&#39;?&#39; to see the main commands!<br>
&gt; &gt;<br>
&gt; &gt; SYMPHONY: load<br>
&gt; &gt; Name of the file: ./Data/Sample/exmip1.lp<br>
&gt; &gt; SYMPHONY: solve<br>
&gt; &gt;<br>
&gt; &gt; Automatically setting number of threads to 4<br>
&gt; &gt;<br>
&gt; &gt; Starting Preprocessing...<br>
&gt; &gt; Preprocessing finished...<br>
&gt; &gt;<br>
&gt; &gt;          bounds improved: 6<br>
&gt; &gt;          constraints removed: 2<br>
&gt; &gt;          variables fixed: 2<br>
&gt; &gt;<br>
&gt; &gt; Solving...<br>
&gt; &gt;<br>
&gt; &gt; [t40009] BEGIN<br>
&gt; &gt; [t4000a] BEGIN<br>
&gt; &gt; [t4000b] BEGIN<br>
&gt; &gt; [t4000c] BEGIN<br>
&gt; &gt; libpvm [t40008]: pvm_trecv(): Not implemented<br>
&gt; &gt; Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; &gt;<br>
&gt; &gt; libpvm [t40008]: pvm_trecv(): Bad parameter<br>
&gt; &gt; libpvm [t40008]: Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; &gt;<br>
&gt; &gt; pvm_trecv(): Bad parameter<br>
&gt; &gt; Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; &gt; libpvm [t40008]:<br>
&gt; &gt; pvm_bufinfo(): Bad parameter<br>
&gt; &gt; libpvm [t40008]: Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt; &gt;<br>
&gt; &gt; pvm_bufinfo(): Bad parameter<br>
&gt; &gt; Unknown message type -1780440064<br>
&gt; &gt;<br>
&gt; &gt; Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt; &gt;<br>
&gt; &gt; Unknown message type -1780440064<br>
&gt; &gt;<br>
&gt; &gt; libpvm [t40008]: pvm_bufinfo(): Bad parameter<br>
&gt; &gt; Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt; &gt;<br>
&gt; &gt; Unknown message type -1445014944<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ****************************************************<br>
&gt; &gt; * A process has died abnormally -- halting         *<br>
&gt; &gt; ****************************************************<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; No Solution Found<br>
&gt;<br>
&gt; Trying to compile with the official pvm 3.4.6 source distribution, and<br>
&gt; feeding<br>
&gt; it the built directory as the PVM_ROOT, I get:<br>
&gt; &gt; checking if user provides library for Pvm... no<br>
&gt; &gt; checking for /home/timg/Downloads/pvm3/include/pvm3.h... yes<br>
&gt; &gt; checking whether symbol pvm_gettid is available with PVM... no<br>
&gt; &gt; configure: error: Cannot find PVM library in system paths or in PVM_ROOT<br>
&gt; &gt; path:/home/timg/Downloads/pvm3<br>
&gt; &gt; configure: error: /bin/bash &#39;./configure&#39; failed for SYMPHONY<br>
&gt;<br>
&gt; Any advice on how to get around this?<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Tim<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>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 21 Nov 2014 09:28:07 -0500<br>
From: Ted Ralphs &lt;<a href="mailto:tkr2@lehigh.edu">tkr2@lehigh.edu</a>&gt;<br>
To: Tim Goddard &lt;<a href="mailto:tim@goddard.net.nz">tim@goddard.net.nz</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] PVM, issues with both Ubuntu version (runtime)<br>
        and official source (compile time)<br>
Message-ID:<br>
        &lt;CA+GYycsY6tOC52rUboQojMDbr2DgxfBzEsChthGx2WaBDV=<a href="mailto:uOA@mail.gmail.com">uOA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi Tim,<br>
<br>
The changes in trunk that I made should be in 5.6.2 so you are good with<br>
that version. I also could not get SYMPHONY to work with the Debian package<br>
of PVM. I didn&#39;t really investigate what was wrong there, since building<br>
PVM from source seemed to work in the end.<br>
<br>
It&#39;s hard to tell exactly what&#39;s going on from the output, but I guess that<br>
the first thing is to make sure you have the variable PVM_ARCH set<br>
correctly. SYMPHONY looks for the library in $PVM_ROOT/lib/$PVM_ARCH, which<br>
is the standard location. If you have set PVM_ROOT and PVM_ARCH correctly,<br>
you shouldn&#39;t actually need to set --with-pvm-incdir and --with-pvm-lib.<br>
<br>
If that doesn&#39;t work for some reason, you can also try using<br>
--with-pvm-lib, but the correct incantation should be:<br>
<br>
--with-pvm-lib=&#39;-L/home/timg/Downloads/pvm3/lib/LINUX64/ -lgpvm3 -lpvm3&#39;<br>
<br>
Let me know how it goes.<br>
<br>
Cheers,<br>
<br>
Ted<br>
<br>
On Thu, Nov 20, 2014 at 10:57 PM, Tim Goddard &lt;<a href="mailto:tim@goddard.net.nz">tim@goddard.net.nz</a>&gt; wrote:<br>
<br>
&gt; Also, just saw October mention of the same error. Tried symphony trunk, no<br>
&gt; more luck. Tried with:<br>
&gt;<br>
&gt; ./configure --with-pvm<br>
&gt; --with-pvm-incdir=&quot;/home/timg/Downloads/pvm3/include&quot; --<br>
&gt; with-pvm-lib=&#39;/home/timg/Downloads/pvm3/lib/LINUX64/libpvm3.a&#39;<br>
&gt;<br>
&gt; Got another error:<br>
&gt;<br>
&gt; &gt; checking if user provides library for Pvm... yes<br>
&gt; &gt; checking whether symbol pvm_gettid is available with PVM... no<br>
&gt; &gt; configure: error: Cannot find symbol(s) pvm_gettid with PVM<br>
&gt;<br>
&gt; On Fri, 21 Nov 2014 15:58:38 Tim Goddard wrote:<br>
&gt; &gt; Hi all,<br>
&gt; &gt;<br>
&gt; &gt; I have some issues when trying to run SYMPHONY compiled with PVM on<br>
&gt; Ubuntu<br>
&gt; &gt; 14.04 for amd64 . The versions are:<br>
&gt; &gt;<br>
&gt; &gt; SYMPHONY from SVN:<br>
&gt; <a href="https://projects.coin-or.org/svn/SYMPHONY/releases/5.6.2" target="_blank">https://projects.coin-or.org/svn/SYMPHONY/releases/5.6.2</a><br>
&gt; &gt;<br>
&gt; &gt; pvm:<br>
&gt; &gt;   Installed: 3.4.5-12.5ubuntu1<br>
&gt; &gt;   Candidate: 3.4.5-12.5ubuntu1<br>
&gt; &gt; ...<br>
&gt; &gt; pvm-dev:<br>
&gt; &gt;   Installed: 3.4.5-12.5ubuntu1<br>
&gt; &gt;   Candidate: 3.4.5-12.5ubuntu1<br>
&gt; &gt; ...<br>
&gt; &gt;<br>
&gt; &gt; Ubuntu installs the headers in the system directory, have to symlink<br>
&gt; them in<br>
&gt; &gt; to the PVM directory to compile:<br>
&gt; &gt;<br>
&gt; &gt; export PVM_ROOT=/usr/lib/pvm3<br>
&gt; &gt; sudo ln -s /usr/include $PVM_ROOT/include<br>
&gt; &gt;<br>
&gt; &gt; It compiled fine with ./configure --with-pvm (not really the PVM root,<br>
&gt; but<br>
&gt; &gt; puts the includes in the right place).<br>
&gt; &gt;<br>
&gt; &gt; Symlinked the binaries in to $HOME/pvm3/bin/LINUX64/<br>
&gt; &gt;<br>
&gt; &gt; But when running I get this:<br>
&gt; &gt; &gt; timg@timg-lp:~/dev/SYMPHONY-5.6.2$ bin/symphony_m_tm_cp<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ==  Welcome to the SYMPHONY MILP Solver<br>
&gt; &gt; &gt; ==  Copyright 2000-2014 Ted Ralphs and others<br>
&gt; &gt; &gt; ==  All Rights Reserved.<br>
&gt; &gt; &gt; ==  Distributed under the Eclipse Public License 1.0<br>
&gt; &gt; &gt; ==  Version: 5.6.2<br>
&gt; &gt; &gt; ==  Build Date: Nov 21 2014<br>
&gt; &gt; &gt; ==  Revision Number: 2322<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ***** WELCOME TO SYMPHONY INTERACTIVE MIP SOLVER ******<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Please type &#39;help&#39;/&#39;?&#39; to see the main commands!<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; SYMPHONY: load<br>
&gt; &gt; &gt; Name of the file: ./Data/Sample/exmip1.lp<br>
&gt; &gt; &gt; SYMPHONY: solve<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Automatically setting number of threads to 4<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Starting Preprocessing...<br>
&gt; &gt; &gt; Preprocessing finished...<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;          bounds improved: 6<br>
&gt; &gt; &gt;          constraints removed: 2<br>
&gt; &gt; &gt;          variables fixed: 2<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Solving...<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; [t40009] BEGIN<br>
&gt; &gt; &gt; [t4000a] BEGIN<br>
&gt; &gt; &gt; [t4000b] BEGIN<br>
&gt; &gt; &gt; [t4000c] BEGIN<br>
&gt; &gt; &gt; libpvm [t40008]: pvm_trecv(): Not implemented<br>
&gt; &gt; &gt; Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; libpvm [t40008]: pvm_trecv(): Bad parameter<br>
&gt; &gt; &gt; libpvm [t40008]: Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; pvm_trecv(): Bad parameter<br>
&gt; &gt; &gt; Pvm Error -24 : PvmNotImpl (Not implemented)<br>
&gt; &gt; &gt; libpvm [t40008]:<br>
&gt; &gt; &gt; pvm_bufinfo(): Bad parameter<br>
&gt; &gt; &gt; libpvm [t40008]: Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; pvm_bufinfo(): Bad parameter<br>
&gt; &gt; &gt; Unknown message type -1780440064<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Unknown message type -1780440064<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; libpvm [t40008]: pvm_bufinfo(): Bad parameter<br>
&gt; &gt; &gt; Pvm Error -2 : PvmBadParam (Bad parameter)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Unknown message type -1445014944<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ****************************************************<br>
&gt; &gt; &gt; * A process has died abnormally -- halting         *<br>
&gt; &gt; &gt; ****************************************************<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; No Solution Found<br>
&gt; &gt;<br>
&gt; &gt; Trying to compile with the official pvm 3.4.6 source distribution, and<br>
&gt; &gt; feeding<br>
&gt; &gt; it the built directory as the PVM_ROOT, I get:<br>
&gt; &gt; &gt; checking if user provides library for Pvm... no<br>
&gt; &gt; &gt; checking for /home/timg/Downloads/pvm3/include/pvm3.h... yes<br>
&gt; &gt; &gt; checking whether symbol pvm_gettid is available with PVM... no<br>
&gt; &gt; &gt; configure: error: Cannot find PVM library in system paths or in<br>
&gt; PVM_ROOT<br>
&gt; &gt; &gt; path:/home/timg/Downloads/pvm3<br>
&gt; &gt; &gt; configure: error: /bin/bash &#39;./configure&#39; failed for SYMPHONY<br>
&gt; &gt;<br>
&gt; &gt; Any advice on how to get around this?<br>
&gt; &gt;<br>
&gt; &gt; Cheers,<br>
&gt; &gt;<br>
&gt; &gt; Tim<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Symphony mailing list<br>
&gt; &gt; <a href="mailto:Symphony@list.coin-or.org">Symphony@list.coin-or.org</a><br>
&gt; &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; 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>
<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/20141121/162072fa/attachment-0001.html" target="_blank">http://list.coin-or.org/pipermail/symphony/attachments/20141121/162072fa/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 97, Issue 4<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>