Mersenne: Modularising Prime95/mprime - a path to broader development.

2002-10-29 Thread Gareth Randall
Dear All, I'd like to suggest that prime95/mprime be modularised, and that only the core calculation component be kept closed source. I realise that the code for generating verification codes must remain restricted, because that is the only authentication that work has really been done and

Re: Mersenne: Torture test allocating hundreds of MB?

2002-10-29 Thread George Woltman
At 02:08 PM 10/28/2002 -0500, Nathan Russell wrote: However, when I tried to run a torture test to verify that everything was okay, I saw Prime95 suddenly allocate over 200 MB of memory for no apparent reason, and the computer began thrashing. Late version 22 executables use lots of memory to

Re: Mersenne: Modularising Prime95/mprime - a path to broader development.

2002-10-29 Thread Brian J. Beesley
On Tuesday 29 October 2002 17:28, Gareth Randall wrote: I'd like to suggest that prime95/mprime be modularised, and that only the core calculation component be kept closed source. Umm - actually the core calculation component is open source (but subject to restrictive licence). See

Re: Mersenne: Modularising Prime95/mprime - a path to broader development.

2002-10-29 Thread Nathan Russell
Quoting Brian J. Beesley [EMAIL PROTECTED]: 4. (Important) Ease of implementation on other platforms. Only the core computation stuff really needs to be optimized to all hell. The server comms general control stuff would probably be more than efficient enough if it was implemented in

Re: Mersenne: Torture test allocating hundreds of MB?

2002-10-29 Thread Nathan Russell
On Tue, 29 Oct 2002 23:02:34 -, Daran wrote: 2) To better stress main memory, the torture test will now use up to the amount of memory specified in the Options/CPU dialog box. If you haven't allowed it to use this much memory, then it's a bug, otherwise its a feature. Thanks to

Re: Mersenne: Torture test allocating hundreds of MB?

2002-10-29 Thread George Woltman
At 09:34 PM 10/29/2002 -0500, Nathan Russell wrote: I had the memory usage set to the max allowable, because I wanted P-1 to succeed whenever possible, even if it inconvenienced me - I do most of my academic work via VNC into timeshares, so it isn't a big deal if the system thrashes. Is that