<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body><div class="auto-created-dir-div" dir="auto" style="unicode-bidi: embed;"><style>p{margin:0}</style><div>PS: at https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html#gs.q13t91, it says:</div><div><p><br></p><p>> †Intel® Threading Building Blocks (Intel® TBB) is now called Intel® &#x0A;oneAPI Threading Building Blocks (oneTBB) to highlight that the tool is &#x0A;part of the oneAPI ecosystem.</p><p><br></p><p>I think that's what confused me - there is no TBB now, only oneTBB.   Is this the one to install for papilo?</p><p><br></p><p>Keith<br></p></div><br><blockquote style="margin: 0 auto; padding: 0 2em; border-left:2px solid #00ADE5; white-space: pre-wrap "><br><br>------ Original Message ------<br>From: "Franziska Schloesser" <schloesser@zib.de><br>To: scip@zib.de; k.briggs73@btinternet.com<br>Sent: Friday, 18 Feb, 2022 At 11:44<br>Subject: Re: [SCIP] Build problem: TBB<br><br>     <p>Dear k.briggs73,</p>     <p><br>     </p>     <p>In the <a href="https://scipopt.org/doc-8.0.0/html/md_INSTALL.php" target="_blank">documentation</a>       there is a link to papilo with an explanation of what tbb is</p>     <blockquote>       <div class="contents">         <div class="textblock">           <p>If you want to compile SCIP yourself, it is recommended to             download the SCIP Optimization Suite tarball from <a href="https://scipopt.org/index.php#download" target="_blank">scipopt.org</a>             as it contains also the LP solver <a href="https://soplex.zib.de" target="_blank">SoPlex</a> and the presolver             <a href="https://github.com/scipopt/papilo" target="_blank">PaPILO</a>.</p>         </div>       </div>     </blockquote>     <div class="contents">       <div class="textblock">         <p> and there is list of packages that you need to install for           compiling scip via cmake:</p>       </div>     </div>     <blockquote>       <div class="contents">         <div class="textblock">           <p>Note: Here is a list of apt package requirements for ubuntu             or debian users that want to build the entire SCIP             Optimization Suite from source tarball: </p>         </div>       </div>       <div class="fragment">         <div class="line">apt-get install wget cmake g++ m4 xz-utils           libgmp-dev unzip zlib1g-dev libboost-program-options-dev           libboost-serialization-dev libboost-regex-dev           libboost-iostreams-dev libtbb-dev libreadline-dev pkg-config           git liblapack-dev libgsl-dev flex bison libcliquer-dev           gfortran file dpkg-dev libopenblas-dev rpm</div>       </div>     </blockquote>     <div class="fragment">       <div class="line">         <div class="line">By INSTALL file the README refers to           INSTALL.md, sorry if that wasn't clear. </div>         <div class="line"><br>         </div>         <div class="line">As to the problem with setting PAPILO to off           and still getting the TBB error, I can't reproduce this with           `cmake .. -DPAPILO=off`<br>         </div>         <div class="line">Sometimes it can help to start in a fresh           cmake build folder, as cmake sometimes caches some           dependencies. If this does not resolve your problem, can you           please provide the command that failed for you? <br>         </div>         <div class="line"><br>         </div>         <div class="line">Best,<br>           Franziska</div>       </div>     </div>     <blockquote>     </blockquote>     <div class="moz-cite-prefix">On 2/16/22 13:23, k.briggs73 wrote:<br>     </div>     <blockquote>              <div class="auto-created-dir-div" dir="auto" style="unicode-bidi: embed;">                  <p>When using the <span style="font-family: courier new , monospace;">cmake</span> method, I am getting the error           below. I can't find any mention in README.md about what TBB           is, or how to install it. And even when I set PAPILO to off, I           still get the error. However, the <span style="font-family: courier new , monospace;">make</span> method seems to work.<br>         </p>         <p><br>         </p>         <p>Another thing, README.md says "For further details please           refer to the INSTALL file of SCIP", but there is no INSTALL           file.<br>         </p>         <p><br>         </p>         <p>Keith<br>         </p>         <p><span style="font-family: courier new , monospace;"><br>           </span></p>         <p><span style="font-family: courier new , monospace;"><a class="moz-txt-link-abbreviated" href="mailto:kbriggs@Dell:~/Downloads/scipoptsuite-8.0.0/build">kbriggs@Dell:~/Downloads/scipoptsuite-8.0.0/build</a>>             cmake ..<br>             -- Build type: Release<br>             -- Could NOT find TBB (missing: TBB_DIR)<br>             CMake Warning at CMakeLists.txt:89 (message):<br>             Cannot find papilo dependency TBB. Please set PAPILO to off             or specify<br>             TBB_DIR!<br>           </span><br>         </p>       </div>       <br>       <fieldset class="moz-mime-attachment-header"></fieldset>       <pre class="moz-quote-pre">_______________________________________________&#x0A;Scip mailing list&#x0A;<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de"><span class="wt_Email">Scip@zib.de</span><span></span></a>&#x0A;<a class="moz-txt-link-freetext" href="https://listserv.zib.de/mailman/listinfo/scip" target="_blank">https://listserv.zib.de/mailman/listinfo/scip</a>&#x0A;</pre>     </blockquote>     </blockquote></div></body></html>