JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11 doi: /jamstecr.23.1 A Performance Optimization of the Large-Scale Seismic Simulation on

Size: px
Start display at page:

Download "JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11 doi: /jamstecr.23.1 A Performance Optimization of the Large-Scale Seismic Simulation on"

Transcription

1 JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11 doi: /jamstecr.23.1 A Performance Optimization of the Large-Scale Seismic Simulation on the Earth Simulator (ES2) Yuichi Hirokawa 1, Toshiyuki Masatsuki 2, Noriaki Nishikawa 1, Misako Iwasawa 1, and Toshiyuki Asano 1 The understanding and prediction of influences caused by seismic wave ranges from low to high frequency is important to mitigate the disaster of earthquakes by multilateral preparations. The structure of undergrounds causes the complex behavior of seismic wave propagation. The numerical simulation is an effective tool to predict the wave propagation. For metropolises on a large plain such as Kanto basin, however, the simulation requires enormous computing resources as well as techniques of high-performance computing. In this paper, we have developed the optimization method for the seismic simulation code on the Earth Simulator (ES2). We assume the finite difference method code k-fdm3d developed by KOZO KEKAKU ENGINEERING Inc.. Because the code adopt a stencil computation with the structured grid, we have optimized the memory-access and communication of the computation. For the reasons, the optimization method has applicability to simulation code on the other fields. The method enables a 570 million grids seismic simulation on ES2. The method also allows the simulation to achieve approximately 30% to the peak performance of ES2. For the results, we have established the optimization method to calculate the high-accuracy prediction of seismic wave propagation applicable for a large plain. Keywords : Seismic wave, Simulation, The Earth Simulator, Parallelization, Optimization Received 9 March 2016 ; Revised 28 April 2016 ; Accepted 9 May Center for Earth Information Science and Technology (CEIST), Japan Agency for Marine-Earth Science and Technology (JAMSTEC) 2 KOZO KEIKAKU ENGINEERING Inc. Corresponding author: Yuichi Hirokawa Center for Earth Information Science and Technology, Japan Agency for Marine-Earth Science and Technology Showa-machi, Kanazawa-ku, Yokohama, Kanagawa , Japan y-hiroka@jamstec.go.jp Copyright by Japan Agency for Marine-Earth Science and Technology 1

2 ES2 A Performance Optimization of the Large-Scale Seismic Simulation on the Earth Simulator (ES2) doi: /jamstecr k-fdm3d ES2 ES y-hiroka@jamstec.go.jp 2 JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11

3 Y. Hirokawa et al. 2 20[s] 0.5[Hz] 2[s] 0.5[Hz] Seism3D3 Furumura and Chen, 2005; Furumura and Saito, a; [Hz] ES2 k-fdm3d ES ES2 k-fdm3d 1 Navier ρü = (λ + μ) ( u) + μδu + F (1) ρ F λ μ ü Δ ü 4 ü ü Staggered 2 Verlet Leap Frog 2009b Fortran 90 MPI ES2 1 ES2 ES2 NEC SX9/E GByte/s JAMSTEC, 2008 Fig. 1. The configuration of the Earth Simulator (ES2). 1. ES2 JAMSTEC Rep. Res. Dev., Volume 23, September 2016,

4 ES2 A Performance Optimization of the Large-Scale Seismic Simulation on the Earth Simulator (ES2) 2 Fat-Tree 1 3 RTR CPU 128 GByte 8 KByte 64 1 MMU 16 RTR 256 MMU CPU 1 CPU GFLOPS 16 Byte 1 16,384 way 16,384 16,384 Load/Store 2.5 Byte/FLOP CPU Assignable Data Buffer ADB 256 KByte, 4 Byte/FLOP Nakazato et al., 2008 ADB Least Recently Used 2 Load 2009 ES2 k-fdm3d Fortran 90 3 ES Byte 16,384 8 Byte 32,768 4 Byte 65,536 ES2 16 Byte Load/Store Load/Store 4 1 Load/Store IDIM 1 i, j, k Load/Store 4 Bank Load/Store Load/Store 4 Bank00000 Load/Store Load/Store Load/Store Load/Store 4 1 ES2 16 Byte 1 Load/Store 2 Fig. 2. The architecture of the NEC SX9/E Fig. 3. The memory mapping of an array in Fortran JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11

5 Y. Hirokawa et al. Fig. 4. The memory access. left: original, right: optimized / upper: i-direction, middle: j-direction, lower: k-direction 図 4. メモリアクセス 左 オリジナル 右 最適化 / 上 i 方向 中 j 方向 下 k 方向 JAMSTEC Rep. Res. Dev., Volume 23, September 2016,

6 ES2 A Performance Optimization of the Large-Scale Seismic Simulation on the Earth Simulator (ES2) 1 16 Byte IDIM%(16 Byte/NByte) = 0 (2) N 1 Byte 8 Byte N = 8 1 IDIM IDIM/(16 Byte/NByte) %2 = 1 (3) 2 3 IDIM Bank00000 Load/Store Bank Bank00000 Load/Store Bank Z 5 V 3 K 3 5 dzv Z V!CDIR NEC SX NByte V 4 Load IDIM*JDIM*NByte i k j i j k k 16 5!CDIR OUTERUNROLL=16 2 Load V ADB 5!CDIR ON_ADB(V) j k ADB & ES ADB ADB ADB Load k k + 1 V 3 Load ADB Load ADB Read Only Memory Store Y 7 V J 7 dyv Y IDIM*NByte i j k j 16 7!CDIR OUTERUNROLL=16 2 Load V ADB 7!CDIR ON_ADB(V) Fig. 5. The optimized code in the direction Z. 5. Z Fortran 90 Fig. 6. The memory access in the direction Z. 6. Z 6 JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11

7 Y. Hirokawa et al. ADB ES2 & j j + 1 V 3 Load ADB X 9 V I 9 dxv X ES2 SX Load ADB 10 4 Load 2012 NEC SX-7 ADB Miss Status Handling Register MSHR ES2 11 j i k 11!CDIR NOLOOPCHG i 32 11!CDIR OUTERUNROLL=32 2 Load V ADB 11!CDIR ON_ADB(V) ES2 & j i i + 1 Fig. 9. The memory access in the direction X. 9. X Fig. 7. The optimized code in the direction Y. 7. Y Fortran 90 Fig. 10. The bank conflict in the direction X. 10. X Fig. 8. The memory access in the direction Y. 8. Y Fig. 11. The optimized code in the direction X. 11. X Fortran 90 JAMSTEC Rep. Res. Dev., Volume 23, September 2016,

