changeset 2:667ea58b05d2 default tip

add 20110802 seminar
author Daichi TOMA <e085740@ie.u-ryukyu.ac.jp>
date Tue, 02 Aug 2011 19:09:20 +0900
parents 23c1131ea61c
children
files seminar/20110802.html seminar/ui/default_utf/pretty.css
diffstat 2 files changed, 111 insertions(+), 202 deletions(-) [+]
line wrap: on
line diff
--- a/seminar/20110802.html	Mon Aug 01 15:54:10 2011 +0900
+++ b/seminar/20110802.html	Tue Aug 02 19:09:20 2011 +0900
@@ -1,209 +1,123 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 
-<head>
-<title>Seminar</title>
-<!-- metadata -->
-<meta name="generator" content="S5" />
-<meta name="version" content="S5 1.3" />
-<meta name="author" content="Daichi Toma" />
-<!-- meta temporary -->
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<meta http-equiv="Content-Script-Type" content="text/javascript" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
-<!-- configuration parameters -->
-<meta name="defaultView" content="slideshow" />
-<meta name="controlVis" content="hidden" />
-<!-- configuration extensions -->
-<meta name="tranSitions" content="true" />
-<meta name="fadeDuration" content="500" />
-<meta name="incrDuration" content="250" />
-<!-- configuration autoplay extension -->
-<meta name="autoMatic" content="false" />
-<meta name="playLoop" content="true" />
-<meta name="playDelay" content="10000" />
-<!-- configuration audio extension -->
-<meta name="audioSupport" content="false" />
-<meta name="audioVolume" content="100" />
-<meta name="audioError" content="false" />
-<!-- configuration audio debug -->
-<meta name="audioDebug" content="false" />
-<!-- style sheet links -->
-<link rel="stylesheet" href="ui/default_utf/slides.css" type="text/css" media="projection" id="slideProj" />
-<link rel="stylesheet" href="ui/default_utf/outline.css" type="text/css" media="screen" id="outlineStyle" />
-<link rel="stylesheet" href="ui/default_utf/print.css" type="text/css" media="print" id="slidePrint" />
-<link rel="stylesheet" href="ui/default_utf/opera.css" type="text/css" media="projection" id="operaFix" />
-<!-- embedded styles -->
-<style type="text/css" media="all">
-.imgcon {width: 100%; margin: 0 auto; padding: 0; text-align: center;}
-#anim {width: 33%; height: 320px; position: relative;}
-#anim img {position: absolute; top: 0px; left: 0px;}
-</style>
-<!-- S5 JS -->
-<script src="ui/default_utf/slides.js" type="text/javascript"></script>
-</head>
-<body>
+	<head>
+		<title>Seminar</title>
+		<!-- metadata -->
+		<meta name="generator" content="S5" />
+		<meta name="version" content="S5 1.3" />
+		<meta name="author" content="Daichi Toma" />
+		<!-- meta temporary -->
+		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+		<meta http-equiv="Content-Script-Type" content="text/javascript" />
+		<meta http-equiv="Content-Style-Type" content="text/css" />
+		<!-- configuration parameters -->
+		<meta name="defaultView" content="slideshow" />
+		<meta name="controlVis" content="hidden" />
+		<!-- configuration extensions -->
+		<meta name="tranSitions" content="true" />
+		<meta name="fadeDuration" content="500" />
+		<meta name="incrDuration" content="250" />
+		<!-- configuration autoplay extension -->
+		<meta name="autoMatic" content="false" />
+		<meta name="playLoop" content="true" />
+		<meta name="playDelay" content="10" />
+		<!-- configuration audio extension -->
+		<meta name="audioSupport" content="false" />
+		<meta name="audioVolume" content="100" />
+		<meta name="audioError" content="false" />
+		<!-- configuration audio debug -->
+		<meta name="audioDebug" content="false" />
+		<!-- style sheet links -->
+		<link rel="stylesheet" href="ui/default_utf/slides.css" type="text/css" media="projection" id="slideProj" />
+		<link rel="stylesheet" href="ui/default_utf/outline.css" type="text/css" media="screen" id="outlineStyle" />
+		<link rel="stylesheet" href="ui/default_utf/print.css" type="text/css" media="print" id="slidePrint" />
+		<link rel="stylesheet" href="ui/default_utf/opera.css" type="text/css" media="projection" id="operaFix" />
+		<!-- embedded styles -->
+		<style type="text/css" media="all">
+			.imgcon {width: 100%; margin: 0 auto; padding: 0; text-align: center;}
+			#anim {width: 33%; height: 320px; position: relative;}
+			#anim img {position: absolute; top: 0px; left: 0px;}
+		</style>
+		<!-- S5 JS -->
+		<script src="ui/default_utf/slides.js" type="text/javascript"></script>
+	</head>
+	<body>
 
-<div class="layout">
-<div id="controls"><!-- DO NOT EDIT --></div>
-<div id="currentSlide"><!-- DO NOT EDIT --></div>
-<div id="header"></div>
-<div id="footer">
-<h1>Seminar</h1>
-<h2>Daichi Toma</h2>
-</div>
-</div>
-
-<ol class="xoxo presentation">
-
-<li class="slide">
-<h1>Seminar</h1>
-<h3>Daichi Toma</h3>
-<div class="handout"></div>
-</li>
-
-
-<li class="slide">
-<h1>What Is S5?</h1>
-<ul>
-<li>It's a <strong>S</strong>imple <strong>S</strong>tandards-based <strong>S</strong>lide <strong>S</strong>how <strong>S</strong>ystem</li>
-<li>One XHTML document provides all of the slide show's content</li>
-<li>CSS handles the layout and look of the slides</li>
-<li>JavaScript handles the dynamic aspects of the show</li>
-<li>That's all there is to it!  (<a href="#slide10">skip to summary</a>; demonstrates links internal to the slide show)</li>
-</ul>
+		<div class="layout">
+			<div id="controls"><!-- DO NOT EDIT --></div>
+			<div id="currentSlide"><!-- DO NOT EDIT --></div>
+			<div id="header"></div>
+			<div id="footer">
+				<h1>Seminar</h1>
+				<h2>2011/08/02</h2>
+			</div>
+		</div>
 
-<div class="notes">
-<ul>
-<li>I have notes here!</li>
-<li>Keen.</li>
-<li>Remember to tell people that notes are a new feature in 1.2</li>
-</ul>
-</div>
-
-</li>
-
+		<div class="presentation">
 
