Arithmetic effort, logarithmic return
Writing a short C program for a Monte Carlo simulation to approximate π: boring coding exercise
Running the script for 500 million data points on one node of the research cluster: cool the first time
Re-coding the script with MPI to run on multiple nodes simultaneously (with the number of nodes and data points per node both user-specified as command-line arguments): excessively cool
Accuracy of approximation: irrelevant
Comments
Posted by: L | October 30, 2005 12:09 AM