8 ES2 A Performance Optimization of the Large-Scale Seismic Simulation on the Earth Simulator (ES2) 4 Load 3 ADB ES2 16 Byte Load 1 ADB 12 V i = 2 5 Load i = 1 6 Load i = 3 6 ADB 1 1 Non-blocking Non-blocking 2001 CPU 1 k-fdm3d IDIM = 1, 024 JDIM = 1, 280 KDIM = CPU Z 2.5 ADB k-fdm3d IDIM = 1, 024 JDIM = 1, 280 KDIM = CPU CPU CPU CPU Table 1. The performance comparison of optimization CPU Fig. 12. The memory access in the direction X. 12. X [s] GFLOPS (1CPU) JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11

9 Y. Hirokawa et al. k-fdm3d 1 CPU IDIM = 512, JDIM = 640, KDIM = 170 CPU CPU 1 16 CPU 8 CPU 14 CPU ES2 1,024 CPU CPU CPU CPU 3 8 CPU CPU [%] 1 8 CPU [%] MPI [%] Fig. 14. The scalability (weak scaling) 14. Table 3. The bank conflict caused by CPUs. 3. CPU Fig. 13. The speed-up ratio (strong scaling) 13. GFLOPS [s] [s] (1CPU) 8CPU 1NODE CPU 2NODE CPU 4NODE CPU 8NODE CPU 1NODE CPU 2NODE CPU 4NODE CPU 8NODE Table 2. The summary of optimization technique CPU [ ] Z Y X ( ) ( ) ( ) ( ) JAMSTEC Rep. Res. Dev., Volume 23, September 2016,

10 ES2 A Performance Optimization of the Large-Scale Seismic Simulation on the Earth Simulator (ES2) ES2 3 CPU CPU Load CPU CPU 2, CPU 1,024 CPU x y NEC/SX-9 NEC/SX-ACE MSHR CPU ES Fig. 15. The example of restricting bank allocation. 15. FlatMPI Furumura, T. and L. Chen (2005), Parallel simulation of strong ground motions during recent and historical damaging earthquake in Tokyo, Japan, Parallel Computing, 31, Furumura, T. and T. Saito (2009), Integrated Ground Motion and Tsunami Simulation for the 1944 Tonankai Earthquake Using High-Performance Superconputers, Journal of Disaster Research, 4(2), a 3 21 < furumura.pdf>. 2009b S83-S T2K < JAMSTEC (2008), The outline of the Earth Simulator (ES2), < system1.pdf> CFD - 42, SIG 9 (HPS3), Nakazato S., S. Tagaya, N. Nakagomi, T. Watai, A. Sawamura (2008), Hardware Technology of the SX-9 (1)- Main System -, NEC Technical Journal, 3(4), JAMSTEC Rep. Res. Dev., Volume 23, September 2016, 1 11

11 Y. Hirokawa et al. MSHR ARC-184(6), II JAMSTEC Rep. Res. Dev., Volume 23, September 2016,

JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb * 2

JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb * 2 JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* 1 1 1 1 210 Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb 2010 10 4 2010 12 10 1 2 * 237-0061 2-15 046-867-9794 ogurik@jamstec.go.jp 27 210

More information

0-

0- 5 6 7 Seismic observation station Agency Seismic intensity South- North (NS) Maximum acceleration (Gal ) East-West (EW) Vertical (UD) Combining threecomponent Epicentral distance (km) Kawaguchi* JMA 7

More information

(1) 2

(1) 2 - - 1 2 34 5 1192-0397 1-1 E-mail:oda-yoshiya@c.metro-u.ac.jp 2270-1194 1646 E-mail:y-aoyagi@criepi.denken.or.jp 2270-1194 1646 E-mail: higashi@criepi.denken.or.jp 4270-1194 1646 E-mail: shintaro@criepi.denken.or.jp

More information

4.1 % 7.5 %

4.1 % 7.5 % 2018 (412837) 4.1 % 7.5 % Abstract Recently, various methods for improving computial performance have been proposed. One of these various methods is Multi-core. Multi-core can execute processes in parallel

More information

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro TV 1,2,a) 1 2 2015 1 26, 2015 5 21 Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Rotation Using Mobile Device Hiroyuki Kawakita 1,2,a) Toshio Nakagawa 1 Makoto Sato

More information

Accuracy check of grading of XCT Report Accuracy check of grading and calibration of CT value on the micro-focus XCT system Tetsuro Hirono Masahiro Ni

Accuracy check of grading of XCT Report Accuracy check of grading and calibration of CT value on the micro-focus XCT system Tetsuro Hirono Masahiro Ni JAMSTEC Rep. Res. Dev., Volume 8, November 2008, 29 36 X CTm/pixel X CT X CT. -. mol/l KI KI CT CT X CT CT ; - - +- -- hirono@ess.sci.osaka-u.ac.jp Accuracy check of grading of XCT Report Accuracy check

More information

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h 23 FPGA CUDA Performance Comparison of FPGA Array with CUDA on Poisson Equation (lijiang@sekine-lab.ei.tuat.ac.jp), (kazuki@sekine-lab.ei.tuat.ac.jp), (takahashi@sekine-lab.ei.tuat.ac.jp), (tamukoh@cc.tuat.ac.jp),

More information

第62巻 第1号 平成24年4月/石こうを用いた木材ペレット

第62巻 第1号 平成24年4月/石こうを用いた木材ペレット Bulletin of Japan Association for Fire Science and Engineering Vol. 62. No. 1 (2012) Development of Two-Dimensional Simple Simulation Model and Evaluation of Discharge Ability for Water Discharge of Firefighting

More information

非線形長波モデルと流体粒子法による津波シミュレータの開発 I_ m ρ v p h g a b a 2h b r ab a b Fang W r ab h 5 Wendland 1995 q= r ab /h a d W r ab h

非線形長波モデルと流体粒子法による津波シミュレータの開発 I_ m ρ v p h g a b a 2h b r ab a b Fang W r ab h 5 Wendland 1995 q= r ab /h a d W r ab h 土木学会論文集 B2( 海岸工学 ) Vol. 70, No. 2, 2014, I_016-I_020 非線形長波モデルと流体粒子法による津波シミュレータの開発 Development of a Tsunami Simulator Integrating the Smoothed-Particle Hydrodynamics Method and the Nonlinear Shallow Water

More information

200708_LesHouches_02.ppt

200708_LesHouches_02.ppt Numerical Methods for Geodynamo Simulation Akira Kageyama Earth Simulator Center, JAMSTEC, Japan Part 2 Geodynamo Simulations in a Sphere or a Spherical Shell Outline 1. Various numerical methods used

More information

GPGPU

