Difference between revisions of "SLEEPy"

From CDOT Wiki
Jump to: navigation, search
(Intro)
(Canadian National Tornado Database: Verified Events (1980-2009))
Line 10: Line 10:
  
 
Our goal is to parse & process this tornado data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them.
 
Our goal is to parse & process this tornado data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them.
 +
 +
== Source code ==
 +
# Serial
 +
# TBB
 +
# OpenMP
 +
# Cilk
  
 
== Progress ==
 
== Progress ==

Revision as of 15:12, 29 March 2016


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

Canadian National Tornado Database: Verified Events (1980-2009)

Team Member

  1. Luong Chuong, TBB
  2. Jacky Siu, OpenMP
  3. Woodson Delhia, Cilk

Intro

Data: http://open.canada.ca/data/en/dataset/cad804cd-454e-4bd7-9f22-fcee64f60719

Our goal is to parse & process this tornado data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them.

Source code

  1. Serial
  2. TBB
  3. OpenMP
  4. Cilk

Progress