モデル図とコードを併用する大規模並列プログラミングの支援環境

書誌事項

タイトル別名
  • Development Environment for Large-scale Parallel Programming Using Model Diagram and Code

この論文をさがす

抄録

既存の並列プログラミング支援環境には,設計からデバッグまでを一貫して支援する実用的な環境は存在していないため,大規模な並列プログラムを作成するのは非常に困難である.並列プログラムをビジュアルプログラミング(VP)によって作成することは,並列構造を表すグラフ表現などを用いるため,コードより並列性が分かりやすく,直感的にプログラムの作成が行える点にメリットがある.しかし,条件分岐やループ回数など動的な要素を含む処理は表現しにくい点と,大規模なプログラムの場合,グラフ表示が複雑になり全容が把握しにくい点から,現時点で実用に耐えるものがない.我々は,VPとテキストベースプログラミングを併用できる実用的なビジュアル開発環境の研究を行っている.本環境は,VPを行うモデル図とコードの両方を提示し,1つの並列プログラムにおいてVPとコードの記述を自由に行うことを可能にする.そのためには,つねに2つのエディタが表示され,自由にそれらを操作してプログラムを作成できる必要がある.したがって,ユーザの操作に対して両者はリアルタイムで同期が行われる.また,その同期はユーザの操作を無視しない自然な同期を行う必要があり,本稿ではそのようなユーザに自然なリアルタイム同期を行う手法を提案する.

Large-scale parallel programming is quite difficult because conventional development environments do not have features enough to support from designing to debugging. Visual programming (VP) allows programming instinctively. However, dynamic code such as condition branch and iteration is difficult to represent. VP also has a problem that large-scale programs make parallel structure graph too complicated to recognize. Therefore existing VP environments can not be used practically. Our goal is a practical visual development environment. This environment supports two synchronized views and allows users to edit them. One is a model diagram editor for VP and the other is a text editor for text-based programming. Both views are synchronized in real-time. Hence this environment can mix using VP and text-based coding in the same program. We propose a real-time synchronizing method that does not disorder user's description.

収録刊行物

キーワード

詳細情報 詳細情報について

  • CRID
    1050564287843896832
  • NII論文ID
    110007970884
  • NII書誌ID
    AA11464814
  • ISSN
    18827802
  • Web Site
    http://id.nii.ac.jp/1001/00016422/
  • 本文言語コード
    ja
  • 資料種別
    article
  • データソース種別
    • IRDB
    • CiNii Articles

問題の指摘

ページトップへ