GPGPU GPGPU 2013 1008 2015 1 23 Abstract In recent years, with the advance of microscope technology, the alive cells have been able to observe. On the other hand, from the standpoint of image processing, the

More information

SEISMIC HAZARD ESTIMATION BASED ON ACTIVE FAULT DATA AND HISTORICAL EARTHQUAKE DATA By Hiroyuki KAMEDA and Toshihiko OKUMURA A method is presented for using historical earthquake data and active fault

More information

Table 1. Reluctance equalization design. Fig. 2. Voltage vector of LSynRM. Fig. 4. Analytical model. Table 2. Specifications of analytical models. Fig

Table 1. Reluctance equalization design. Fig. 2. Voltage vector of LSynRM. Fig. 4. Analytical model. Table 2. Specifications of analytical models. Fig Mover Design and Performance Analysis of Linear Synchronous Reluctance Motor with Multi-flux Barrier Masayuki Sanada, Member, Mitsutoshi Asano, Student Member, Shigeo Morimoto, Member, Yoji Takeda, Member

More information

<95DB8C9288E397C389C88A E696E6462>

<95DB8C9288E397C389C88A E696E6462> 2011 Vol.60 No.2 p.138 147 Performance of the Japanese long-term care benefit: An International comparison based on OECD health data Mie MORIKAWA[1] Takako TSUTSUI[2] [1]National Institute of Public Health,

More information

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels).

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig. 1 The scheme of glottal area as a function of time Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig, 4 Parametric representation

More information

untitled

untitled 20 * Re-Evaluation of Isoseismal Maps and Magnitudes from Two Big Earthquakes along the Subduction Zone of Kyushu and Ryukyu Islands Early in the 20th Century Masayuki TAKEMURA, Katsuhisa KANDA Kobori

More information

IPSJ SIG Technical Report Vol.2014-HPC-144 No /5/26 ES2 1,a) 1,b) 1,c) (ES2) The system architecture and operation results of the Earth Simulato

IPSJ SIG Technical Report Vol.2014-HPC-144 No /5/26 ES2 1,a) 1,b) 1,c) (ES2) The system architecture and operation results of the Earth Simulato ES2 1,a) 1,b) 1,c) (ES2) The system architecture and operation results of the Earth Simulator (ES2) Ken ichi Itakura 1,a) Hitoshi Uehara 1,b) Toshiyuki Asano 1,c) Abstract: This paper describes the system

More information

A Study on Throw Simulation for Baseball Pitching Machine with Rollers and Its Optimization Shinobu SAKAI*5, Yuichiro KITAGAWA, Ryo KANAI and Juhachi

A Study on Throw Simulation for Baseball Pitching Machine with Rollers and Its Optimization Shinobu SAKAI*5, Yuichiro KITAGAWA, Ryo KANAI and Juhachi A Study on Throw Simulation for Baseball Pitching Machine with Rollers and Its Optimization Shinobu SAKAI*5, Yuichiro KITAGAWA, Ryo KANAI and Juhachi ODA Department of Human and Mechanical Systems Engineering,

More information

空力騒音シミュレータの開発

空力騒音シミュレータの開発 41 COSMOS-V, an Aerodynamic Noise Simulator Nariaki Horinouchi COSMOS-V COSMOS-V COSMOS-V 3 The present and future computational problems of the aerodynamic noise analysis using COSMOS-V, our in-house

More information

2. CABAC CABAC CABAC 1 1 CABAC Figure 1 Overview of CABAC 2 DCT 2 0/ /1 CABAC [3] 3. 2 値化部 コンテキスト計算部 2 値算術符号化部 CABAC CABAC

2. CABAC CABAC CABAC 1 1 CABAC Figure 1 Overview of CABAC 2 DCT 2 0/ /1 CABAC [3] 3. 2 値化部 コンテキスト計算部 2 値算術符号化部 CABAC CABAC H.264 CABAC 1 1 1 1 1 2, CABAC(Context-based Adaptive Binary Arithmetic Coding) H.264, CABAC, A Parallelization Technology of H.264 CABAC For Real Time Encoder of Moving Picture YUSUKE YATABE 1 HIRONORI

More information

IPSJ SIG Technical Report Vol.2015-HPC-150 No /8/6 I/O Jianwei Liao 1 Gerofi Balazs 1 1 Guo-Yuan Lien Prototyping F

IPSJ SIG Technical Report Vol.2015-HPC-150 No /8/6 I/O Jianwei Liao 1 Gerofi Balazs 1 1 Guo-Yuan Lien Prototyping F I/O Jianwei Liao 1 Gerofi Balazs 1 1 Guo-Yuan Lien 1 1 1 1 1 30 30 100 30 30 2 Prototyping File I/O Arbitrator Middleware for Real-Time Severe Weather Prediction System Jianwei Liao 1 Gerofi Balazs 1 Yutaka

More information

yasi10.dvi

yasi10.dvi 2002 50 2 259 278 c 2002 1 2 2002 2 14 2002 6 17 73 PML 1. 1997 1998 Swiss Re 2001 Canabarro et al. 1998 2001 1 : 651 0073 1 5 1 IHD 3 2 110 0015 3 3 3 260 50 2 2002, 2. 1 1 2 10 1 1. 261 1. 3. 3.1 2 1

More information

Appropriate Disaster Preparedness Education in Classrooms According to Students Grade, from Kindergarten through High School Contrivance of an Educati

Appropriate Disaster Preparedness Education in Classrooms According to Students Grade, from Kindergarten through High School Contrivance of an Educati Appropriate Disaster Preparedness Education in Classrooms According to Students Grade, from Kindergarten through High School Contrivance of an Education of Disaster Preparedness System and Class Practice

More information

1 2 4 5 9 10 12 3 6 11 13 14 0 8 7 15 Iteration 0 Iteration 1 1 Iteration 2 Iteration 3 N N N! N 1 MOPT(Merge Optimization) 3) MOPT 8192 2 16384 5 MOP

1 2 4 5 9 10 12 3 6 11 13 14 0 8 7 15 Iteration 0 Iteration 1 1 Iteration 2 Iteration 3 N N N! N 1 MOPT(Merge Optimization) 3) MOPT 8192 2 16384 5 MOP 10000 SFMOPT / / MOPT(Merge OPTimization) MOPT FMOPT(Fast MOPT) FMOPT SFMOPT(Subgrouping FMOPT) SFMOPT 2 8192 31 The Proposal and Evaluation of SFMOPT, a Task Mapping Method for 10000 Tasks Haruka Asano

More information

On the Detectability of Earthquakes and Crustal Movements in and around the Tohoku District (Northeastern Honshu) (I) Microearthquakes Hiroshi Ismi an

