<div dir="ltr">Thanks Gerald!  I appreciate the help. I ran in to a slight issue building it on Darwin (mac) however:<div><br></div><div><div>src/ug_scip/fscip.cpp: In function ‘int main(int, char**)’:</div><div>src/ug_scip/fscip.cpp:306: error: ‘SA_NOMASK’ was not declared in this scope</div>
<div>src/ug_scip/fscip.cpp:306: error: ‘SA_ONESHOT’ was not declared in this scope</div></div><div><br></div><div>I was able to get it to build by adding the following to the top of fscip.c</div><div><br></div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">
#define SA_NOMASK       SA_NODEFER
#define SA_ONESHOT      SA_RESETHAND</pre>You probably want a cleaner solution than this, though, which is cross-platform compatible during build.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 20, 2013 at 4:44 PM, Gerald Gamrath <span dir="ltr"><<a href="mailto:gamrath@zib.de" target="_blank">gamrath@zib.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi George,<br>
    <br>
    the PARASCIP compile flag is only used to compile SCIP threadsafe.
    If you want to use FiberSCIP you need to compile the ug framework
    supplied with the SCIP optimization suite (FiberSCIP is the ug
    framework applied to SCIP on a shared memory machine). From the main
    directory, run "make PARASCIP=true ug"; the FiberSCIP binary is than
    located in "ug-0.7.1/bin/fscip".<br>
    <br>
    Best,<br>
    Gerald<br>
    <br>
    <br>
    <div>Am 20.09.2013 21:20, schrieb George
      Nychis:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>I have a quad core machine and I would like to run SCIP
          using all 4 cores using the recent FiberSCIP work.  I have
          scip opt suite 3.0.1 and built from the main directory using
          "make PARASCIP=true" </div>
        <div><br>
        </div>
        <div>I didn't find any documentation on how exactly things
          should work there forward (e.g., are flags needed?).  But it
          appears that only one of my cores is being used, and the
          process manager suggested there was only 1 thread from scip:</div>
        <div><br>
        </div>
        <div><img src="cid:part1.05020700.07050608@zib.de" alt="Inline
            image 1"><br>
        </div>
        <div><br>
        </div>
        <div>Does anyone know how I can trigger FiberSCIP to split the
          work across the cores?</div>
        <div><br>
        </div>
        <div>Thanks!</div>
        <div>George</div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Scip mailing list
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a>
<a href="http://listserv.zib.de/mailman/listinfo/scip" target="_blank">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </blockquote>
    <br>
  </div>

</blockquote></div><br></div>