I have a very non-standard task and now the deadline for it is approaching :)

Factorizing 512bit number with msieve program would take at least about 3-4 weeks.

The point is to do this more faster. We don't have cluster for our project, but the main idea is to use volunteer computing.

  1. how can we parallel msieve to several computers (now it can run in parallel only on several cores by one of the parameters in the python script);
  2. what are profits of using NVidia CUDA if we have support for such on the computer.

Thank you very much, sorry for english.

link|improve this question
If your problem fits on stream programming model you have a chance to get real performance increase. – Yappie Dec 12 '11 at 0:40
If you give me some information about your approach to msieve, I'll try to help you. I am familiar with this problem... – Yappie Dec 12 '11 at 0:50
Have you ever worked with this program? - it factorizes large numbers (over 90 digits) using Number Field Sieve algorithm. Here is a tutorial that i use: ggnfs and msieve tutorial – golgofa Dec 12 '11 at 4:35
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.