Difference between revisions of "CSC352 Class Page 2017"
Line 353: | Line 353: | ||
* | * | ||
|} | |} | ||
+ | |||
+ | <br /> | ||
+ | =Links and Resources= | ||
+ | <br /> | ||
+ | ==Latex== | ||
+ | <br /> | ||
+ | * [http://www.youtube.com/playlist?list=PLCRFsOKSM7ePUBOfh3O-K5XZldM5uCPwk Latex tutorial (video)] | ||
+ | * [http://www.youtube.com/playlist?list=PLCRFsOKSM7eNGNghvT6QdzsDYwSTZxqjC How to write a thesis in Latex (video)] | ||
+ | * [http://www.youtube.com/playlist?list=PLCRFsOKSM7eO-WX2ENa5A5vtNx1kjPefY Presentations with Beamer (video)] | ||
+ | * [http://www.youtube.com/playlist?list=PLCRFsOKSM7eN6jPk0wSopXb37RKW93PM3 TikZ examples (video)] | ||
+ | <br /> | ||
+ | |||
+ | ==Smith Elements of Style== | ||
+ | <br /> | ||
+ | * [[media:SmithJacobsonCenterWritingPapers-1.pdf | "Writing Papers" from the Smith College Jacobson Center for writing]] | ||
+ | <br /> | ||
+ | ==On-Line Resources== | ||
+ | * [https://computing.llnl.gov/tutorials/parallel_comp/ Introduction to Parallel Processing], by Blaise Barney, Lawrence Livermore National Laboratory. A good read. Covers most of the important topics. | ||
+ | * [https://computing.llnl.gov/tutorials/mpi/ Introduction to MPI], by Blaise Barney, Lawrence Livermore National Laboratory. Another short but excellent coverage of a topic in parallel processing, this time MPI. | ||
+ | * [http://www.lighterra.com/papers/modernmicroprocessors/ A 90-Minute Guide to Modern Microprocessors] | ||
+ | <br /> | ||
+ | ==Classics== | ||
+ | * [http://www.mcs.anl.gov/~itf/dbpp/ Designing and Building Parallel Programs], by Ian Foster. A relatively old reference (1995), with still good information. | ||
+ | <br /> | ||
+ | |||
+ | <br /> | ||
+ | ==Papers== | ||
+ | This is a tentative and non exhaustive list of papers scheduled for reading this semester. | ||
+ | ===Introduction=== | ||
+ | {| class="wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | | style="width: 90%;" | | ||
+ | * [http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-183.pdf The Landscape of Parallel Computing Research: A View From Berkely], 2006, still good! (very long paper) | ||
+ | | | ||
+ | 50 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:UpdateOnaViewFromBerkeley2010.pdf | Update on a view from Berkeley]], 2010. (short paper) | ||
+ | | | ||
+ | 2 | ||
+ | |} | ||
+ | |||
+ | ===General/Parallelism=== | ||
+ | |||
+ | {| class="wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | | style="width: 90%;" | | ||
+ | * [[Media:ParallelCOmputingWithPatternsAndFrameworks2010b.pdf | Parallel Computing with Patterns and Frameworks]], 2010, ''XRDS''. | ||
+ | | | ||
+ | 5 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:UnderstandingThroughputOrientedArchitectures2010.pdf | Understanding Throughput-Oriented Architectures]], CACM, 2010. | ||
+ | | | ||
+ | 7 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:unreasonableEffectivenessOfData2009_HalevyNorvigPereira.pdf | The Unreasonable Effectiveness of Data]], by Halevy, Norvig, Pereira, IEEE Intelligent Systems, IEEE Intelligent Systems, March 2009, Vol. 24, No. 2, pp. 8-12. | ||
+ | | | ||
+ | 5 | ||
+ | |} | ||
+ | |||
+ | ===MPI=== | ||
+ | {| class="wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | |style="width: 90%;" | | ||
+ | * [[Media:LearningFromTheSuccessOfMPI2002_WilliamGropp.pdf | Learning from the Success of MPI]], by WIlliam D. Gropp, Argonne National Lab, 2002. | ||
+ | | | ||
+ | 11 | ||
+ | |} | ||
+ | |||
+ | ===GPUs=== | ||
+ | {| class="wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | |style="width: 90%;" | | ||
+ | * [[Media:GeneralPurposeVsGPU_Comparison_Many_Cores_2010_Caragea.pdf |General-Purpose vs. GPU: Comparisons of Many-Cores on Irregular Workloads]], 2010 | ||
+ | | | ||
+ | 6 | ||
+ | |} | ||
+ | |||
+ | ===Virtualization=== | ||
+ | {| class="wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | |style="width: 90%;" | | ||
+ | * [[Media:ServerVirtualizationArchitectureAndImplementation2009.pdf | Server Virtualization Architecture and Implementation]], xrds, 2009 | ||
+ | | | ||
+ | 5 | ||
+ | |} | ||
+ | |||
+ | ===Cloud=== | ||
+ | {|class = "wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | |style="width: 90%;" | | ||
+ | * [[Media:NIST_Definition_Cloud_Computing_2010.pdf | The NIST Definition of Cloud Computing (Draft)]] (very short paper) | ||
+ | | | ||
+ | 1.5 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:AViewOfCloudComputing_CACM_Apr2010.pdf| A View of Cloud Computing]], 2010, By Armbrust, Michael and Fox, Armando and Griffith, Rean and Joseph, Anthony D. and Katz, Randy and Konwinski, Andy and Lee, Gunho and Patterson, David and Rabkin, Ariel and Stoica, Ion and Zaharia, Matei. | ||
+ | | | ||
+ | 9 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:MapReduceDeanGhemawat_2004.pdf |MapReduce: SImplified Data Processing on Large Clusters]], by Dean and Ghemawat, First published in OSDI 2004, also in Commun. ACM 51, 1 (January 2008), 107-113. | ||
+ | | | ||
+ | 13 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:NobodyGotFiredUsingHadoopOnCluster_2012.pdf| Nobody ever got fired for using Hadoop on a cluster]], Rowstron, Antony and Narayanan, Dushyanth and Donnelly, Austin and O'Shea, Greg and Douglas, Andrew | ||
+ | | | ||
+ | 5 | ||
+ | |- | ||
+ | | | ||
+ | * [[Media:BeyondHadoop_CACM_Mone_2013.pdf | Beyond Hadoop]], Gregory Mone, CACM, 2013. (short paper). | ||
+ | | | ||
+ | 2 | ||
+ | |} | ||
+ | |||
+ | ===Project-Related=== | ||
+ | {| class="wikitable" style="width: 100%;" | ||
+ | !width="600" | Paper | ||
+ | ! Pages | ||
+ | |- | ||
+ | |style="width: 90%;" | | ||
+ | * [[Media:XGridHadoopCloser2011.pdf | Processing Wikipedia Dumps: A Case-Study comparing the XGrid and MapReduce Approaches]], D. Thiebaut, Yang Li, Diana Jaunzeikare, Alexandra Cheng, Ellysha Raelen Recto, Gillian Riggs, Xia Ting Zhao, Tonje Stolpestad, and Cam Le T Nguyen, ''in proceedings of 1st Int'l Conf. On Cloud Computing and Services Science'' (CLOSER 2011), Noordwijkerhout, NL, May 2011. ([[Media:XGridHadoopFeb2011.pdf |longer version]]) | ||
+ | | | ||
+ | 8 | ||
+ | |} | ||
+ | |||
+ | <p> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | [[Category:CSC352]][[Category:Classes]] |
Revision as of 12:25, 5 December 2016
--D. Thiebaut (talk) 10:37, 2 December 2016 (EST)
Week 1 Jan 26, 27 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 2 Jan 31, Feb 2 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 3 Feb 7, 9 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 4 Feb 14, 16 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 5 Feb 21 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 6 Feb 28, Mar 2 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 7 Mar 7, 9 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
SPRING BREAK |
Week 8 Mar 21, 23 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 9 Mar 28, 30 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 10 Apr 4, 6 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 11 Apr 11, 13 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 12 Apr 18, 20 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 13 Apr 25, 27 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Week 14 May 2, 4 |
Topics: Introduction, Boolean Functions, First Lab. | Lab/Hw | Reading |
|
|
|
Links and Resources
Latex
- Latex tutorial (video)
- How to write a thesis in Latex (video)
- Presentations with Beamer (video)
- TikZ examples (video)
Smith Elements of Style
On-Line Resources
- Introduction to Parallel Processing, by Blaise Barney, Lawrence Livermore National Laboratory. A good read. Covers most of the important topics.
- Introduction to MPI, by Blaise Barney, Lawrence Livermore National Laboratory. Another short but excellent coverage of a topic in parallel processing, this time MPI.
- A 90-Minute Guide to Modern Microprocessors
Classics
- Designing and Building Parallel Programs, by Ian Foster. A relatively old reference (1995), with still good information.
Papers
This is a tentative and non exhaustive list of papers scheduled for reading this semester.
Introduction
Paper | Pages |
---|---|
|
50 |
|
2 |
General/Parallelism
Paper | Pages |
---|---|
|
5 |
|
7 |
|
5 |
MPI
Paper | Pages |
---|---|
|
11 |
GPUs
Paper | Pages |
---|---|
6 |
Virtualization
Paper | Pages |
---|---|
5 |
Cloud
Paper | Pages |
---|---|
|
1.5 |
|
9 |
|
13 |
|
5 |
|
2 |
Project-Related
Paper | Pages |
---|---|
|
8 |