Difference between revisions of "Three-Star"

From CDOT Wiki
Jump to: navigation, search
(Calculation of Pi)
(Calculation of Pi)
Line 11: Line 11:
  
 
==== Calculation of Pi ====
 
==== Calculation of Pi ====
Chosen to profile calculation of pi as shown here: https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesPI
+
Chosen to profile calculation of pi as shown here: https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesPI .
Based on the example program MPI Program in C: mpi_pi_reduce.c
+
 
 +
Based on the example program MPI Program in C: mpi_pi_reduce.c https://computing.llnl.gov/tutorials/mpi/samples/C/mpi_pi_reduce.c .
  
 
=== Assignment 2 ===
 
=== Assignment 2 ===
 +
 
=== Assignment 3 ===
 
=== Assignment 3 ===

Revision as of 00:11, 21 February 2018


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

Three-Star

Team Members

  1. Derrick Leung
  2. Timothy Moy

Email All

Progress

Assignment 1

Calculation of Pi

Chosen to profile calculation of pi as shown here: https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesPI .

Based on the example program MPI Program in C: mpi_pi_reduce.c https://computing.llnl.gov/tutorials/mpi/samples/C/mpi_pi_reduce.c .

Assignment 2

Assignment 3