<div>I just tried, it works well, thanks again.</div><div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From: </b> "Matthias&amp;nbsp;Miltenberger";<miltenberger@zib.de>;</div><div><b>Date: </b> Wed, Jan 3, 2018 01:42 AM</div><div><b>To: </b> "cuiyouzhi0000"<cuiyouzhi0000@qq.com>;"Scip"<Scip@zib.de>;<wbr></div><div></div><div><b>Subject: </b> Re: [SCIP] Do we still have lib/static/libtpitny lib in scip5.0?</div></div><div><br></div> Hi there,<br> <br> the TPI sublib is responsible for handling the thread pool in SCIP. You can either set `TPI=none`, which is the default and results in the creation of the libtpinone or you set `TPI=tny` which will then use TinyCThread a small, portable implementation of the C11 threads API (tinycthread.github.io).<br> <br> I assume you simply forgot to set this parameter when you built SCIP and the last you you did specify the TPI.<br> <br> Another option is to switch to CMake. In that case all libraries will be bundled into libscip. The respective option to activate the TinyCThread version is called `-DTPI=tny` during the configuration step.<br> <br> cheers<br> Matthias<br> <br> <br> <br>On 02.01.2018 17:23, cuiyouzhi0000 wrote:<br> <br> Dear,<br> <br> In SCIP 5.0, when I make scipoptlib, I don't find libpitny library any more, is it expected? Or libpitny was replaced by libpnone?<br> <br> Thanks.<br> <br>  <br> <br>_______________________________________________ Scip mailing list Scip@zib.de https://listserv.zib.de/mailman/listinfo/scip <br>   --\__________________Matthias Miltenberger Zuse Institute Berlin Takustr. 7, 14195 Berlin www.zib.de/miltenberger miltenberger@zib.de +49 (30) 841 85-245<br></div>