[llvm-commits] [www] r168034 - /www/trunk/devmtg/2012-11/index.html

Dmitri Gribenko gribozavr at gmail.com
Thu Nov 15 01:02:01 PST 2012


Author: gribozavr
Date: Thu Nov 15 03:02:01 2012
New Revision: 168034

URL: http://llvm.org/viewvc/llvm-project?rev=168034&view=rev
Log:
Add missing end tag

Modified:
    www/trunk/devmtg/2012-11/index.html

Modified: www/trunk/devmtg/2012-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-11/index.html?rev=168034&r1=168033&r2=168034&view=diff
==============================================================================
--- www/trunk/devmtg/2012-11/index.html (original)
+++ www/trunk/devmtg/2012-11/index.html Thu Nov 15 03:02:01 2012
@@ -234,7 +234,7 @@
 </p>
 
 <p>
-<b><a id="poster3">Scout: Using Clang/LLVM to Build A Domain-Specific Language for In Situ Data Analysis and Visualization on Emerging Architectures</b><br>
+<b><a id="poster3">Scout: Using Clang/LLVM to Build A Domain-Specific Language for In Situ Data Analysis and Visualization on Emerging Architectures</a></b><br>
 <i>Christine Ahrens - Los Alamos National Laboratory</i><br>
 As supercomputing architectures change rapidly and larger amounts of data must be processed, it is difficult to create an efficient and versatile workflow for scientific simulations at scale.  These large-scale scientific applications require computation, data analysis and visualization.  Our approach is to explore building a programming language that can provide appropriate programming abstractions, a development toolchain and runtime layers that support existing scientific applications on emerging architectures without having to significantly rewrite or refactor their code.  
 <br>





More information about the llvm-commits mailing list