著者
秋山 隼太 小路 真史 三宅 洋平 大村 善治 中島 浩
出版者
一般社団法人情報処理学会
雑誌
研究報告ハイパフォーマンスコンピューティング(HPC) (ISSN:09196072)
巻号頁・発行日
vol.2010, no.8, pp.1-11, 2010-02-15
参考文献数
6

本論文では,粒子・流体ハイブリッドプラズマシミュレーションの,負荷分散技法 OhHelp を用いた並列化について述べる.すでに OhHelp を適用して良好な結果が得られている全粒子シミュレーションに比べ,ハイブリッドシミュレーションは電磁場の計算負荷が相対的に大きいため,計算と通信のバランスを大幅に見直した実装を行った.特に Cyclic Leapfrog 法による電磁場計算に関する,通信回数削減と計算量増加のトレードオフポイントを見出すことが可能な設計とした.また実用的なシミュレーションに不可欠な,スナップショットやダンプファイルの出力方式も検討し,並列 I/O を用いて並列性能と利便性の両立を図る設計・実装を行った.性能評価の結果,256 プロセスでの実行で 241-456 倍の台数効果が得られること,電磁場計算では計算量増加を抑えることが効果的であること,およびスナップショットと Weak/Strong Scalability との関係が明らかになった.This paper describes a parallel implementation of particle-fluid hybrid plasma simulation with our load balancing method OhHelp. In hybrid simulation, the cost to simulate the progress of electromagnetic field is more significant than that in full-particle simulation whose OhHelp'ed parallelization has already been proved efficient. Thus in this work we revisited the issue of the cost balance between computation and communication, especially for Cyclic Leapfrog method and the trade-off between reducing the number of communications and increasing computational amount. We also designed and implemented parallel-I/O for snapshot and dump, being essential for practical use of our simulator, to reconcile parallel performance and convenience of users. Our evaluation exhibited that the speedup with 256 process is 241- to 456-fold and that suppressing computational cost is the first priority in Cyclic Leapfrog. We also obtained valuable insights about the relationship between weak/strong scalability and snapshot frequency.
著者
安藤 花恵 子安 増生
出版者
日本認知科学会
雑誌
認知科学 (ISSN:13417924)
巻号頁・発行日
vol.11, no.1, pp.61-74, 2004 (Released:2007-04-13)
参考文献数
10
被引用文献数
3

The present study examined facial expressions of actors and laypersons in three conditions. In the first condition, five taste stimuli (sweet, salty, bitter, sour, and astringent) were actually presented to 10 male actors and 10 male laypersons. In the second condition, they made facial expressions to pretend to feel each of five tastes (sweet, salty, bitter, sour, and astringent) without taste stimuli. In the third condition, they made facial expressions to pretend to feel delicious and unsavory without any taste stimuli. Their facial expressions in each condition were videotaped. Untrained undergraduate and graduate students were asked to identify or rate the facial expressions. Both actors and laypersons were not acting in the first condition, so there was no judged difference between them. In the second condition, when another group of judges viewed the facial expressions and tried to identify the taste, there was little difference between actors and laypersons. But, when the judges evaluated how strongly the facial expressions showed the taste, it was found that actors expressed tastes more strongly than laypersons. In the third condition, apparent difference was found. When they pretended to feel delicious, actors looked feeling more delicious than laypersons, and when pretended to feel unsavory, actors looked feeling worse than laypersons. We divided the processes of acting into planning of performances and actual performing. The relationship between the results in this study and planning of performances was discussed. The differences between five tastes were also analyzed.
著者
臼井 英之 杉崎 由典 冨田 清司 大村 善治 三宅 洋平 青木 正樹
出版者
情報処理学会
雑誌
情報処理学会論文誌コンピューティングシステム(ACS) (ISSN:18827829)
巻号頁・発行日
vol.1, no.2, pp.250-260, 2008-08-21