On the Detectability of Earthquakes and Crustal Movements in and around the Tohoku District (Northeastern Honshu) (I) Microearthquakes Hiroshi Ismi an On the Detectability of Earthquakes and Crustal Movements in and around the Tohoku District (Northeastern Honshu) (I) Microearthquakes Hiroshi Ismi and Akio TAKAGI Observation Center for Earthquake Prediction,

More information

29 jjencode JavaScript

29 jjencode JavaScript Kochi University of Technology Aca Title jjencode で難読化された JavaScript の検知 Author(s) 中村, 弘亮 Citation Date of 2018-03 issue URL http://hdl.handle.net/10173/1975 Rights Text version author Kochi, JAPAN http://kutarr.lib.kochi-tech.ac.jp/dspa

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

A Higher Weissenberg Number Analysis of Die-swell Flow of Viscoelastic Fluids Using a Decoupled Finite Element Method Iwata, Shuichi * 1/Aragaki, Tsut

A Higher Weissenberg Number Analysis of Die-swell Flow of Viscoelastic Fluids Using a Decoupled Finite Element Method Iwata, Shuichi * 1/Aragaki, Tsut A Higher Weissenberg Number Analysis of Die-swell Flow of Viscoelastic Fluids Using a Decoupled Finite Element Method Iwata, Shuichi * 1/Aragaki, Tsutomu * 1/Mori, Hideki * 1 Ishikawa, Satoshi * 1/Shin,

More information

mbb mb9 xb Fig. 1 Soil-Structure Interaction System.

mbb mb9 xb Fig. 1 Soil-Structure Interaction System. In this paper the authors developed a new subsystem modes synthesis method as one of the dynamic substructure methods for the analysis of soil-foundation-superstructure for seismic motions. This method

More information

Key Words: probabilisic scenario earthquake, active fault data, Great Hanshin earthquake, low frequency-high impact earthquake motion, seismic hazard map 3) Cornell, C. A.: Engineering Seismic

More information

JFE.dvi

JFE.dvi ,, Department of Civil Engineering, Chuo University Kasuga 1-13-27, Bunkyo-ku, Tokyo 112 8551, JAPAN E-mail : atsu1005@kc.chuo-u.ac.jp E-mail : kawa@civil.chuo-u.ac.jp SATO KOGYO CO., LTD. 12-20, Nihonbashi-Honcho

More information

Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science,

Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science, Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science, Bunka Women's University, Shibuya-ku, Tokyo 151-8523

More information

Journal of Geography 116 (6) Configuration of Rapid Digital Mapping System Using Tablet PC and its Application to Obtaining Ground Truth

Journal of Geography 116 (6) Configuration of Rapid Digital Mapping System Using Tablet PC and its Application to Obtaining Ground Truth Journal of Geography 116 (6) 749-758 2007 Configuration of Rapid Digital Mapping System Using Tablet PC and its Application to Obtaining Ground Truth Data: A Case Study of a Snow Survey in Chuetsu District,

More information

JHPCN-FINALv04.pdf

JHPCN-FINALv04.pdf 28 2017 5 jh160029 NAH [1] 5.1 3 FX-10 [2] 5.2 FX-10 [3] 5.3 2016 4 TSUBAME-2.5 10 [4] 5.4 1. (1) (2) (3) GPU GPU TSUBAME FX10 FX10 2. 2011 3 11 M9 1 28 2017 5 M7.3 M6.6 2016 Finite-Difference Time Domain

More information

Vol.53 No (Mar. 2012) 1, 1,a) 1, 2 1 1, , Musical Interaction System Based on Stage Metaphor Seiko Myojin 1, 1,a

Vol.53 No (Mar. 2012) 1, 1,a) 1, 2 1 1, , Musical Interaction System Based on Stage Metaphor Seiko Myojin 1, 1,a 1, 1,a) 1, 2 1 1, 3 2 1 2011 6 17, 2011 12 16 Musical Interaction System Based on Stage Metaphor Seiko Myojin 1, 1,a) Kazuki Kanamori 1, 2 Mie Nakatani 1 Hirokazu Kato 1, 3 Sanae H. Wake 2 Shogo Nishida

More information

: u i = (2) x i Smagorinsky τ ij τ [3] ij u i u j u i u j = 2ν SGS S ij, (3) ν SGS = (C s ) 2 S (4) x i a u i ρ p P T u ν τ ij S c ν SGS S csgs

: u i = (2) x i Smagorinsky τ ij τ [3] ij u i u j u i u j = 2ν SGS S ij, (3) ν SGS = (C s ) 2 S (4) x i a u i ρ p P T u ν τ ij S c ν SGS S csgs 15 C11-4 Numerical analysis of flame propagation in a combustor of an aircraft gas turbine, 4-6-1 E-mail: tominaga@icebeer.iis.u-tokyo.ac.jp, 2-11-16 E-mail: ntani@iis.u-tokyo.ac.jp, 4-6-1 E-mail: itoh@icebeer.iis.u-tokyo.ac.jp,

More information

スーパーコンピュータ「京」を用いた防災・減災研究

スーパーコンピュータ「京」を用いた防災・減災研究 Studies for Prevention and Mitigation of Natural Disasters Using the K computer 上原均 安藤和人 あらまし HPCI 3 3 Abstract Japan has often been hit by serious natural disasters. To prevent and mitigate disasters,

More information

Fig. 4. Configuration of fatigue test specimen. Table I. Mechanical property of test materials. Table II. Full scale fatigue test conditions and test

Fig. 4. Configuration of fatigue test specimen. Table I. Mechanical property of test materials. Table II. Full scale fatigue test conditions and test (J. Soc. Mat. Sci., Japan), Vol. 52, No. 11, pp. 1351-1356, Nov. 2003 Fatigue Life Prediction of Coiled Tubing by Takanori KATO*, Miyuki YAMAMOTO*, Isao SAWAGUCHI** and Tetsuo YONEZAWA*** Coiled tubings,

More information

27 VR Effects of the position of viewpoint on self body in VR environment

27 VR Effects of the position of viewpoint on self body in VR environment 27 VR Effects of the position of viewpoint on self body in VR environment 1160298 2015 2 25 VR (HMD), HMD (VR). VR,.. HMD,., VR,.,.,,,,., VR,. HMD VR i Abstract Effects of the position of viewpoint on

More information

013858,繊維学会誌ファイバー1月/報文-02-古金谷

013858,繊維学会誌ファイバー1月/報文-02-古金谷 Development of Non-Contact Measuring Method for Final Twist Number of Double Ply Staple Yarn Keizo Koganeya 1, Youichi Yukishita 1, Hirotaka Fujisaki 1, Yasunori Jintoku 2, Hironori Okuno 2, and Motoharu

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

