forked from burlen/sc20_tutorial_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (111 loc) · 4.25 KB
/
index.html
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
<html>
<head>
<style>
.arial { font-family: Arial }
.vchc { text-align: center; vertical-align: middle; }
.page_header { font-family: Arial; text-align: center; vertical-align: middle; }
.image_data { text-align: center; vertical-align: middle; }
.info { font-family: Arial; font-weight: bold; font-size: 19; }
.normal { font-family: Arial; font-size: 19; }
h1 { font-size: 40px; }
h2 { font-size: 34px; }
h3 { font-size: 28px; }
p { font-size: 10px; }
a { font-size: 19px; }
</style>
</head>
<body>
<table width="800px">
<tr>
<td width="80%" >
<h1 class="page_header">
In Situ Analysis and Visualization with SENSEI and Ascent </h1>
</td>
<td width="20%" class="image_data">
<img src="sc20_logo_small.png" width="100px" />
</td>
</tr>
<tr><td height="10px" colspan="2"><hr></td></tr>
<tr><td height="10px"></td><td></td></tr>
<tr>
<td colspan="2">
<div class="info">Description: </div>
<p class="normal"> The widening gap between computational and I/O rates is a
key challenge for many computational science efforts. In situ processing, where
visualization and analysis process data while it is being generated, is an
important solution for this challenge.</p>
<p class="normal"> The HPC visualization community provides several production
tools for in situ processing and is actively researching infrastructures and
approaches to help with in situ use cases on HPC platforms. This tutorial
blends lectures and hands-on examples to introduce attendees to in situ
processing concepts and provide practical experience using state-of-the-art and
-practice in situ tools, including SENSEI, Ascent, ParaView Catalyst, VisIt
Libsim, Cinema and ADIOS. </p>
<p class="normal">Attendees will learn how to use the SENSEI and Ascent in situ
interfaces to couple simulation codes to multiple endpoints. This tutorial is
ideal for those who would like to learn how to use in situ processing to
analyze, visualize, or process data on HPC platforms.</p>
<p class="info">Presenters:</p><p class="normal"> Hank Chidls, Cyrus Harrison, Matthew Larsen, Burlen Loring, Silvio Rizzi, Brad Whitlock, E. Wes Bethel, Terece Turton </p>
<p class="info">Time: </p><p class="normal"> Monday, 9 November 2020 2:30pm - 6:30pm EST </p>
</td>
</tr>
<tr><td height="10px" colspan="2"><hr></td></tr>
<tr><td height="10px"></td><td></td></tr>
<tr>
<td colspan="2" >
<h2> Pre-tutorial Setup </h2>
<p class="normal"> For the best tutorial experience, prior to the tutorial, follow the setup instructions below. </p>
</td>
</tr>
<tr><td height="10px"></td><td></td></tr>
<tr>
<td colspan="2" >
<h3> SENSEI Virtual Box VM </h3>
</td>
</tr>
<tr>
<td colspan="2">
<div class="info">Description: </div>
<p class="normal">
Prior to the tutorial participants are invited to download and install the VM. This will enable one to follow along with the hands on exercises.
</p>
<p class="normal">
The VM contains installs and source code of the latest release of SENSEI w/ support for: Libsim, Catalyst, Ascent, ADIOS, Python; and the tutorial demos: LAMMPS OSPRay demo, Libsim Clover demo, ADIOS + X in transit demo
</p>
</td>
</tr>
<tr><td height="10px"></td><td></td></tr>
<tr>
<td colspan="2">
<p class="info">In a nut shell:</p>
<p class="normal">
Download the VM image, open VirtualBox, import appliance. Go with the defaults
except set the number of CPU's to the number of physical cores you have, and
set the RAM to the amount of RAM you have. Start the VM. Update the "guest
additions" if needed. More detailed instructions are provided in the video
below
</p>
</td>
</tr>
<tr><td height="10px"></td><td></td></tr>
<tr><td height="10px"></td><td></td></tr>
<tr>
<td colspan="2">
<p class="info"> Download:
<a href="https://drive.google.com/file/d/1-oMboBULudI8JKBMUBoElRkGudTBc6sr/view?usp=sharing"> SC20 VirtualBox VM Image </a>
</p>
<tr><td height="10px"></td><td></td></tr>
<tr>
<td colspan="2">
<p class="info"> Setup Video:
<a href="https://drive.google.com/file/d/1-oMboBULudI8JKBMUBoElRkGudTBc6sr/view?usp=sharing"> Setup Video Instructions </a>
</p>
</td>
</tr>
<tr><td height="10px"></td><td></td></tr>
<tr><td height="10px" colspan="2"><hr></td></tr>
<tr><td height="10px"></td><td></td></tr>
<tr><td height="10px" colspan="2" class="image_data">Copyright 2020 LBNL. Comments and Questions? [email protected] </td></tr>
</table>
</body>
</html>