<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Courier New, Courier, monospace">Dear All (I've sent
      this already with another email-account, not subscribed to the
      list)<br>
      <br>
      I am running a siena07 analysis on 102 networks. I do this via a
      loop and I am using a server with 16 cores. The command I enter is<br>
      <br>
      for (i in c(1:102))<br>
          {ans.basicI[[i]] <- siena07(basic.modelI[[i]], data =
      mydata.basic.model[[i]], effects = myeff.basic.modelI[[i]], batch
      = T, nbrNodes = 14, useCluster = T);<br>
          sink(paste("basic.modelI.",i,".txt"));<br>
          show(ans.basicI[[i]])<br>
          sink()}<br>
      <br>
      As you note, I decided for the time being to use only 14 cores.
      This also gives me some txt-files with basic estimates. Also if I
      exclude the sink()-txt-sink() part I receive the an error that
      looks as follows:<br>
      <br>
      <i>Start phase 2.1</i><i><br>
      </i><i>Phase 2 Subphase 1 Iteration 1 Progress: 4%</i><i><br>
      </i><i>Phase 2 Subphase 1 Iteration 2 Progress: 4%</i><i><br>
      </i><i>Error in checkForRemoteErrors(lapply(cl, recvResult)) : </i><i><br>
      </i><i>  14 nodes produced errors; first error: Unlikely to
        terminate this epoch:  more than 1000000 steps</i><i><br>
      </i><i>In addition: There were 16 warnings (use warnings() to see
        them)</i><i><br>
      </i><i>> warnings()</i><i><br>
      </i><i>Warning messages:</i><i><br>
      </i><i>1: closing unused connection 17 (<-localhost:10187)</i><i><br>
      </i><i>2: closing unused connection 16 (<-localhost:10187)</i><i><br>
      </i><i>3: closing unused connection 15 (<-localhost:10187)</i><i><br>
      </i><i>4: closing unused connection 14 (<-localhost:10187)</i><i><br>
      </i><i>5: closing unused connection 13 (<-localhost:10187)</i><i><br>
      </i><i>6: closing unused connection 12 (<-localhost:10187)</i><i><br>
      </i><i>7: closing unused connection 11 (<-localhost:10187)</i><i><br>
      </i><i>8: closing unused connection 10 (<-localhost:10187)</i><i><br>
      </i><i>9: closing unused connection 9 (<-localhost:10187)</i><i><br>
      </i><i>10: closing unused connection 8 (<-localhost:10187)</i><i><br>
      </i><i>11: closing unused connection 7 (<-localhost:10187)</i><i><br>
      </i><i>12: closing unused connection 6 (<-localhost:10187)</i><i><br>
      </i><i>13: closing unused connection 5 (<-localhost:10187)</i><i><br>
      </i><i>14: closing unused connection 4 (<-localhost:10187)</i><i><br>
      </i><i>15: In rbind(`1` = 2691L, `2` = integer(0), `3` =
        integer(0),  ... :</i><i><br>
      </i><i>  number of columns of result is not a multiple of vector
        length (arg 25)</i><i><br>
      </i><i>16: In rbind(`1` = integer(0), `2` = integer(0), `3` =
        integer(0),  ... :</i><i><br>
      </i><i>  number of columns of result is not a multiple of vector
        length (arg 37)</i><br>
      <br>
      The loop works fine up to i=16.<br>
      <br>
      Excerting the code on my Mac works fine...Do you have an idea what
      could cause the problem?<br>
      <br>
      Thank you for your help.<br>
      <br>
      Best,<br>
      Philippe</font>
  </body>
</html>