-<li class="slide">
-<h1>Operatic Origins</h1>
-<ul>
-<li>Opera 4 introduced <a href="http://www.opera.com/support/tutorials/operashow/" rel="external">Opera Show</a>, a projection-mode style sheet technology (link demonstrates external link styling and window spawning)</li>
-<li>Allows a single XHTML document to be turned into a PowerPoint-like slide show</li>
-<li>Adding screen and print style sheets allows for multi-medium views of a single document</li>
-<li>Highly efficient, but highly browser centric...</li>
-</ul>
-
-<div class="notes">
-<ul>
-<li>S5 and OperaShow diverged greatly in S5 1.1</li>
-<li>S5 1.2 should (we hope) bring them into harmony once more</li>
-</ul>
-</div>
-
-</li>
+			<div class="slide">
+				<h1>Ceriumのマルチコアプロセッサへの対応</h1>
+				<h3>Daichi Toma</h3>
+				<h4><a href="http://www.cr.ie.u-ryukyu.ac.jp" rel="external">Concurrency Reliance Laboratory</a></h4>
+				<div class="handout"></div>
+			</div>
 
 
-<li class="slide">
-<h1>Incremental Display</h1>
-<ul class="incremental show-first">
-<li>Keep hitting/clicking "next" as long as it isn't the control link (&raquo;)</li>
-<li>Bullet points are revealed one by one
-<ul class="incremental">
-<li>All based on class name of <code>inc</code></li>
-<li>Lists can be classed to make items appear individually</li>
-<li>Individual items can be classed as well to create "animations"; see <a href="http://boxofchocolates.ca/projects/s5-incremental-graphics/" rel="external">Derek Featherstone's example</a></li>
-</ul>
-</li>
-<li>Let's try it again, but without the first bullet point being pre-highlighted...</li>
-</ul>
-</li>
-
-
-<li class="slide">
-<h1>Incremental Display II</h1>
-<ul class="incremental fs90">
-<li>Keep hitting/clicking "next" as long as it isn't the control link (&raquo;)</li>
-<li>Bullet points are revealed one by one
-<ul>
-<li>All based on class name of <code>incremental</code></li>
-<li>Lists can be classed to make items appear individually</li>
-<li>Individual items can be classed as well to create "animations"; see <a href="http://boxofchocolates.ca/projects/s5-incremental-graphics/" rel="external">Derek Featherstone's example</a></li>
-</ul>
-</li>
-<li>Notice how the sub-list was part of the parent bullet point; that was done on purpose</li>
-<li>Now to move on to other test slides!</li>
-</ul>
-</li>
-
-
-<li class="slide">
-<h1>PNG Alpha Tests</h1>
-<div style="width: 400px; height: 150px; text-align: center; background: url(pix/bg-shade.png)">
-<p>DIV with PNG background followed by foreground PNG</p>
-<img class="scale" src="pix/bg-shade.png" width="200" height="200" alt="" title="A translucent image" />
-</div>
-<div style="width: 100%; height: 150px; text-align: center; background: url(pix/bg-shade.png)">
-<p>DIV with PNG background followed by foreground PNG</p>
-<img class="scale" src="pix/bg-shade.png" width="200" height="200" alt="" title="A translucent image" />
-</div>
-</li>
+			<div class="slide">
+				<h1>研究目的・研究背景</h1>
+				プロセッサメーカは消費電力、発熱、クロックの限界からマルチコア構成の路線を打ち出しており、今後ますます、マルチコアプロセッサが主流になると想像できる。<br>
+				マルチコアプロセッサ上でリソースを有効活用するためには、並列プログラミングを行う必要があるが、効率のよい並列プログラミングを書くことは難しい。<br>
+				そこで、当研究室で開発した、Ceriumをマルチコアプロセッサに対応させることで、マルチコアプロセッサ上での並列プログラミングをサポートする。<br>
+			</div>
 
 
-<li class="slide">
-<h1>S5 Default File Structure</h1>
-<p style="text-align: center;">
-<img class="scale" width="760" height="381" src="pix/s5filemap.png" alt="" title="At a Glance" />
-</p>
-</li>
-
+			<div class="slide">
+				<h1>ReferencedDmaManager</h1>
+				<ul>
+					<li>memcopyをポインタ渡しにした、DmaManager</li>
+					<li>FifoDmaManagerを継承、dma_loadをオーバーロード</li>
+					<li>FifoDmaManagerで動かしている所を全部置き換えても動く(PS3でも確認しました)</li>
+					<br><br>
+					<li>しかし、word_countは動かない</li>
+				</ul>
+			</div>
 
-<li class="slide">
-<h1>S5 Themes</h1>
-<p style="text-align: center;">
-<img class="scale" width="256" height="187" src="pix/S501.jpg" alt="" title="Default" />&nbsp;<img class="scale" width="256" height="187" src="pix/S502.jpg" alt="" title="Avanced" /><br />
-<img class="scale" width="256" height="187" src="pix/S503.jpg" alt="" title="Sunny" />&nbsp;<img class="scale" width="256" height="187" src="pix/S504.jpg" alt="" title="School" /><br />
-<small>(one way of presenting multiple graphics)</small>
-</p>
-</li>
-
-
-<li class="slide">
-<h1>Incremental S5 Themes</h1>
-<p style="text-align: center;">
-<img class="scale incremental" width="256" height="187" src="pix/S501.jpg" alt="" title="Default" />&nbsp;<img class="scale incremental" width="256" height="187" src="pix/S502.jpg" alt="" title="Avanced" /><br />
-<img class="scale incremental" width="256" height="187" src="pix/S503.jpg" alt="" title="Sunny" />&nbsp;<img class="scale incremental" width="256" height="187" src="pix/S504.jpg" alt="" title="School" /><br />
-<small>(one by one!)</small>
-</p>
-</li>
-
+			<div class="slide">
+				<h1>WordCount</h1>
+				<ul>
+					<li>セグメンテーション違反が発生</li>
+					<li>使うところを事前に解放しているのが悪いらしい</li>
+					<ul>
+						<li>いままでは、コピーしてたので問題なかった</li>
+					</ul>
+					<li>Freeを解除することで動く</li>
+					<li>メモリリーク大丈夫なの?</li>
+				</ul>
+			</div>
 
