PDA

View Full Version : vtu@home


Heric
31-10-2006, 06:06
Ciao a tutti.

http://boinc.vtu.lt/vtuathome/
Qualcuno conosce le finalità di questo progetto?
Ho fatto una ricerca in rete e sembrerebbe essere matematico. Ma non ho trovato alcun riferimento preciso... Probabilmente ricerca di numeri primi attraverso algoritmi.

E' mai possibile che non mettano neanche due righe (due!) di spiegazione su ciò che intendono perseguire? :ncomment: :nono:

Ciao,
Heric

lucab76
31-10-2006, 08:38
Ecco quello che si legge nel forum, detto dall'ideatore del progetto e riportato da un altro utente: :O :read:

The project http://boinc.vtu.lt/vtuathome/ is a test project. It is developed to test the BOINC platform and to learn the BOINC API. The project is still incomplete and your notes, suggestions and comments are appreciated.

The aim of the project is to count the quantity of prime numbers in a large interval. The worst algorythm is used, as we need a lot of computing hours and many workunits. The client side application gets the beggining and the end numbers of the interval and divides every number from this interval by every number from 1 to it self. As we know there are better algorythms:

1. To divide the current number only by every number from 1 to sqrt(itself);
2. To divide the current number only by every known prime number from 1 to sqrt(itself); This one is the best known algorythm. In some modifications division operation can be changed into some set of sum operations.
We have some plans for future:

1. To use the platform to solve a wire bundle parametrical optimization problem
2. To use the platform to solve medicine research problems
3. To use the platform to solve any interesting suggested problem. Your suggestions are also appreciated.

Thank you fellows for help and contribution.
Source: http://are.ehibou.com/vtuhome-boinc-project/#comments

As it is just a test project. I am preparing some seriuos projects. After they are ready i will let you know and i will ask your to donate your computing power.
Source: http://are.ehibou.com/shell-script-i-use-to-compile-boinc-server-side-daemon/#comments

Quindi solo test per ora! E niente di scientifico... :D