Difference between revisions of "GPU610/Cosmosis"

From CDOT Wiki
Jump to: navigation, search
(Assignment 1)
(Assignment 1)
Line 12: Line 12:
 
=== Assignment 1 ===
 
=== 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.
 
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:
  
 
=== Assignment 2 ===
 
=== Assignment 2 ===
 
=== Assignment 3 ===
 
=== Assignment 3 ===

Revision as of 19:18, 1 February 2013


GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary

Cosmosis

Team Members

  1. Clinton Bale, Some responsibility
  2. Alex Craig, Some responsibility
  3. Jesse Santos, Some responsibility
  4. Neil Guzman, Some responsibility

Email All

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:

Assignment 2

Assignment 3