プラズマ粒子シミュレーションで電磁界成分を更新する際には電流値が必要であり,そのために,個々の粒子の運動量を各空間格子点に集める必要がある.しかし,粒子が空間的にランダムに分布しているため,電流計算の並列演算による高速化は容易ではなく工夫を要する.本論文では,粒子の位置情報を利用して各スレッドに粒子を明示的に割り当てるスレッド並列化アルゴリズムを新しく提案し,OpenMPを用いた実装によりその有効性を検証した.動作検証により,提案手法のCPU台数効果はシミュレーション内の空間格子数の影響を受け,粒子数密度の影響はないことが分かった.特に,各スレッドに割り当てられた空間格子配列がキャッシュに収まりきる程度に細分化される場合,並列台数効果を得やすいことを明らかにした.特に並列台数10前後の場合,その台数効果はスーパリニアとなり,自動並列化コンパイラを用いた電流ルーチン実装に比べて高速になることを明らかにした.また,本提案手法は,各スレッドで全粒子を走査する冗長的な並列化方法であるため,従来アルゴリズムで用いられていた作業領域用配列は不要となり,シミュレーションに必要なメモリ容量を大幅に節約できることを示した.In Particle-In-Cell (PIC) plasma simulations, we calculate the current density to advance the electromagnetic fields. One of the ways to obtain the current density is to gather the velocity moment of each particle to the adjacent grid points. The current calculation is not basically parallelized because the particle positions, which are random in the simulation space, are independent of the array number of current density. In the present paper, we propose a new parallelization method which explicitly associates particles to threads by using OpenMP and evaluate the performance of the proposed method. We clarified that the scalability performance is affected by the number of spatial grid points and is independent of the number of particle per grid. In the proposed method, each thread is in charge of a part of the array of current density divided with the number of thread. When the memory size of the array allocated to each thread becomes small and close to the data cache size of CPU, we found that the scalability performance shows super-linear characteristics and the execution needs less time than the case of using the automatic parallelization compiler. In addition, each thread redundantly scans the particle array to obtain the information of the particle positions for assigning the corresponding particles in charge. Because of this redundant parallelization, we do not have to use work arrays and can save the memory consumed for simulations.
著者
安部 達也 平石 拓 三宅 洋平 岩下 武史 中島 浩
雑誌
研究報告ハイパフォーマンスコンピューティング(HPC)
巻号頁・発行日
vol.2011, no.59, pp.1-8, 2011-07-20

分散制約充足問題を分散並列計算環境で解くにあたり,ジョブを処理の単位とする分散並列処理 (ジョブ並列) に特化したジョブ並列スクリプト言語 Xcrypt で処理を記述することにより,実際の分散並列計算環境であるところの,いわゆるスーパーコンピュータを利用する方法を紹介する.さらに,Xcrypt の遠隔ジョブ投入機構を利用することにより,制約が遠隔の計算機に分散された状態からの制約充足問題,つまり,真の意味での分散制約充足問題を簡便に取り扱うことができることを示す.We introduce a method of parallel executions based on the job unit (job-level parallel executions) for solving distributed constraint satisfaction problems (DCSPs) in parallel and distributed computation environments, the so-called today's many supercomputers. Throughout introducing the method we use the job-level parallel script language Xcrypt, specific to job-level parallel executions. We also show that Xcrypt provides us with a feature of submitting remotely jobs for solving realistic DCSPs (under the circumstances that constraints are truely distributed in separate computers).
著者
豊田 秀樹 拜殿 怜奈 久保 沙織 池原 一哉 磯部 友莉恵
出版者
公益社団法人 日本心理学会
雑誌
心理学研究 (ISSN:00215236)
巻号頁・発行日
pp.86.14055, (Released:2016-01-15)
参考文献数
30
被引用文献数
1

The purpose of this study is to propose a method of factor analysis for analyzing contingency tables developed from the data of unlimited multiple-choice questions. This method assumes that the element of each cell of the contingency table has a binominal distribution and a factor analysis model is applied to the logit of the selection probability. Scree plot and WAIC are used to decide the number of factors, and the standardized residual, the standardized difference between the sample, and the proportion ratio, is used to select items. The proposed method was applied to real product impression research data on advertised chips and energy drinks. Since the results of the analysis showed that this method could be used in conjunction with conventional factor analysis model, and extracted factors were fully interpretable, and suggests the usefulness of the proposed method in the study of psychology using unlimited multiple-choice questions.
出版者
創元社
巻号頁・発行日
2012
著者
小川 正巳 太田 保夫
出版者
日本作物学会
雑誌
日本作物學會紀事 (ISSN:00111848)
巻号頁・発行日
vol.42, no.4, pp.499-505, 1973-12-30
被引用文献数
1

