[ADMB Users] Users Digest, Vol 32, Issue 19

Nelson, Gary (MISC) gary.nelson at state.ma.us
Mon Jun 27 05:06:34 PDT 2011


Thanks Dave!!

-----Original Message-----
From: users-bounces at admb-project.org [mailto:users-bounces at admb-project.org] On Behalf Of users-request at admb-project.org
Sent: Saturday, June 25, 2011 3:00 PM
To: users at admb-project.org
Subject: Users Digest, Vol 32, Issue 19

Send Users mailing list submissions to
        users at admb-project.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.admb-project.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
        users-request at admb-project.org

You can reach the person managing the list at
        users-owner at admb-project.org

When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."


Today's Topics:

   1. Re: Dynamic Arrays (dave fournier)
   2. Re: binomial_w2 example (dave fournier)


----------------------------------------------------------------------

Message: 1
Date: Sat, 25 Jun 2011 09:37:49 -0700
From: dave fournier <davef at otter-rsch.com>
To: users at admb-project.org
Subject: Re: [ADMB Users] Dynamic Arrays
Message-ID: <4E060EDD.8050009 at otter-rsch.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

you may be able to get what you want with

     dvector x(1,20);

    //   .... use x

    x.deallocate();

    x.allocate(2,45);

    // use x

     etc


------------------------------

Message: 2
Date: Sat, 25 Jun 2011 10:25:18 -0700
From: dave fournier <davef at otter-rsch.com>
To: Johnoel Ancheta <johnoel at hawaii.edu>
Cc: users at admb-project.org, Hans Julius Skaug <Hans.Skaug at math.uib.no>
Subject: Re: [ADMB Users] binomial_w2 example
Message-ID: <4E0619FE.6070003 at otter-rsch.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 11-04-29 02:01 PM, Johnoel Ancheta wrote:

I got the mingw32 crosscompiler to work to build admb from the source.
on Ubuntu 10.04 targeting win32.
Main thing seemed to be to replace any call to something like

  mingw32msvc-gcc

to

  mingw32msvc-g++

I think that one could always replace any reference to gcc in the makefile to g++ and life might be easier.

This should enable us to put glmmadmb in the buildbot.


     Daved





> Hi Dave,
>
> The binomial_w2 example is not working.  It walks out of an array.  To
> fix it, the following line was commented out
>
> ===================================================================
> --- src/df1b2-separable/f1b2fnl2.cpp    (revision 996)
> +++ src/df1b2-separable/f1b2fnl2.cpp    (working copy)
> @@ -77,7 +77,7 @@
>      switch(hesstype)
>      {
>      case 2:
> -      ++separable_calls_counter;
> +      //++separable_calls_counter;
>        if (saddlepointflag==2)
>        {
>          do_separable_stuff_x_u_block_diagonal(ff);
>
>
> Is this okay?
>
> JOhnoel



------------------------------

_______________________________________________
Users mailing list
Users at admb-project.org
http://lists.admb-project.org/mailman/listinfo/users


End of Users Digest, Vol 32, Issue 19
*************************************



More information about the Users mailing list