ソースを参照

pdevs/mpi: fix bug

Eric Ramat 7 年 前
コミット
9106efc1eb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/tests/mpi/cluster/main.cpp

+ 1 - 1
src/tests/mpi/cluster/main.cpp

@@ -252,7 +252,7 @@ void example_simple(int argc, char *argv[])
 
 int main(int argc, char *argv[])
 {
-  example_simple(argc, argv);
   read();
+  example_simple(argc, argv);
   return 0;
 }