[Coin-discuss] Symphony: TM_ERROR__NUMERICAL_INSTABLITY undeclared

Ted Ralphs tkralphs at lehigh.edu
Wed Jan 4 20:10:41 EST 2006


Sorry, those lines somehow got deleted from the Makefile. They're in all
the other application Makefiles, but somehow missing from MATCH. I've
added them back in CVS.

Cheers,

Ted

Michael Hennebry wrote:
> On Mon, 2 Jan 2006, Michael Hennebry wrote:
> 
> 
>>On Mon, 2 Jan 2006, Michael Hennebry wrote:
>>
>>
>>>On Mon, 2 Jan 2006, Michael Hennebry wrote:
>>>
>>>
>>>>I recently tried to compile the application in
>>>>SYMPHONY's MATCH directory.
>>>>master.c would not compile.
>>>>TM_ERROR__NUMERICAL_INSTABLITY is nowhere to be found
>>>>in any *.h file.
>>>
>>>I found it.
>>>Two apparently identical invocations of find gave different results.
>>>
>>>That still leaves the questions of why TM_ERROR__NUMERICAL_INSTABLITY
>>>was undefined in master.c and what to do about it.
>>>
>>>I had first compiled and linked the symphony executable.
>>
>>I noticed after considerable effort,
>>that match's attempt at compiling master
>>used different flags than did symphony's.
>>The following flags were lacking:
>>
>>-DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM
>>
>>I suspect that the problem is that I'm not set up to use
>>the parallel features of SYMPHONY.
>>I didn't want to.
>>
>>Now the question is where am I supposed to set these flags.
> 
> 
> Putting the following near the top of .../MATCH/Makefile did the trick.
> COMPILE_IN_CG=TRUE
> COMPILE_IN_CP=TRUE
> COMPILE_IN_LP=TRUE
> COMPILE_IN_TM=TRUE
> 
> It should have been much easier to discover.
> 


-- 
Dr. Ted Ralphs
Assistant Professor
Industrial and Systems Engineering
Lehigh University
(610)758-4784
tkralphs at lehigh.edu
www.lehigh.edu/~tkr2



More information about the Coin-discuss mailing list