<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Luis,<br>
    Congratulations on your retrospective analysis working.<br>
    <br>
    As for your issues with calling ADMB, look over these pages on the
    ADMB Project website:<br>
        <a
href="http://admb-project.org/documentation/installation/admb-installation-linux">http://admb-project.org/documentation/installation/admb-installation-linux</a><br>
        <a
href="http://admb-project.org/community/tutorials-and-examples/using-admb-on-linux">http://admb-project.org/community/tutorials-and-examples/using-admb-on-linux</a><br>
    <br>
    I think that in Ubuntu 10.04 I got things working by having a file
    in my home directory called .gnomerc which contained the lines<br>
    <pre>#!/bin/bash
export ADMB_HOME=~/admb
PATH=$PATH:$ADMB_HOME/bin
export PATH</pre>
    This is run at login and should make ADMB available in Emacs or your
    terminal at all times. I seem to remember having a different setup
    in a previous version of Ubuntu, so maybe something changed in terms
    of what files get called when.<br>
    <br>
    -Ian<br>
    <br>
    <br>
    On 11/5/2010 4:17 AM, Luis Ridao wrote:
    <blockquote
      cite="mid:AANLkTikE0Jg3UXPxH9xRS9y=PMK4LC_YaNk3FNqs+cKW@mail.gmail.com"
      type="cite">ADMB-help,<br>
      <br>
      I must thank the members of the admb list for their help specially
      Steve.<br>
      <br>
      No the model is running by changing (thanks again to Steve) the
      line:<br>
      <br>
          * log(
      sum(elem_div(square(C-obs_catch_at_age),.01+elem_prod(denom_res_mat,C))))         
      <br>
      <br>
      for <br>
      <br>
          * log(
      sum(elem_div(square(C-obs_catch_at_age.sub(1,nyrs)),.01+elem_prod(denom_res_mat.sub(1,nyrs),C))))         
      <br>
      <br>
      <br>
      By the way has anyone experienced problems to run ADMB.<br>
      Since my linux system was upgraded to Ubuntu 10.04 lucid the ADMB
      compile and run commands are<br>
      not active neither from the command line nor Emacs application.
      ADMB becomes active<br>
      after a few closing/opening the terminal/Emacs.<br>
      <br>
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@admb-project.org">Users@admb-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.admb-project.org/mailman/listinfo/users">http://lists.admb-project.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </body>
</html>