PDA

View Full Version : SubsetSum@Home: Updated applications and credit



RSS
05-04-12, 10:11 PM
Credit should be fixed at 60 per workunit now while we're still in the alpha stages. I've updated the applications to 0.08 which should really fix the validation issue -- the error was pretty stupid on my part, and I was totally looking in the wrong area of the code. It wasn't parsing the command line arguments correctly (I was using atoi when I should have been using atol, and those variables were uint32_t instead of uint64_t. So I'm really hoping everything should be validating smoothly now, and that the credit should be a bit more fair for a project in this stage.So let me know how everything is crunching, and if you're still having any validation issues.If everything is working, then I'll start on getting the CUDA applications out to everyone (which should be at least 10x faster than the CPU version), and get the assimilator crunching away.

More... (http://volunteer.cs.und.edu/subset_sum/forum_thread.php?id=24)