Difference between revisions of "Group 6"

From CDOT Wiki
Jump to: navigation, search
(Yihang)
(Assignment 1 - Select and Assess)
Line 9: Line 9:
  
 
== Progress ==
 
== Progress ==
=== Assignment 1 - Select and Assess ===
+
== Assignment 1 - Select and Assess ==
==== Xiaowei ====  
+
=== Array Processing ===  
 
Subject: Array Processing  
 
Subject: Array Processing  
  
 
https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray
 
https://computing.llnl.gov/tutorials/parallel_comp/#ExamplesArray
  
==== Yihang ====
+
=== 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 23:53, 16 March 2019


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

Group 6

Team Members

  1. Xiaowei Huang
  2. Yihang Yuan
  3. Zhijian Zhou

Email All

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."


Yihang.JPG

Zhijian

Subject:

Assignment 2

Assignment 3