-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (57 loc) · 3.02 KB
/
Copy pathindex.html
File metadata and controls
90 lines (57 loc) · 3.02 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
<!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>Parallel Computing </title>
</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="right" alt="SSSIHL"><br> -->
<p align="center"> <img align = "left" src="images/swami.jpg" height = "150" width = "100" alt="Student Projects"><br> </p>
<p></p><h1 align="center">Parallel Computing </h1>
<h5 align="center">Winter 2013</h5>
<h5 align="center">Sri Sathya Sai Institute of Higher Learning</h5></p>
<p align="center">
<a href="http://www.sssihl.edu.in">SSSIHL Website</a> |
<a href="schedule.html" target = "_blank">Schedule</a> |
<a href="https://piazza.com/class#fall2012/cs1202" target = "_blank">Piazza</a> |
<a href="https://drive.google.com/#my-drive" target = "_blank">Useful Links</a> </p>
<h4>Description</h4>
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.
<h4>Related Course Links</h4>
<a href="http://progforperf.github.com"> Programming for Performance (2013)</a>
<p>
<b>Local sites:</b>
<a href="http://192.168.11.53/eguru/course/view.php?id=227">Programming for Performance (2012 version) </a> |
<a href="http://192.168.11.53/eguru/course/view.php?id=170">Introduction to Computer Architecture</a>
</p>
<h4>Instructor</h4>
<a href="mailto:cdsudheerkumar@sssihl.edu.in"> Sudheer Kumar </a>, cdsudheerkumar@sssihl.edu.in <br>
<h4>Lab Resources</h4>
<a href="https://www.xsede.org/">XSEDE</a> |
<a href="https://www.xsede.org/web/guest/tacc-stampede"> Stampede </a> |
<a href="http://www.tacc.utexas.edu/user-services/user-guides/lonestar-user-guide"> Lonestar </a> |
<a href="http://www.sdsc.edu/supercomputing/gordon/">Gordon </a> |
<a href="http://www.sdsc.edu/us/resources/trestles/">Trestles</a>
<h4> Important Conferences in HPC</h4>
<a href="http://supercomputing.org/">Supercomputing(SC)</a> |
<a href="http://www.ipdps.org/">IPDPS</a> |
<a href="http://www.hipc.org">HiPC</a> |
<a href="http://www.gputechconf.com/page/home.html">GTC </a>
</section>
</div>
</body>
</html>