User Tools

Site Tools


自作クラスタ計算機:mpiによる並列計算

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
自作クラスタ計算機:mpiによる並列計算 [2020/03/02 18:01]
koudai [サンプルプログラム]
自作クラスタ計算機:mpiによる並列計算 [2020/03/02 18:01]
koudai [サンプルプログラム]
Line 107: Line 107:
 $ mpiicc -o hello hello.c   # Intel MPIを使用する場合 $ mpiicc -o hello hello.c   # Intel MPIを使用する場合
 </code> </code>
-  * 試しに管理ノード(4スレッド)で走らせてみます<code>+  * 試しに管理ノードで走らせてみます<code>
 $ mpirun -n 4 hello $ mpirun -n 4 hello
 Hello World! I am 0 of 4 from kanri. Hello World! I am 0 of 4 from kanri.
自作クラスタ計算機/mpiによる並列計算.txt · Last modified: 2023/12/26 23:43 by koudai