プラズマ核融合学会誌11月【81‐11】/小特集5

プラズマ核融合学会誌11月【81‐11】/小特集5 Japan Atomic Energy Agency, Ibaraki 311-0193, Japan 1) Kyoto University, Uji 611-0011, Japan 2) National Institute of Advanced Industrial Science and Technology, Tsukuba 305-8569, Japan 3) Central Research

More information

神奈川県西部山北南高感度地震観測井の掘削および孔内検層,Borehole Drilling and Physical Properties of the Yamakita-minami Seismic Observatory in Western Ka

神奈川県西部山北南高感度地震観測井の掘削および孔内検層,Borehole Drilling and Physical Properties of the Yamakita-minami Seismic Observatory in Western Ka *1 *2 *3 *4 *5 *5 *6 *6 *2 *7 *5 *4 *5 *5 *6 *6 Borehole Drilling and Physical Properties of the Yamakita-minami Seismic Observatory in Western Kanagawa Prefecture, Central Honshu, Japan Hiroki HAYASHI

More information

206“ƒŁ\”ƒ-fl_“H„¤‰ZŁñ

206“ƒŁ\”ƒ-fl_“H„¤‰ZŁñ 105 206 105 117 2007 105 3 LCC 110 106 LCC 111 106 1 111 107 2 112 1 107 3 114 2 108 115 109 115 1 LCC 110 Summary 117 2 110 2005 3 LCC 19 3 6 LCC LCC LCC 1.0 2 3, 1997 B/C Cost Benefit Ratio 1997 NPV

More information

1_26.dvi

1_26.dvi C3PV 1,a) 2,b) 2,c) 3,d) 1,e) 2012 4 20, 2012 10 10 C3PV C3PV C3PV 1 Java C3PV 45 38 84% Programming Process Visualization for Supporting Students in Programming Exercise Hiroshi Igaki 1,a) Shun Saito

More information

情報処理学会研究報告 IPSJ SIG Technical Report Vol.2013-HPC-139 No /5/29 Gfarm/Pwrake NICT NICT 10TB 100TB CPU I/O HPC I/O NICT Gf

情報処理学会研究報告 IPSJ SIG Technical Report Vol.2013-HPC-139 No /5/29 Gfarm/Pwrake NICT NICT 10TB 100TB CPU I/O HPC I/O NICT Gf Gfarm/Pwrake NICT 1 1 1 1 2 2 3 4 5 5 5 6 NICT 10TB 100TB CPU I/O HPC I/O NICT Gfarm Gfarm Pwrake A Parallel Processing Technique on the NICT Science Cloud via Gfarm/Pwrake KEN T. MURATA 1 HIDENOBU WATANABE

More information

1重谷.PDF

1重谷.PDF RSCC RSCC RSCC BMT 1 6 3 3000 3000 200310 1994 19942 VPP500/32PE 19992 VPP700E/128PE 160PE 20043 2 2 PC Linux 2048 CPU Intel Xeon 3.06GHzDual) 12.5 TFLOPS SX-7 32CPU/256GB 282.5 GFLOPS Linux 3 PC 1999

More information

HP cafe HP of A A B of C C Map on N th Floor coupon A cafe coupon B Poster A Poster A Poster B Poster B Case 1 Show HP of each company on a user scree

HP cafe HP of A A B of C C Map on N th Floor coupon A cafe coupon B Poster A Poster A Poster B Poster B Case 1 Show HP of each company on a user scree LAN 1 2 3 2 LAN WiFiTag WiFiTag LAN LAN 100% WiFi Tag An Improved Determination Method with Multiple Access Points for Relative Position Estimation Using Wireless LAN Abstract: We have proposed a WiFiTag

More information

1

1 5-3 Photonic Antennas and its Application to Radio-over-Fiber Wireless Communication Systems LI Keren, MATSUI Toshiaki, and IZUTSU Masayuki In this paper, we presented our recent works on development of

More information

1 t=495minutes 2.8m 25m t=495minutes t=5minutes t=55minutes 25m D A E B F 1.4m 2.8m / 6) ) 12) 13) 14), 7),8) 12) 13) 14) FDS 2) Disch

1 t=495minutes 2.8m 25m t=495minutes t=5minutes t=55minutes 25m D A E B F 1.4m 2.8m / 6) ) 12) 13) 14), 7),8) 12) 13) 14) FDS 2) Disch , 5, 62 NUMERICAL SIMULATIONS OF URBAN FLOODING DUE TO DIKE BREACHING 1 2 Juichiro AKIYAMA and Mirei SHIGE-EDA 1 Ph.D. 84-855 1-1 2 () The flooding process of the Misumi district due to dike breaking of

More information

Vol.54 No (July 2013) [9] [10] [11] [12], [13] 1 Fig. 1 Flowchart of the proposed system. c 2013 Information

Vol.54 No (July 2013) [9] [10] [11] [12], [13] 1 Fig. 1 Flowchart of the proposed system. c 2013 Information Vol.54 No.7 1937 1950 (July 2013) 1,a) 2012 11 1, 2013 4 5 1 Similar Sounds Sentences Generator Based on Morphological Analysis Manner and Low Class Words Masaaki Kanakubo 1,a) Received: November 1, 2012,

More information

2017 (413812)

2017 (413812) 2017 (413812) Deep Learning ( NN) 2012 Google ASIC(Application Specific Integrated Circuit: IC) 10 ASIC Deep Learning TPU(Tensor Processing Unit) NN 12 20 30 Abstract Multi-layered neural network(nn) has

More information

IPSJ SIG Technical Report Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for

IPSJ SIG Technical Report Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for 1 2 3 3 1 Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for Mobile Terminals Kaoru Wasai 1 Fumio Sugai 2 Yosihiro Kita 3 Mi RangPark 3 Naonobu

More information

IPSJ SIG Technical Report Vol.2013-GN-86 No.35 Vol.2013-CDS-6 No /1/17 1,a) 2,b) (1) (2) (3) Development of Mobile Multilingual Medical

IPSJ SIG Technical Report Vol.2013-GN-86 No.35 Vol.2013-CDS-6 No /1/17 1,a) 2,b) (1) (2) (3) Development of Mobile Multilingual Medical 1,a) 2,b) 3 24 3 (1) (2) (3) Development of Mobile Multilingual Medical Communication Support System and Its Introduction for Medical Field Shun Ozaki 1,a) Takashi Yoshino 2,b) Aguri Shigeno 3 Abstract:

More information

Shonan Institute of Technology MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Paral

Shonan Institute of Technology MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Paral MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 41, No. 1, 2007 Ships1 * ** ** ** Development of a Small-Mid Range Parallel Computer Ships1 Makoto OYA*, Hiroto MATSUBARA**, Kazuyoshi SAKURAI** and Yu KATO**

