forked from ospray/ospray.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisplaywall.html
60 lines (53 loc) · 2.26 KB
/
displaywall.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Intel OSPRay</title>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet.css">
</head>
<body>
<div id="header">
<div id="header-github">
<a id="forkme-banner" href="https://github.com/ospray/OSPRay">View on GitHub</a>
</div>
<div id="header-title">
Intel<sup>®</sup> OSPRay
</div>
<div id="header-navbar">
<ul>
<li><a href="index.html">Overview</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="https://github.com/ospray/OSPRay/issues">Bugs/Issues</a></li>
<li><a href="related_projects.html">Related Projects</a></li>
</ul>
</div>
<div id="header-spacing"></div>
</div>
<div id="content-wrap">
<div id="content">
<h1 id="ospray-parallel-rendering-on-taccs-stallion-display-wall">OSPRay
parallel rendering on TACC’s “Stallion” display wall</h1>
<p><a href="gallery/ospray_stallion.jpg"><img
src="gallery/thumbnails/ospray_stallion-thumb.jpg" /></a></p>
<p>This photo shows OSPRay running on the <a
href="https://www.tacc.utexas.edu/vislab/stallion">Stallion 328
megapixel tiled display</a> at the Texas Advanced Computing Center
(TACC) visualization lab. OSPRay is rendering in an MPI parallel mode
and interactively streaming to the tiled display via its <a
href="https://www.tacc.utexas.edu/research-development/tacc-software/displaycluster">DisplayCluster</a>
interface. These features are scheduled to be released in OSPRay
v0.9.</p>
<p>The model used is courtesy Florida International University and the
Texas Advanced Computing Center, and stems from a simulation of Ground
Water Flow performed by Florida International University.</p>
</div>
</div>
<div id="footer">
© 2013 Intel Corporation <a href="legal.html">Disclaimer and Legal Information</a>
<a href="https://www.intel.com/privacy">Privacy</a>
</div>
</body>
</html>