<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
thanks<br><br>I have installed Blis-0.9&nbsp; and try to run it on a cluster with MPICH2.<br>I am using 2 processes to run the benchmark&nbsp; bell5.mps, which is a mixed <br>integer linear programming. <br><br>ftp://ftp.caam.rice.edu/pub/people/bixby/miplib/miplib3/bell5<br><br>I got error :<br><br>--------------------------------------<br>mpiexec -np 2 blis -par p0548.mps<br>Reading in ALPS parameters ...<br>Reading in BLIS parameters ...<br>Alps0110I ALPS version 1.0 (Parallel, MPI)<br>Alps0050I Launched 2 processes<br>Bcps0001I BiCePS version 0.9<br>Blis0001I BLIS version 0.9<br>Blis0020I WARNING: The Problem does not have integer variables<br>Fatal error in MPI_Barrier: Other MPI error, error stack:<br>MPI_Barrier(406)..........................: MPI_Barrier(MPI_COMM_WORLD) <br><br>failed<br>MPIR_Barrier(77)..........................:<br>MPIC_Sendrecv(123)........................:<br>MPIC_Wait(270)............................:<br>MPIDI_CH3i_Progress_wait(215).............: an error occurred while <br><br>handling an event returned by MPIDU_Sock_Wait()<br>MPIDI_CH3I_Progress_handle_sock_event(420):<br>MPIDU_Socki_handle_read(637)..............: connection failure <br><br>(set=0,sock=1,errno=104:Connection reset by peer)[cli_1]: aborting job:<br>Fatal error in MPI_Barrier: Other MPI error, error stack:<br>MPI_Barrier(406)..........................: MPI_Barrier(MPI_COMM_WORLD) <br><br>failed<br>MPIR_Barrier(77)..........................:<br>MPIC_Sendrecv(123)........................:<br>MPIC_Wait(270)............................:<br>MPIDI_CH3i_Progress_wait(215).............: an error occurred while <br><br>handling an event returned by MPIDU_Sock_Wait()<br>MPIDI_CH3I_Progress_handle_sock_event(420):<br>MPIDU_Socki_handle_read(637)..............: connection failure <br><br>(set=0,sock=1,errno=104:Connection reset by peer)<br>rank 0 in job 7&nbsp; mountain.ece.college.edu_57166&nbsp;&nbsp; caused collective abort <br><br>of all ranks<br>&nbsp; exit status of rank 0: killed by signal 11<br><br>--------------------------------------<br>Why Blis say that he Problem does not have integer variables ?<br>bell5 has 58 integer variables. <br><br>Any help is appreciated. <br><br>Jack<br>April 22 2009<br><br>&gt; Date: Wed, 22 Apr 2009 10:16:48 +0200<br>&gt; From: achterberg@zib.de<br>&gt; To: dtustudy68@hotmail.com<br>&gt; CC: coin-discuss@list.coin-or.org<br>&gt; Subject: Re: [Coin-discuss] SYMPHONY speedup<br>&gt; <br>&gt; Hi Jack,<br>&gt; <br>&gt; for MILP, your question cannot be answered (LP is a different story). Parallel speedup and<br>&gt; performance difference accross different solvers depend on the model.<br>&gt; <br>&gt; For example, there are models that can be solved by solver A in less than a second but<br>&gt; that take forever by another solver B, just because solver B is lacking the important<br>&gt; feature (like a cutting plane or a presolving reduction) to solve this particular model.<br>&gt; And there may be other models for which the situation is reversed. Finally, there are<br>&gt; models that can be solved in roughly the same time by all branch-and-cut MILP solvers.<br>&gt; <br>&gt; Overall, my experience is that the algorithmic quality of a solver is usually much more<br>&gt; important than parallelization. This means, that often solvers like CBC, SCIP, Gurobi,<br>&gt; XPress, or CPLEX will be faster than Symphony, even if you use 1000 CPUs for Symphony.<br>&gt; But, as I said, some models do not require the sophisticated machinery that these solvers<br>&gt; provide and parallelize well. In this setting, Symphony can be really great if you have<br>&gt; access to a massively parallel computing environment.<br>&gt; <br>&gt; So, the short answer is: you just need to test it for your models. You cannot say in advance.<br>&gt; <br>&gt; <br>&gt; Cheers,<br>&gt; <br>&gt; Tobias<br>&gt; <br>&gt; Jack Bryan wrote:<br>&gt; &gt; Hi ,<br>&gt; &gt; <br>&gt; &gt; I am a new user of SYMPHONY .<br>&gt; &gt; <br>&gt; &gt; I need to use it to solve very large mixed integer linear programming <br>&gt; &gt; models.<br>&gt; &gt; <br>&gt; &gt; So, I need to use PVM for SYMPHONY .<br>&gt; &gt; <br>&gt; &gt; But, I do not know how much speed up I can get from the parallel SYMPHONY ?<br>&gt; &gt; <br>&gt; &gt; For example, if it takes 100 seconds to solve a MILP model in CPLEX, how<br>&gt; &gt; long to solve it in SYMPHONY ?<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; thanks<br>&gt; &gt; <br>&gt; &gt; Jack<br>&gt; &gt; <br>&gt; &gt; April 21  2009<br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; Windows Live™ Hotmail®:…more than just e-mail. Check it out.<br>&gt; &gt; &lt;http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_more_042009&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Coin-discuss mailing list<br>&gt; &gt; Coin-discuss@list.coin-or.org<br>&gt; &gt; http://list.coin-or.org/mailman/listinfo/coin-discuss<br><br /><hr />Rediscover Hotmail®: Get quick friend updates right in your inbox.  <a href='http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates2_042009' target='_new'>Check it out.</a></body>
</html>