Difference between revisions of "Group 6"
(→Yihang) |
(→Assignment 1 - Select and Assess) |
||
Line 9: | Line 9: | ||
== Progress == | == Progress == | ||
− | + | == Assignment 1 - Select and Assess == | |
− | === | + | === Array Processing === |
Subject: Array Processing | Subject: Array Processing | ||
https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray | https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray | ||
− | === | + | === The Monte Carlo Simulation (PI Calculation) === |
Subject: The Monte Carlo Simulation (PI Calculation) | Subject: The Monte Carlo Simulation (PI Calculation) | ||
Got the code from here: | Got the code from here: |
Revision as of 22:53, 16 March 2019
GPU610/DPS915 | Student List | Group and Project Index | Student Resources | Glossary
Contents
Group 6
Team Members
Progress
Assignment 1 - Select and Assess
Array Processing
Subject: Array Processing
https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray
The Monte Carlo Simulation (PI Calculation)
Subject: The Monte Carlo Simulation (PI Calculation) Got the code from here: https://rosettacode.org/wiki/Monte_Carlo_methods#C.2B.2B A Monte Carlo Simulation is a way of approximating the value of a function where calculating the actual value is difficult or impossible.
It uses random sampling to define constraints on the value and then makes a sort of "best guess."
Zhijian
Subject: