2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Microsoft MPI(MS-MPI)のメモ

Posted at

背景

Microsoft MPI(MS-MPI. 相変わらずネーミングが雑ですね)を試します.

MS-MPI

MS-MPI 自体は前からあって, Windows Server 用だけに提供されていたようですが, 最近(?) OSS になったようです.

SDK は Nuget でも入ります.

ランタイムなどが欲しいだけであれば, インストーラーで入れるのが手っ取り早いでしょうか

.exe と, .msi の両方をインストール必要です
(.exe インストーラーは mpiexec.exe など, .msi は SDK が入る)

デフォルトでは,

C:¥Program¥ Files¥Microsoft MPI
(bin)

C:¥Program¥ Files¥ (x86)¥Microsoft SDKs¥MPI
(include/lib)

にインストールされます.

Server 版である必要はなく, 普通の Windows 10 でも動きます.

ビルド?

CMake は無いし, Gfortran とか, Perl とか必要とされるので, 断念しました.
余裕のある方はビルド頑張ってみてください.

TODO

  • Linux と Windows 混在で動くか試す(linux 側を MPICH にすればいけるか?)
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?