<div>Mitchell,</div>
<div>I advocate building your own data, which is trivial in mathematics applications. One of the first uses for distributing hard computations to volunteers on the net with idle CPU time was number theory (primality testing, finding primes, for cryptography, for example).
</div>
<div> </div>
<div>A site that provides various source code to do some of these things is ECMNET ("Elliptic Curves Method'),</div>
<div><a href="http://www.loria.fr/~zimmerma/records/ecmnet.html">http://www.loria.fr/~zimmerma/records/ecmnet.html</a> </div>
<div>It isn't necessary to do any number theoretic research yourself, but you'd want to be comfortable with sentences like "use <this algorithm> to factor a candidate Fermat Number". In this example, a Fermat Number is a particular number that is "probably" prime. It's hard to factor, to find out if it is. If it is, you can use it to generate public keys for cryptography. If it isn't, somebody will read your mail. So you have to look up the formula for Fermat numbers and appy the algortithm to try and factor it. You don't need to do any math yourself besides elementary algebra, and there are software packages for everything. 
</div>
<div> </div>
<div>An example from the site: "Peter Montgomery found in November 1995 a factor of 47 digits of 5^256+1". The exponential thing, a huge power of a prime, plus one, would be the possible prime; it was proven not to be prime, by finding a 47 digit prime factor. Nowadays 47 digits is chump change; I don't know the current records. But you can burn up all your nodes by asking each of them to do a few factorizations of this nature, and you can become famous by finding a new largest prime.
</div>
<div> </div>
<div>A somewhat prettier site about Elliptic Curves is <a href="http://www.math.utah.edu/~jfernand/elliptic/">http://www.math.utah.edu/~jfernand/elliptic/</a></div>
<div> </div>
<div>There are probably contributors to the Cunningham Project (mentioned by ECMnet) that would love to help you implement the app on your cluster, in exchange for access to your cluster for their apps, which in this case would amount to the same thing.
</div>
<div> </div>
<div>Peter<br><br> </div>
<div><span class="gmail_quote">On 1/31/07, <b class="gmail_sendername">Mitchell Wisidagamage</b> <<a href="mailto:06002352@brookes.ac.uk">06002352@brookes.ac.uk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Thank you very much for the fire dynamics idea. I will have a look at it.<br><br>I did try to contact many e-science projects including some researchers
<br>at Oxford. But I got no reply. Then I went to get some contacts from a<br>tutor who worked at a e-science project himself. He told me people,<br>especially scientists are "very jealous" of their data. And not replying
<br>is a kind way of saying "no". And there's the problem of "who's this guy<br>wanting my data", "what will he do with it?".<br><br>I have given up the e-science idea. Now looking for other real world
<br>applications.<br><br>Thanks,<br>Mitchell<br><br><br>John Hearns wrote:<br>> Mitchell Wisidagamage wrote:<br>>> Hi all,<br>>>  As part of my dissertation, I'm looking for "raw data" which will be
<br>>> used for massive parallel processing using Beuwulf cluster (with the<br>>> use of PVM or MPI). I tried looking for e-science raw data (and the<br>>> computations required on it) such as bioinformatics, fluid dynamics,
<br>>> etc. but without any luck.<br>>><br>>> Anyone has any idea of getting some raw data so I can give compute<br>>> intensive "work" to the nodes?<br>><br>> Mitchell,<br>>   how about running the NIST Fire Dynamics simulation?
<br>> <a href="http://www.fire.nist.gov/fds/">http://www.fire.nist.gov/fds/</a><br>> It simulates the spread of smoke and fire in buildings.<br>> There are some sample input models for download.<br>><br>> The Smokeview program visualizes the output, which will be a nice
<br>> demonstration for your tutor.<br>><br>><br>> But why not just go across to the Oxford E-science centre?<br>> I know for sure they have one cluster there for handling large datasets!<br>> Ask them for help in getting a suitable dataset for your project.
<br>><br>> Drop me an email if I can give you any advice, you're in my neck of the<br>> woods.<br>><br>><br><br><br>_______________________________________________<br>Beowulf mailing list, <a href="mailto:Beowulf@beowulf.org">
Beowulf@beowulf.org</a><br>To change your subscription (digest mode or unsubscribe) visit <a href="http://www.beowulf.org/mailman/listinfo/beowulf">http://www.beowulf.org/mailman/listinfo/beowulf</a><br></blockquote></div>
<br>