-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (124 loc) · 6.74 KB
/
Copy pathindex.html
File metadata and controls
170 lines (124 loc) · 6.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Demo : Acclerate using Acclerators" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HPC in DMACS</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34189836-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- HEADER -->
<!--<div id="header_wrap" class="outer">
<header class="inner"> Sairam </header>
</div> -->
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<!-- <img src="images/swami.jpg" align="right" alt="Student Projects"><br> -->
<!--<img src="images/SSSIHL.png" align="left" alt="SSSIHL"><br>
<img src="images/DMACS.jpg" height = "80" width = "100" align="right" alt="DMACS"><br>
<img src="images/SSSIHL.png" height = "80" width = "80" align="left" alt="SSSIHL"><br> -->
<h1 align="center">Parallel Computing </h1>
<h5 align="center">Summer 2012</h5>
<h4 align="center">Department of Mathematics and Computer Science</h4>
<h4 align="center">Sri Sathya Sai Institute of Higher Learning, Prashanthi Nilayam, Puttaparthi</h4>
<p align="center"> <img align = "center" src="images/swami.jpg" height = "200" width = "150" alt="Student Projects"><br> </p>
<p align="center"> <a href="http://www.sssihl.edu.in">SSSIHL Website</a> </p>
<p align="center">
<a href="index.html">Home</a> |
<a href="schedule.html" target = "_blank">Schedule</a> |
<a href="https://piazza.com/class#fall2012/cs1202" target = "_blank">Piazza</a> |
<a href="https://docs.google.com/document/d/1n4uryFOQ6n2nVYaqgpj3AKvtIE36Lia6VTmw2IrrJLU/edit" target = "_blank">Useful Links</a> </p>
<h2>Description</h2>
<p>
This course is a comprehensive exploration of parallel programming paradigms,
examining core concepts, focusing on a subset of widely used contemporary parallel programming models,
and providing context with a small set of parallel algorithms.
In the last few years, this area has been the subject of significant interest due to a number of factors.
Most significantly, the advent of multi-core microprocessors has made parallel computing available to the masses.
At the high end, major vendors of large-scale parallel systems, including IBM, and Cray, have recently introduced
new parallel programming languages designed for applications that exploit tens of thousands of processors.
The course will be structured as lectures, homeworks, and programming assignments.
Students will perform four programming assignments to express algorithms using selected parallel programming models
and measure their performance.
The final project (if any) will consist of teams of 2-3 students who will implement codes by combining multiple
programming models. </p>
<p>
<h2>Prerequisites</h2>
<ul>
<li>
<a href="http://192.168.11.53/eguru/course/view.php?id=227">Programming for Performance </a></li>
<li>
<a href="http://192.168.11.53/eguru/course/view.php?id=170">MATH 704 </a>: Introduction to Computer Architecture.</li>
<li>Strong C Skills</li>
</ul><h2>Instructor</h2>
<p>
<a href="http://ajithpadyana.github.com/Welcome/"> Sudheer Kumar </a>, cdsudheerkumar@sssihl.edu.in <br>
Office: AI Lab<br>
<h2>Meeting</h2>
Tuesday (I), Wednesday (II and III) and Friday (IV), AI Lab <br></p>
<h2>Online</h2>
<ul>
<li>Google Group: <a href="http://groups.google.com/group/the_searchengines">techsuns</a>, techsuns@googlegroups.com<br>
</li>
<li>GitHub Organization: <a href="https://github.com/dmacs/parallel.github.com">dmacs</a>
</li>
</ul><h2>Books</h2>
<ul>
<li>
<a href="http://www.elsevierdirect.com/morgan_kaufmann/kirk/">Programming Massively Parallel Processors</a>, 2010, David Kirk and Wen-mei Hwu.
Old draft pdfs are on the <a href="http://courses.engr.illinois.edu/ece498/al/Syllabus.html">website</a> for ECE 498 AL at UIUC.
</li>
</ul><h2>Grading</h2>
<ul>
<li>Homeworks: 30%</li>
<li>Student Presentation: 20%</li>
<li>Final Project: 40%</li>
<li>Final: 10%</li>
</ul>
<h2>Lab Resources</h2>
<ul>
<li><a href="http://www.nvidia.in/object/product-tesla-S2050-in.html">Access to nVIDIA S2050 blade provided by nVIDIA under the aegis of nVIDIA Professor Partnership program</a></li>
<li><a href="http://www.gputechconf.com/gtcnew/on-demand-gtc.php">Materials from GTC</a></li>
<li><a href="https://www.xsede.org/">XSEDE</a>
<ol>
<li><a href="http://www.ncsa.illinois.edu/UserInfo/Resources/">Forge Supercomputing system</a></li>
<li><a href="http://www.sdsc.edu/supercomputing/gordon/">Gordon Supercomputing system</a></li>
<li><a href="http://www.sdsc.edu/us/resources/trestles/trestles_storage.html">Trestles Supercomputing system</a></li>
</ol>
</li>
</ul>
<p></p><h2> Important Conferences in HPC</h2>
<ul>
<li> <a href="http://sc12.supercomputing.org/">SuperComputing Conference (SC)</a>
</li>
<li> <a href="http://www.ipdps.org/">International Parallel and Distributed Processing Symposium (IPDPS)</a>
</li>
<li> <a href="http://www.hipc.org">High Performance Computing Conference (HiPC)</a></li>
<li> <a href="http://www.gputechconf.com/page/home.html">GTC Conference</a></li>
</ul>
<!-- <h2> Other Activities </h2>
<ul>
<li>Bi-Yearly Departmental Newsletter published:
<ul>
<li> <a href="Newsletter/Winter2011.pdf" target = "_blank">Winter 2011</a></li>
<li> <a href="Newsletter/Summer2012.pdf" target = "_blank">Summer 2012</a></li>
</ul>
</li>
</ul> -->
</section>
</div>
<div id="clustrmaps-widget"></div><script type="text/javascript">var _clustrmaps = {'url' : 'dmacssite.github.com', 'user' : 1040468, 'server' : '4', 'id' : 'clustrmaps-widget', 'version' : 1, 'date' : '2012-09-01', 'lang' : 'en', 'corners' : 'square' };(function (){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://www4.clustrmaps.com/counter/map.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);})();</script><noscript><a href="http://www4.clustrmaps.com/user/024fe054"><img src="http://www4.clustrmaps.com/stats/maps-no_clusters/dmacssite.github.com-thumb.jpg" alt="Locations of visitors to this page" /></a></noscript>
</body>
</html>