-<li class="slide">
-<h1>Incremental Animation</h1>
-<ul>
-<li>A demonstration of just one of the many ways to accomplish simple animation-like effects <small>(using a diagram from <a href="http://gmpg.org/xfn/and/" rel="external">"XFN and..."</a>)</small></li>
-</ul>
-<p class="imgcon" id="anim">
-<img class="scale" src="pix/mememe01.png" width="270" height="320" alt="" />
-<img class="scale incremental" src="pix/mememe02.png" width="270" height="320" alt="" />
-<img class="scale incremental" src="pix/mememe03.png" width="270" height="320" alt="" />
-<img class="scale incremental" src="pix/mememe04.png" width="270" height="320" alt="" />
-<img class="scale incremental" src="pix/mememe05.png" width="270" height="320" alt="" />
-</p>
-</li>
+			<div class="slide">
+				<h1>Valgrind</h1>
+				<ul>
+					<li>メモリデバッグや、メモリリークの検出、プロファイリングを行うためのプログラミングツール</li>
+					<li>Mac OS X Lionには対応してないようです。</li>
+				</ul>
+			</div>
 
+			<div class="slide">
+				<h1>Blade Server</h1>
+				<ul>
+					<li>借りたブレードで試そう!</li>
+					<li>初期設定</li>
+					<li>リモートストレージ使えない</li>
+					<li>iRMCのバージョンを下げたらいけました。</li>
+					<li>しかしながら、BIOSで認識されない。</li>
+					<li>サーバー室で直接やるか…</li>
+				</ul>
+			</div>
 
-<li class="slide">
-<h1>In Summary</h1>
-<ul>
-<li>With minimal scripting, we have recreated and improved upon a (currently) browser-specific technology, making it cross-browser in the process</li>
-<li>The S5 format is OSF 1.0 compatible</li>
-<li>S5 is a very flexible and lightweight slide show system available for anyone to use</li>
-</ul>
-</li>
-
-</ol>
-
-</body>
+		</div>
+	</body>
 </html>
--- a/seminar/ui/default_utf/pretty.css	Mon Aug 01 15:54:10 2011 +0900
+++ b/seminar/ui/default_utf/pretty.css	Tue Aug 02 19:09:20 2011 +0900
@@ -1,10 +1,9 @@
 /* Following are the presentation styles -- edit away! */
 
 body {background: #FFF; color: #000; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 2.25em;}
-a:link, a:visited {text-decoration: none; color: #00C;}
+a:link, a:visited {text-decoration: none; color: #507aaa;}
 
 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
-h1 {text-shadow: 0.1em 0.1em 0.1em #666;}
 
 ul, pre {margin: 0; line-height: 1em;}
 html, body {margin: 0; padding: 0;}
@@ -31,16 +30,12 @@
 .slide code.old {color: silver;}
 .slide pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #533; font-size: 90%;}
 .slide pre code {display: block;}
-.slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
+.slide ul {margin-left: 0%; margin-right: 0%; list-style: disc;}
 .slide li {margin-top: 0.75em; margin-right: 0;}
 .slide ul ul {line-height: 1;}
-.slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
+.slide ul ul li {margin: 0.75em 2em; font-size: 85%; list-style: square;}
 .slide img.leader {display: block; margin: 0 auto;}
 
-/*
-div#header, div#footer {background: #005; color: #AAB; font-family: Verdana, Arial, Helvetica, sans-serif;}
-div#header {background: #005 url(bodybg.gif) -16px 0 no-repeat; line-height: 1px;}
-*/
 div#header, div#footer {background: #507aaa; color: #FFF; font-family: Verdana, Arial, Helvetica, sans-serif;}
 div#header {background: #507aaa; line-height: 1px;}
 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
@@ -49,7 +44,7 @@
 #footer h2 {right:1em; font-style: italic;}
 
 div.long {font-size: 0.75em;}
-.slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1; margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap; font: bold 150%/1em Arial, Helvetica, sans-serif; text-transform: capitalize; color: #FFF; background-color: transparent;}
+.slide h1 {position: absolute; top: 0.7em; left: 0px; z-index: 1; margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap; font: bold 150%/1em Arial, Helvetica, sans-serif; text-transform: capitalize; color: #FFF; background-color: transparent;}
 .slide h3 {font-size: 130%;}
 h1 abbr {font-variant: small-caps;}