高生産な並列プログラミング環境を実現するための並列ランタイムシステムの設計

書誌事項

タイトル別名
  • The Design of Parallel Runtime System for Highly Productive Parallel Programming Environment

この論文をさがす

抄録

type:Article

To realize highly productive parallel programming environments, newly designed parallel runtime system based on software distributed shared memory is proposed. It can provide a seamless parallel programming model from intra-node multithread programming to inter-node parallel programming. It overcomes the data inconsistent problem caused by multiple threads in a user program at remote page fetching. It provides node-shared data address space with a traditional relaxed memory consistency model as well as high-speed ad-hoc data copy interface between node-shared data and node-local data. User can easily extend their existing C, OpenMP and OpenACC programs to node parallel programs incrementally by directive-based programming API on this runtime system.

identifier:http://repository.seikei.ac.jp/dspace/handle/10928/439

収録刊行物

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

問題の指摘

ページトップへ