More information

IPSJ SIG Technical Report Vol.2009-BIO-17 No /5/26 DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing

IPSJ SIG Technical Report Vol.2009-BIO-17 No /5/26 DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing DNA 1 1 DNA DNA DNA DNA Correcting read errors on DNA sequences determined by Pyrosequencing Youhei Namiki 1 and Yutaka Akiyama 1 Pyrosequencing, one of the DNA sequencing technologies, allows us to determine

More information

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L Vol. 48 No. 4 Apr. 2007 LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for Learning to Associate LAN Construction Skills with TCP/IP

More information

Fig. 1 Schematic construction of a PWS vehicle Fig. 2 Main power circuit of an inverter system for two motors drive

Fig. 1 Schematic construction of a PWS vehicle Fig. 2 Main power circuit of an inverter system for two motors drive An Application of Multiple Induction Motor Control with a Single Inverter to an Unmanned Vehicle Propulsion Akira KUMAMOTO* and Yoshihisa HIRANE* This paper is concerned with a new scheme of independent

More information

fiš„v8.dvi

fiš„v8.dvi (2001) 49 2 333 343 Java Jasp 1 2 3 4 2001 4 13 2001 9 17 Java Jasp (JAva based Statistical Processor) Jasp Jasp. Java. 1. Jasp CPU 1 106 8569 4 6 7; fuji@ism.ac.jp 2 106 8569 4 6 7; nakanoj@ism.ac.jp

More information

EQUIVALENT TRANSFORMATION TECHNIQUE FOR ISLANDING DETECTION METHODS OF SYNCHRONOUS GENERATOR -REACTIVE POWER PERTURBATION METHODS USING AVR OR SVC- Ju

EQUIVALENT TRANSFORMATION TECHNIQUE FOR ISLANDING DETECTION METHODS OF SYNCHRONOUS GENERATOR -REACTIVE POWER PERTURBATION METHODS USING AVR OR SVC- Ju EQUIVALENT TRANSFORMATION TECHNIQUE FOR ISLANDING DETECTION METHODS OF SYNCHRONOUS GENERATOR -REACTIVE POWER PERTURBATION METHODS USING AVR OR SVC- Jun Motohashi, Member, Takashi Ichinose, Member (Tokyo

More information

<31322D899C8CA982D982A95F985F95B65F2E696E6464>

<31322D899C8CA982D982A95F985F95B65F2E696E6464> SUMMARY Japan is one of the most earthquakeprone country in the world, and has repeatedly experienced serious major damages. No matter how serious the impact of earthquake disasters, each and every time,

More information

Clustering in Time and Periodicity of Strong Earthquakes in Tokyo Masami OKADA Kobe Marine Observatory (Received on March 30, 1977) The clustering in time and periodicity of earthquake occurrence are investigated

More information

JAMSTECR, October MPI Message Passing Interface JAMSTEC NEC SX- IBM RS /SP PC MPI MPI_SENDRECV SX- SP PCC MPI MPI, Performance of MPI on parallel comp

JAMSTECR, October MPI Message Passing Interface JAMSTEC NEC SX- IBM RS /SP PC MPI MPI_SENDRECV SX- SP PCC MPI MPI, Performance of MPI on parallel comp JAMSTECR, October MPI Message Passing Interface JAMSTECNEC SX- IBM RS/SPPC MPI MPI_SENDRECVSX- SP PCC MPI MPI, Performance of MPI on parallel computers in JAMSTEC Hideaki SAITO Kazushi FURUTA Jun NAOI

More information

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L 1,a) 1,b) 1/f β Generation Method of Animation from Pictures with Natural Flicker Abstract: Some methods to create animation automatically from one picture have been proposed. There is a method that gives

More information

3D UbiCode (Ubiquitous+Code) RFID ResBe (Remote entertainment space Behavior evaluation) 2 UbiCode Fig. 2 UbiCode 2. UbiCode 2. 1 UbiCode UbiCode 2. 2

3D UbiCode (Ubiquitous+Code) RFID ResBe (Remote entertainment space Behavior evaluation) 2 UbiCode Fig. 2 UbiCode 2. UbiCode 2. 1 UbiCode UbiCode 2. 2 THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS HCG HUMAN COMMUNICATION GROUP SYMPOSIUM. UbiCode 243 0292 1030 E-mail: {ubicode,koide}@shirai.la, {otsuka,shirai}@ic.kanagawa-it.ac.jp

More information

スポーツ教育学研究(2013. Vol.33, No1, pp.1-13)

スポーツ教育学研究(2013. Vol.33, No1, pp.1-13) 2013. Vol.33, No.1, pp. 1-13 運動部活動及び学校生活場面における心理的スキルと 生徒の競技能力及び精神的回復力との関係 Relationship of Psychological Skills in Athletic Club and School Life to Athletic Abilities and Resilience Kohei UENO Education

More information

Tf dvi

Tf dvi /Opinion Kawaii as an Affective Value Michiko OHKURA Abstract In the 21 st century, the affective/kansei values of industrial products are considered very important. However, since not many studies have

More information

パナソニック技報

パナソニック技報 Panasonic Technical Journal Vol. 64 No. 2 Nov. 2018 Optical Disc Archiving System with 100 Years Lifespan of Digital Data Takuto Yamazaki Yasushi Kobayashi Blu-ray Disc 1 Archival Disc 2 3300 GB 10012

More information

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alternative approach using the Monte Carlo simulation to evaluate

More information

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System Vol. 52 No. 1 257 268 (Jan. 2011) 1 2, 1 1 measurement. In this paper, a dynamic road map making system is proposed. The proposition system uses probe-cars which has an in-vehicle camera and a GPS receiver.

More information

The 15th Game Programming Workshop 2010 Magic Bitboard Magic Bitboard Bitboard Magic Bitboard Bitboard Magic Bitboard Magic Bitboard Magic Bitbo

The 15th Game Programming Workshop 2010 Magic Bitboard Magic Bitboard Bitboard Magic Bitboard Bitboard Magic Bitboard Magic Bitboard Magic Bitbo Magic Bitboard Magic Bitboard Bitboard Magic Bitboard Bitboard Magic Bitboard 64 81 Magic Bitboard Magic Bitboard Bonanza Proposal and Implementation of Magic Bitboards in Shogi Issei Yamamoto, Shogo Takeuchi,

More information

<32322D8EA D89CD8D8797B294C E8A968388DF814589C193A1899B E5290EC8F438EA12D966B8A4393B98F5C8F9F926E95FB82CC8BC7926E F5

