Difference between revisions of "GPU610/Cosmosis"
(→Assignment 1) |
|||
Line 14: | Line 14: | ||
− | ==Alex== | + | ====Alex==== |
I have found a Java applet that uses a brute force method for an N-Body simulator. As a result of brute forcing all of the calculations, it is extremely slow. | I have found a Java applet that uses a brute force method for an N-Body simulator. As a result of brute forcing all of the calculations, it is extremely slow. | ||
− | ==Example Profiles== | + | =====Example Profiles===== |
When run with 1000 bodies: | When run with 1000 bodies: | ||
=== Assignment 2 === | === Assignment 2 === | ||
=== Assignment 3 === | === Assignment 3 === |
Revision as of 18:22, 1 February 2013
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Contents
Cosmosis
Team Members
- Clinton Bale, Some responsibility
- Alex Craig, Some responsibility
- Jesse Santos, Some responsibility
- Neil Guzman, Some responsibility
Progress
Assignment 1
For our assignment 1, we are looking into finding and N-body simulator. All of us in the group have agreed to find 1 each, and after profiling them, we will choose the most inefficient one to parallelize.
Alex
I have found a Java applet that uses a brute force method for an N-Body simulator. As a result of brute forcing all of the calculations, it is extremely slow.
Example Profiles
When run with 1000 bodies: