浏览代码

Correction help

Arthur Brandao 6 年之前
父节点
当前提交
3e035b0acf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Partie_1/MPI/Main.cpp

+ 1 - 1
Partie_1/MPI/Main.cpp

@@ -9,7 +9,7 @@
 using namespace std;
 
 void help(char* prog) {
-    fprintf(stderr, "usage: mpirun -n int %s -i file.cnf\n\t-n Number of process to use\n\t-i CNF file to solve\n", prog);
+    fprintf(stderr, "usage: mpirun -n int ./%s -i file.cnf\n\t-n Number of process to use\n\t-i CNF file to solve\n", prog);
     exit(1);
 }