Handbook on how to install and use pando, as well as reproduce performance experiments performed for published papers. https://elavoie.github.io/pando-handbook/
Author: Erick Lavoie
This example distributes the calculations for the collatz conjecture. The conjecture asks whether for any positive integer, applying the following recursion always reach 1:
The numerical challenge, as performed on the BOINC challenge, is to find an integer such that the number of steps applied until reaching 1 is higher than for all other known integers. This example shows that Pando can be applied to some existing volunteer computing problems.
./count-range-bignum | pando collatz-range-bignum.js --stdin --start-idle | DEBUG='throughput*' ./monitor
cd collatz
npm install
See possible count-rage-bignum options