<32322D8EA D89CD8D8797B294C E8A968388DF814589C193A1899B E5290EC8F438EA12D966B8A4393B98F5C8F9F926E95FB82CC8BC7926E F5 No.432008pp.287 302 Climatological Characteristics of Local Wind in the Tokachi District, Hokkaido, JAPAN Takashige KAWAI, Mai NAKAJYO, Hisashi KATO and Shuji YAMAKAWA Received September 30, 2007 Climatological

More information

1793 Detailed Distributions of Seismic Intensity and Tsunami Heights of the Kansei off Miyagi Prefecture Earthquake of February 17, 1793 Yuichi NAMEGA

1793 Detailed Distributions of Seismic Intensity and Tsunami Heights of the Kansei off Miyagi Prefecture Earthquake of February 17, 1793 Yuichi NAMEGA 1793 Detailed Distributions of Seismic Intensity and Tsunami Heights of the Kansei off Miyagi Prefecture Earthquake of February 17, 1793 Yuichi NAMEGAYA, Yoshinobu TSUJI, Kazue UEDA Earthquake Research

More information

206“ƒŁ\”ƒ-fl_“H„¤‰ZŁñ

206“ƒŁ\”ƒ-fl_“H„¤‰ZŁñ 51 206 51 63 2007 GIS 51 1 60 52 2 60 1 52 3 61 2 52 61 3 58 61 4 58 Summary 63 60 20022005 2004 40km 7,10025 2002 2005 19 3 19 GIS 2005GIS 2006 2002 2004 GIS 52 2062007 1 2004 GIS Fig.1 GIS ESRIArcView

More information

Kyushu Communication Studies 第2号

Kyushu Communication Studies 第2号 Kyushu Communication Studies. 2004. 2:1-11 2004 How College Students Use and Perceive Pictographs in Cell Phone E-mail Messages IGARASHI Noriko (Niigata University of Health and Welfare) ITOI Emi (Bunkyo

More information

1 2 8 24 32 44 48 49 50 SEC journal Vol.11 No.2 Sep. 2015 1 2 SEC journal Vol.11 No.2 Sep. 2015 SEC journal Vol.11 No.2 Sep. 2015 3 4 SEC journal Vol.11 No.2 Sep. 2015 SEC journal Vol.11 No.2 Sep. 2015

More information

地球観測衛星データの保存・配布システム

地球観測衛星データの保存・配布システム Earth Remote Sensing Data Archive and Distribution System NASAEOS Earth Observing SystemASTER Advanced Spaceborne Thermal Emission and Reflection Radiometer ASTERASTER EOS ASTER DADSData Archive and Distribution

More information

7-1 2007年新潟県中越沖地震(M6.8)の予測について

7-1 2007年新潟県中越沖地震(M6.8)の予測について M. On Forecast of the Niigata Chuetsu-oki Earthquake (M. Kiyoo Mogi (M. ) M. (Mogi, ) M. M. - 327 - (M. ) M. M AB CD (a) AB A B (b) C D M M. M - - 328 - M. (M. ) (M. ) (Ohta et al., ) (Mogi, ) L M Log

More information

新しい価値創出に貢献する大規模CAEシミュレーション

新しい価値創出に貢献する大規模CAEシミュレーション CAE Large-scale CAE Simulation Supporting New Value-creation あらまし CAE Computer Aided Engineering LS-DYNA CAE CAE afjrls-dyna CAE Abstract In the manufacturing industry, numerical simulation assisted by

More information

知能と情報, Vol.30, No.5, pp

知能と情報, Vol.30, No.5, pp 1, Adobe Illustrator Photoshop [1] [2] [3] Initital Values Assignment of Parameters Using Onomatopoieas for Interactive Design Tool Tsuyoshi NAKAMURA, Yuki SAWAMURA, Masayoshi KANOH, and Koji YAMADA Graduate

More information

Fig. 1. Active faults in the Kanto district (after Coordinating Committee for Earthquake Prediction, 1980). A-A' PROFILE DOUGUER ANOMALY RESIDUAL ANOM

Fig. 1. Active faults in the Kanto district (after Coordinating Committee for Earthquake Prediction, 1980). A-A' PROFILE DOUGUER ANOMALY RESIDUAL ANOM Structure of the Basement and the Gravity Anomaly in the Kanto Plain -A Geophysical Study of Active Fault- Takashi TADA Crustal Dynamics Department, Geographical Survey Institute (Received Apirl 7, 1983)

More information

FUJII, M. and KOSAKA, M. 2. J J [7] Fig. 1 J Fig. 2: Motivation and Skill improvement Model of J Orchestra Fig. 1: Motivating factors for a

FUJII, M. and KOSAKA, M. 2. J J [7] Fig. 1 J Fig. 2: Motivation and Skill improvement Model of J Orchestra Fig. 1: Motivating factors for a /Specially issued Original Paper QOL 1 1 A Proposal of Value Co-creation Model to Promote Elderly People s Community Activities Concerning QOL Improvement Case Studies of Successful Social Activities by

More information

[2] OCR [3], [4] [5] [6] [4], [7] [8], [9] 1 [10] Fig. 1 Current arrangement and size of ruby. 2 Fig. 2 Typography combined with printing

[2] OCR [3], [4] [5] [6] [4], [7] [8], [9] 1 [10] Fig. 1 Current arrangement and size of ruby. 2 Fig. 2 Typography combined with printing 1,a) 1,b) 1,c) 2012 11 8 2012 12 18, 2013 1 27 WEB Ruby Removal Filters Using Genetic Programming for Early-modern Japanese Printed Books Taeka Awazu 1,a) Masami Takata 1,b) Kazuki Joe 1,c) Received: November

More information

Time Variation of Earthquake Volume and Energy-Density with Special Reference to Tohnankai and Mikawa Earthquake Akira IKAMi and Kumizi IIDA Departmen

Time Variation of Earthquake Volume and Energy-Density with Special Reference to Tohnankai and Mikawa Earthquake Akira IKAMi and Kumizi IIDA Departmen Time Variation of Earthquake Volume and Energy-Density with Special Reference to Tohnankai and Mikawa Earthquake Akira IKAMi and Kumizi IIDA Department of Earth Sciences, Nagoya University (Received January

More information

2006 [3] Scratch Squeak PEN [4] PenFlowchart 2 3 PenFlowchart 4 PenFlowchart PEN xdncl PEN [5] PEN xdncl DNCL 1 1 [6] 1 PEN Fig. 1 The PEN

2006 [3] Scratch Squeak PEN [4] PenFlowchart 2 3 PenFlowchart 4 PenFlowchart PEN xdncl PEN [5] PEN xdncl DNCL 1 1 [6] 1 PEN Fig. 1 The PEN PenFlowchart 1,a) 2,b) 3,c) 2015 3 4 2015 5 12, 2015 9 5 PEN & PenFlowchart PEN Evaluation of the Effectiveness of Programming Education with Flowcharts Using PenFlowchart Wataru Nakanishi 1,a) Takeo Tatsumi

