There are several easy fixes
   500k here:
    float buffer[2*65536];

   >2M here
    double refi[45000],refq[45000];
    double ci[45000],cq[45000],cfi[45000],cfq[45000];
   
   >400k here
    char hashtab[32768][13];

73
Mike W9MDB

-----Original Message-----
From: Bill Somerville [mailto:g4...@classdesign.com] 
Sent: Wednesday, July 01, 2015 8:02 AM
To: wsjt-devel@lists.sourceforge.net
Subject: Re: [wsjt-devel] wspr two-pass decoder status and .c2 file problem

On 01/07/2015 13:54, Joe Taylor wrote:
> Hi Steve, Bill, and all,
Hi Joe,
>
> On 6/30/2015 6:18 PM, Steven Franke wrote:
>> For those testing wspr mode in wsjt-x ver 1.6, I’ve just committed 
>> r5644 which makes decoder #5 from Joe’s table, below, the default 
>> decoder in wsjt-x ver 1.6. It is no longer necessary to separately 
>> compile wsprd_exp to get the benefits of two-pass decoding.
> For me, at least, r5644 does not presently compile wsprd correctly on 
> Windows.  I believe we need to request a larger stack size when 
> linking wsprd.  Something like
>
>        LDFLAGS = --Wl,--stack,4000000
>
> that I used in .../wsjtx/lib/wsprd/Makefile.win32
>
> Bill, could you please do the needful in .../src/wsjtx/CMakeLists.txt ?
I will do this but in the past this has been better solved by finding the 
offending code and allocating the storage on the heap rather than the stack.

Do we know what change caused the larger stack requirement?
>
>       -- 73, Joe, K1jT
73
Bill
G4WJS.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that you need 
to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to