PDA

View Full Version : ECMNet Client/Server 2.5.6 for automated factoring?



Mystwalker
01-04-2005, 09:43 AM
ECMNet Client/Server 2.5.6 have been released:

http://www.mersenneforum.org/showthread.php?p=47529

With these, it is possible to do automated P-1 factoring using either gmp_ecm or sbfactor.
Maybe someone wants to set up the server for testing purposes?
I'd volunteer in testing as client.

wblipp
01-04-2005, 01:01 PM
Originally posted by Mystwalker
With these, it is possible to do automated P-1 factoring using either gmp_ecm or sbfactor.

I think you will find that using gmp_ecm requires make a special build the the factoring program itself, ecm.exe, on windows machines. The standard build allocates space on the stack for efficiency, and SOB size numbers cause stack overflow. There are compiler options to avoid this, and there is a promise that a future release of ecm will do smarter allocations to avoid this problem.

However, the newest version of ecmserver/ecmclient also supports sbfactor instead of ecm as the work engine. That should work.