More information

* Meso- -scale Features of the Tokai Heavy Rainfall in September 2000 Shin-ichi SUZUKI Disaster Prevention Research Group, National R

* Meso- -scale Features of the Tokai Heavy Rainfall in September 2000 Shin-ichi SUZUKI Disaster Prevention Research Group, National R 38 2002 7 2000 9 * Meso- -scale Features of the Tokai Heavy Rainfall in September 2000 Shin-ichi SUZUKI Disaster Prevention Research Group, National Research Institute for Earth Science and Disaster Prevention,

More information

Modal Phrase MP because but 2 IP Inflection Phrase IP as long as if IP 3 VP Verb Phrase VP while before [ MP MP [ IP IP [ VP VP ]]] [ MP [ IP [ VP ]]]

Modal Phrase MP because but 2 IP Inflection Phrase IP as long as if IP 3 VP Verb Phrase VP while before [ MP MP [ IP IP [ VP VP ]]] [ MP [ IP [ VP ]]] 30 4 2016 3 pp.195-209. 2014 N=23 (S)AdvOV (S)OAdvV 2 N=17 (S)OAdvV 2014 3, 2008 Koizumi 1993 3 MP IP VP 1 MP 2006 2002 195 Modal Phrase MP because but 2 IP Inflection Phrase IP as long as if IP 3 VP Verb

More information

Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Me

Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Me Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Member (Okinawa Electric Power Co.,Inc.) Toshimitsu Ohshiro,

More information

IPSJ SIG Technical Report Vol.2012-HCI-149 No /7/20 1 1,2 1 (HMD: Head Mounted Display) HMD HMD,,,, An Information Presentation Method for Weara

IPSJ SIG Technical Report Vol.2012-HCI-149 No /7/20 1 1,2 1 (HMD: Head Mounted Display) HMD HMD,,,, An Information Presentation Method for Weara 1 1,2 1 (: Head Mounted Display),,,, An Information Presentation Method for Wearable Displays Considering Surrounding Conditions in Wearable Computing Environments Masayuki Nakao 1 Tsutomu Terada 1,2 Masahiko

More information

DEIM Forum 2009 B4-6, Str

DEIM Forum 2009 B4-6, Str DEIM Forum 2009 B4-6, 305 8573 1 1 1 152 8550 2 12 1 E-mail: tttakuro@kde.cs.tsukuba.ac.jp, watanabe@de.cs.titech.ac.jp, kitagawa@cs.tsukuba.ac.jp StreamSpinner PC PC StreamSpinner Development of Data

More information

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came 3DCG 1,a) 2 2 2 2 3 On rigid body animation taking into account the 3D computer graphics camera viewpoint Abstract: In using computer graphics for making games or motion pictures, physics simulation is

More information

The Evaluation on Impact Strength of Structural Elements by Means of Drop Weight Test Elastic Response and Elastic Limit by Hiroshi Maenaka, Member Sh

The Evaluation on Impact Strength of Structural Elements by Means of Drop Weight Test Elastic Response and Elastic Limit by Hiroshi Maenaka, Member Sh The Evaluation on Impact Strength of Structural Elements by Means of Drop Weight Test Elastic Response and Elastic Limit by Hiroshi Maenaka, Member Shigeru Kitamura, Member Masaaki Sakuma Genya Aoki, Member

More information

IHI Robust Path Planning against Position Error for UGVs in Rough Terrain Yuki DOI, Yonghoon JI, Yusuke TAMURA(University of Tokyo), Yuki IKEDA, Atsus

IHI Robust Path Planning against Position Error for UGVs in Rough Terrain Yuki DOI, Yonghoon JI, Yusuke TAMURA(University of Tokyo), Yuki IKEDA, Atsus IHI Robust Path Planning against Position Error for UGVs in Rough Terrain Yuki DOI, Yonghoon JI, Yusuke TAMURA(University of Tokyo), Yuki IKEDA, Atsushi UMEMURA, Yoshiharu KANESHIMA, Hiroki MURAKAMI(IHI

More information

橡 PDF

橡 PDF * * ** * * Transport Information Service Realized with the Fleet Management ASP Kiyotaka KISHINO*Yasushi ISHIDA*Takumi FUSHIKI** Naohiko GONMORI* Hiroyuki NAKAGAWA* Abstract: Fleet management system utilizing

More information

[4] ACP (Advanced Communication Primitives) [1] ACP ACP [2] ACP Tofu UDP [3] HPC InfiniBand InfiniBand ACP 2 ACP, 3 InfiniBand ACP 4 5 ACP 2. ACP ACP

[4] ACP (Advanced Communication Primitives) [1] ACP ACP [2] ACP Tofu UDP [3] HPC InfiniBand InfiniBand ACP 2 ACP, 3 InfiniBand ACP 4 5 ACP 2. ACP ACP InfiniBand ACP 1,5,a) 1,5,b) 2,5 1,5 4,5 3,5 2,5 ACE (Advanced Communication for Exa) ACP (Advanced Communication Primitives) HPC InfiniBand ACP InfiniBand ACP ACP InfiniBand Open MPI 20% InfiniBand Implementation

More information

Vol. 42 No. SIG 8(TOD 10) July HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Spe

Vol. 42 No. SIG 8(TOD 10) July HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Spe Vol. 42 No. SIG 8(TOD 10) July 2001 1 2 3 4 HTML 100 Development of Authoring and Delivery System for Synchronized Contents and Experiment on High Speed Networks Yutaka Kidawara, 1 Tomoaki Kawaguchi, 2

More information

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member (University of Tsukuba), Yasuharu Ohsawa, Member (Kobe

More information

Kochi University of Technology Aca Title 省 電 力 セルフタイム 回 路 に 関 する 研 究 Author(s) 岩 田, 誠, 宮 城, 桂, 三 宮, 秀 次, 西 川, 博 昭 Citation 高 知 工 科 大 学 紀 要, 10(1): 95-102 Date of 2013-07-20 issue URL http://hdl.handle.net/10173/1082

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Copyright 2008 KOZO KEIKAKU ENGINEERING Inc. All Rights Reserved. http://www.kke.co.jp Copyright 2008 KOZO KEIKAKU ENGINEERING Inc. All Rights Reserved. http://www.kke.co.jp 1 Copyright 2008 KOZO KEIKAKU

More information