changeset 1:e0c5ecada999

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jun 2017 13:44:46 +0900
parents 27985f7bc432
children 9949bf3a5742
files fig/ie-sys.pdf gpuvdm-cr.ind
diffstat 2 files changed, 37 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
Binary file fig/ie-sys.pdf has changed
--- a/gpuvdm-cr.ind	Fri Jun 16 11:50:12 2017 +0900
+++ b/gpuvdm-cr.ind	Fri Jun 16 13:44:46 2017 +0900
@@ -66,14 +66,7 @@
 
 <center><img src="fig/meta.svg"></center>
 
-OS written in Continuation based C. It has meta computation support.
-
-    __code code1(int i, int j, __code next(int i, int j)) {
-         i = i + j;
-         goto next(i,j);
-    }
-
-is represented in meta level like this,
+Normal level code is translated into meta level code in CbC.
 
     __code code1(struct context *c, int i, int j, int *o_i, int *o_j, enum Code next) {
          *o_i = i + j;
@@ -104,6 +97,9 @@
 
 --Computer System in Faculty of Engineering
 
+<center><img src="fig/ie-sys.pdf"></center>
+
+--Computer System in Faculty of Engineering
     4 x 2U PC Server
     KVM on GFS2 ( not VMware )
     VM management system written in Rail called Akatsuki
@@ -115,7 +111,28 @@
    OIST 
    Kyusyu University
 
-Very few faculties use GPU Cluster
+Very few faculties use GPU Cluster, if we can use GPU VDM...
+
+
+--Specification
+
+Sever x 2
+    CPU Intel Xeon E5-2699 v3 (2.30GHz / 18 cores)
+    CPU  2
+    Memory 768GB (32GB x 24)
+    HDD 600GB
+
+Maintenance Server
+    CPU Intel Core i7-6700 (3.40GHz / 4 cores)
+    Memory 32GB (8GB x 4)
+    SDD 240GB
+    HDD 4TB
+
+SAN iSCSI
+    HDD SAS 1.2TB × 24 15000rpm RAID 6 19.7TB 
+NAS 
+    HDD SAS 4.0TB × 24 7200rpm RAID 6 68.5TB x 2
+
 
 --System usage
 
@@ -145,17 +162,25 @@
 
 --TreeVNC
 
-<center><img src="fig/MultiNetworkTree.svg"></center>
+VNC stands for Virtual Network Computing.
 
-VNC stands for Virtual Network Computing, it is actually a network protocol called RFB ( Remote Frame Buffer )
+It is actually a network protocol called RFB ( Remote Frame Buffer )
 
 VNC is usually used in one to one connection, which is not suitable for educational purpose such as lecture or seminar.
 
+Project or Large LCD Display is too far to show the source code.  Ex. Students wants to make a screen copy
+
+Switching presenter's display cable of his PC is annoying.
+
+--TreeVNC
+
+<center><img src="fig/MultiNetworkTree.svg"></center>
+
 TreeVNC connect VNC nodes as tree ( as overlay network in an LAN or WAN ), which makes multicast of VNC possible.
 
 It also supports VNC server changes. It has "Share my screen" button, so a presenter can pass the screen to the next presenter.
 
-It is a modication of TighVNC and written in Java.
+It is a modification of TighVNC and written in Java.
 
     http://www.cr.ie.u-ryukyu.ac.jp/software/TreeVNC_en.html