<div dir="ltr"><div><font color="#000000" face="arial, sans-serif">Hi Mark,</font></div><div><font color="#000000" face="arial, sans-serif">I don't have any good ideas on how the change in operating would have messed up your old model. </font></div>

<div><font color="#000000" face="arial, sans-serif"><br></font></div><div><font color="#000000" face="arial, sans-serif">However, </font><font color="#000000" face="arial, sans-serif">ADMB's default memory settings were improved last year with 100x increases in GRADSTACK_BUFFER_SIZE and CMPDIF_BUFFER_SIZE. Therefore, your model might work just fine if you simply delete that block of lines related to memory and run with the defaults. </font></div>

<div><font color="#000000" face="arial, sans-serif"><br></font></div><div><font color="#000000" face="arial, sans-serif">Since your model is </font><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif">monstrous, it may need adjustment, but the error messages you get will hopefully be specific enough to tell you which setting(s) to increase, rather than the uninformative allocation error that you got.</span></div>

<div><span style="font-size:13px;color:rgb(0,0,0);font-family:arial,sans-serif">-Ian</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 13, 2013 at 9:11 AM, dave fournier <span dir="ltr"><<a href="mailto:davef@otter-rsch.com" target="_blank">davef@otter-rsch.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I would run it in debug mode and find out the line where it crashes.<br>
<br>
Otherwise a common cause of this is that the program is getting a bad number somehow<br>
and doing something like this<br>
<br>
   dvector v(1,n);   // n contains garbage which is interpreted as a huge number.<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@admb-project.org" target="_blank">Users@admb-project.org</a><br>
<a href="http://lists.admb-project.org/mailman/listinfo/users" target="_blank">http://lists.admb-project.org/<u></u>mailman/listinfo/users</a><br>
</blockquote></div><br></div>