Difference between revisions of "Three-Star"
(→Calculation of Pi) |
(→Calculation of Pi) |
||
Line 12: | Line 12: | ||
==== 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 | ||
=== Assignment 2 === | === Assignment 2 === | ||
=== Assignment 3 === | === Assignment 3 === |
Revision as of 23:08, 20 February 2018
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Contents
Three-Star
Team Members
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