質問編集履歴

3

最後の行の文字が大きくなってしまっていたので、修正

2018/03/06 11:59

投稿

yuki0000
yuki0000

スコア12

test CHANGED
File without changes
test CHANGED
@@ -60,4 +60,6 @@
60
60
 
61
61
  = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
62
62
 
63
+
64
+
63
65
  ===================================================================================

2

コマンドの-npが-nになっていたので修正しました。エラー内容は変わりません。

2018/03/06 11:58

投稿

yuki0000
yuki0000

スコア12

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- [username@host ~]$ mpiexec -n 5 python -m mpi4py.bench helloworld
37
+ [username@host ~]$ mpiexec -np 5 python -m mpi4py.bench helloworld
38
38
 
39
39
  /home/username/anaconda3/bin/python: No module named mpi4py.bench
40
40
 

1

試験コマンドの掲載ページリンクを追加しました。

2018/03/06 07:46

投稿

yuki0000
yuki0000

スコア12

test CHANGED
@@ -1 +1 @@
1
- Fedora release 21、 Anaconda3-5.1.0でのmpi4pyのエラー
1
+ Fedora release 21、Anaconda3-5.1.0でのmpi4pyのエラー
test CHANGED
@@ -28,6 +28,12 @@
28
28
 
29
29
 
30
30
 
31
+ 試験コマンドはこのページを参考にしています。
32
+
33
+ https://mpi4py.scipy.org/docs/usrman/install.html
34
+
35
+
36
+
31
37
  [username@host ~]$ mpiexec -n 5 python -m mpi4py.bench helloworld
32
38
 
33
39
  /home/username/anaconda3/bin/python: No module named mpi4py.bench