mpi2-report.tex -- The MPI Specifications.
I just finished modifying my prime number finder (one that's implemented on a beowulf cluster at the advanced science and technology institute (ASTI)) which also happens to yield mind boggling results.
with the previous runs i have done, i get times of around 190+ seconds, finding all the prime numbers from 1 to 999999. and that was already surprising, considering that if you run it on one computer, it's really going to take more time than that. but with the modifications in, finding all the primes from 1 to 999999 only took about 5 seconds!! that was using just 5 nodes, and a chunk size of 10000 -- this may be confirmed, and test results as soon as available may be obtained by request via email. now i have to find a setup where the cluster is really homogeneous, and where the loads of the nodes are unstable (or where the nodes are not dedicated for the cluster).
anyway, more news to come as my sem draws to a close. i might be blogging more often to let people into my life as i rest. :) keep chillin'... :D
I just finished modifying my prime number finder (one that's implemented on a beowulf cluster at the advanced science and technology institute (ASTI)) which also happens to yield mind boggling results.
with the previous runs i have done, i get times of around 190+ seconds, finding all the prime numbers from 1 to 999999. and that was already surprising, considering that if you run it on one computer, it's really going to take more time than that. but with the modifications in, finding all the primes from 1 to 999999 only took about 5 seconds!! that was using just 5 nodes, and a chunk size of 10000 -- this may be confirmed, and test results as soon as available may be obtained by request via email. now i have to find a setup where the cluster is really homogeneous, and where the loads of the nodes are unstable (or where the nodes are not dedicated for the cluster).
anyway, more news to come as my sem draws to a close. i might be blogging more often to let people into my life as i rest. :) keep chillin'... :D
Comments
Post a Comment