Difference between revisions of "Cluster:PetaKit"

From Earlham CS Department
Jump to navigation Jump to search
(New page: The PetaKit Project aims to make a small library of programs that can be run across parallel platforms to gauge the performance of various examples of parallel code. ==Area-Under-Curve== ...)
 
(Area-Under-Curve)
Line 4: Line 4:
 
Area under curve is an embarrassingly parallel Riemann-sum program.
 
Area under curve is an embarrassingly parallel Riemann-sum program.
  
===Known Issues with Area-Under-Curve===
+
===Known Issues===
 
*Make sure to run bootstrap.sh on BobSCEd0 before trying to build on BobSCEd0. Hopper and BobSCEd share the same filesystem, but configure.ac makes different makefiles depending on which machine it's run.
 
*Make sure to run bootstrap.sh on BobSCEd0 before trying to build on BobSCEd0. Hopper and BobSCEd share the same filesystem, but configure.ac makes different makefiles depending on which machine it's run.
  
 
==GalaxSee==
 
==GalaxSee==
 
GalaxSee is an instantiation of the n-body problem.
 
GalaxSee is an instantiation of the n-body problem.

Revision as of 16:50, 14 February 2010

The PetaKit Project aims to make a small library of programs that can be run across parallel platforms to gauge the performance of various examples of parallel code.

Area-Under-Curve

Area under curve is an embarrassingly parallel Riemann-sum program.

Known Issues

  • Make sure to run bootstrap.sh on BobSCEd0 before trying to build on BobSCEd0. Hopper and BobSCEd share the same filesystem, but configure.ac makes different makefiles depending on which machine it's run.

GalaxSee

GalaxSee is an instantiation of the n-body problem.