タグ

MPIに関するrydotのブックマーク (4)

  • MPIの設定と使い方:tech.ckme.co.jp

    目次 >> MPI MPI(Message Passing Interface) このページでは、MPI(http://www-unix.mcs.anl.gov/mpi/)について解説する。 MPIとは MPIとは、複数の計算機で並列に計算させて、演算の高速化を図る手法である。1台のコンピュータでも可能ではあるが、通常は複数台のコンピュータをネットワークでつないだ構成を取る。1台の場合は、OpenMPなど別の方法も検討してみるとよい。 MPIはほかの並列か方法と比べて、大規模な並列化に向いているが、その一方で、実行するには特別な方法でプログラムを起動させてやる必要があるなど、少々敷居が高い。 OpenMPIとMPICHがあるが、どちらもメジャーなので好きな方を使えばよい。 OpenMPIのインストール $ sudo apt-get install openmpi-bin openmpi-d

  • MPIによる並列計算

    1. MPIによる並列計算 MPIによる並列計算 並列化とは 並列化例 第三回並列化スキル修得セミナー Copyright (C) 2009 HPC SYSTEMS, Inc. All 2009/10/06 1 rights reserved. 2. 目次 • 並列計算ってなんだろう • 効果・メリット • MPIで並列計算するには • 基的なMPIコードのリーディング • 実習環境の使い方 第三回並列化スキル修得セミナー Copyright (C) 2009 HPC SYSTEMS, Inc. 2009/10/06 2 All rights reserved.

    MPIによる並列計算
    rydot
    rydot 2012/11/23
  • MPIリファレンス

    ★注意★ このMPIリファレンスは、全ページとも記載内容の複製等は自由ですが、必ず自己責任に基づいて利用して下さい。また、間違いの訂正や内容追加の要望は、必ず以頭までお申し出下さい。

  • Open MPI: Open Source High Performance Computing

    A High Performance Message Passing Library The Open MPI Project is an open source Message Passing Interface implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library avail

    rydot
    rydot 2008/12/22
  • 1