This investigation was conducted on rice seedlings to elucidate the plant growth-regulating properties of 3-hydroxy-5-methyl isoxazole which is an effective fungicide against the damping-off organism of rice seedlings. The results obtained are summarized as follows: 1) The promotion of root growth by 3-hydroxy-5-methyl isoxazole was assumed to be mediated by its metabolite (N-β-glucoside) in plants. 2) The formation and development of lateral roots and root hairs were accelerated in the early seedling stage. The root growth was vigorously promoted by 3-hydroxy-5-methyl isoxazole in the later seedling stage. 3) The rooting ability and root activity (oxidizing or reducing activity of roots) were enhanced by 3-hydroxy-5-methyl isoxazole.
著者
光延 忠彦 ミツノブ タダヒコ MITSUNOBU Tadahiko
出版者
千葉大学大学院人文社会科学研究科
雑誌
千葉大学人文社会科学研究 (ISSN:18834744)
巻号頁・発行日
no.28, pp.58-72, 2014-03

1955年の自民党の成立以降65年の「刷新都議会選挙」までの間、東京都議会(都議会)内では自民党の多数が継続されたが、当該選挙を分岐に多数党は存在しない政党配置にそれは変容した。その後、東京都の自民党は、都内一部の選挙区での補選で勝利して一時的に多数を占めたことはあったものの、ほぼ少数の勢力で推移した。 65年の都議会選挙において東京都の自民党が少数化した直接的要因は、都議会議長の交替に伴う贈収賄事件とされてきた。しかし、一方で、65年の都議会選挙で東京都の公明党や東京都の民社党も議席を獲得したことから、都議会は、「多党化の時代」を迎えることにもなった。こうしたことから、65年の「刷新都議会選挙」は、戦後都議会内の政党配置に決定的な変化をもたらす契機となったのである。 そこで、東京都の自民党は、いかなる要因から長期に低迷して少数にならざるを得なかったのか。本稿は、この点に、「政党組織の候補者選定」という視角から一定の解答を提出する。政党による「候補者調整と政党間の棲み分け」が、東京都の自民党組織の消長に影響したという結論を、「刷新都議会選挙」の前と後との、東京都の自民党勢力の比較を通じて提出する。 ところで、こうした研究は、一中核自治体の議会選挙の分析ではあるが、しかし、それとともに、大都市部における自民党組織の集票活動は如何なる状況なのか、この点についても示唆が得られる意義を有する。
著者
真木 広造
出版者
The Ornithological Society of Japan
雑誌
(ISSN:00409480)
巻号頁・発行日
vol.34, no.1, pp.17-18, 1985-08-25 (Released:2007-09-28)
参考文献数
4

The author observed and photo-graphed a stock Dove Columbia oenas at Tobishima, Sakata City, Yamagata Pref. on 3-4 November 1984. This is the first record of occurrence of this west Palearctic species in Japan.
著者
堀川 博史 高野 彰
雑誌
全国大会講演論文集
巻号頁・発行日
vol.38, 1989-03-15

プログラムはデータ構造とアルゴリズムから成立しているが、この両者を明確に分離することはできない。設計の最初にデータ構造に基づいてプログラム構造を決定する設計手法がある。これらの手法では、始めに骨組みを決め、段階的に詳細化するが、個々の詳細化情報のテスト容易性、部品化に対しては、十分には考慮されていない。ここでは、LSIの機能設計における役割別のブロック構成法を参考にしてプログラムを制御、データ及び機能に分離して作成する方法について検討する。LSIの機能設計においては、ブロック図から論理回路を作成する。このときのブロック図は、制御ブロック、記録ブロック、機能ブロックに大別できる。ブロック図においては幾つかのモードが存在する。それぞれのモードに対して、どのブロックがデータをアクセスするかが指定されている。制御ブロックは、このモードの遷移を処理する。
著者
吉田 元
出版者
公益財団法人 日本醸造協会
雑誌
日本醸造協会誌 (ISSN:09147314)
巻号頁・発行日
vol.95, no.11, pp.830-834, 2000-11-15 (Released:2011-09-20)
参考文献数
11

かって, 米や麦の乏しい奄美諸島から沖縄にかけて, ソテツの実を原料とするナリ味噌, ヤナブ味噌なる特異な味噌が存在することは, 僅かに聞き及んでいたが, その詳細についてはほとんど知られていなかった。筆者は, 奄美の伝統的発酵食品の歴史と技術の紹介として, 焼酎, 酢 (1) に続いて, 今回は味噌・醤油・ミキと口かみ酒について, 詳細に述べていただいた。ソテツ味噌以外にも, きわめて多くの味噌類, 醤油類の存在, 離島の人々が生活の中から生み出した, 発酵法によるソテツの実 (ナリ) と幹からの毒成分の除去法など大変興味深い。また, 生のサツマイモのおろしを使うミキづくりも興味は尽きない。
著者
久留 ひろみ 吉崎(尾花) 由美子 玉置 尚徳 和田 浩二 伊藤 清
出版者
公益財団法人 日本醸造協会・日本醸造学会
雑誌
日本醸造協会誌 (ISSN:09147314)
巻号頁・発行日
vol.106, no.3, pp.157-163, 2011 (Released:2016-06-14)
参考文献数
8

伝統的なミキは,奄美大島の自然飲料である。通常のミキは乳酸発酵が主体であり,酒類には該当しない。ミキのもろみに,焼酎酵母を仕込み初期から加えると,エタノールが生成し,酒類に該当した。しかし,発酵速度は遅く,発酵歩合も低かった。この理由として,糖化の主体が生イモ由来のβ-アミラーゼであり,生成糖のほとんどがマルトースであるためと考えられた。焼酎酵母は麦汁の発酵性が弱いために発酵が遅れると思われた。そこで,マルトースをグルコースに分解するために,焼酎麹を加えた。焼酎麹は多量のα-グルコシダーゼ等を含有するため,マルトースが効率的にグルコースに分解されると思われた。その結果,発酵が順調に推移した。糖組成の変化はHPLCで追跡したが,焼酎麹の添加により,グルコースの生成が認められた。焼酎麹の添加は,発酵歩合が向上する効果ももたらした。
著者
久留 ひろみ 吉崎(尾花) 由美子 玉置 尚徳 和田 浩二 伊藤 清
出版者
公益財団法人 日本醸造協会・日本醸造学会
雑誌
日本醸造協会誌 (ISSN:09147314)
巻号頁・発行日
vol.105, no.3, pp.167-174, 2010 (Released:2012-02-17)
参考文献数
13

ミキの成分組成について測定を行った。その結果,仕込み後急速に流動性が増し,デンプンがマルトースに加水分解されることがわかった。本加水分解は,酵素に起因するものであるが,本酵素は生サツマイモ中に存在する,β–アミラーゼに由来するものであると推察された。また,仕込み後急速に酸度が増しさわやかな風味が形成されたが,酸の組成としては乳酸と酢酸が主成分であった。また,乳酸については,約70%がD乳酸,約30%がL乳酸であることがわかった。エタノール分については,約1週間経過した後も1%未満であったので,酒類には該当しなかった。
著者
原 昌道
出版者
公益財団法人 日本醸造協会
雑誌
日本釀造協會雜誌 (ISSN:0369416X)
巻号頁・発行日
vol.62, no.8, pp.803-808, 1967-08-15 (Released:2011-11-04)
参考文献数
105

マロラクチック発酵により, ブドウ酒の品質が改良されるが, この反応は, 微生物特に乳酸菌群の生育を通して, また微生物を酵素の袋として取り扱うため, 種々環境の影響をうける。また酵母によっても, リンゴ酸は分解される。この解説は, マロラクチック発酵の全貌と, 品質との関係をのべている。
著者
斉藤 仁 好川 博 西村 吉雄 近藤 信一 竹内 富雄 梅澤 濱夫
出版者
The Pharmaceutical Society of Japan
雑誌
Chemical and Pharmaceutical Bulletin (ISSN:00092363)
巻号頁・発行日
vol.34, no.9, pp.3733-3740, 1986-09-25 (Released:2008-03-31)
参考文献数
42
被引用文献数
8 14

D-(and L-)Aminoglycosidic variants of 4'-O-demethyl-1-epipodophyllotoxin were synthesized by glycosidation of 4'-O-benzyloxycarbonyl- or 4'-O-chloroacetyl-4'-O-demethyl-1-epipodophyllotoxin (8 or 22) with the corresponding aminosugar derivatives. Cyclic acetals of 1-O-(2-amino-2-deoxy- and 3-amino-3-deoxy-β-D-glucopyranosyl)-4'-O-demethyl-1-epipodophyllotoxins (13 and 21) gave a significant survival time increase in mice with leukemia L-1210, and showed superior activity to VP-16-213 (etoposide, 5).