Browse Source

Correction help

Arthur Brandao 6 năm trước cách đây
mục cha
commit
3e035b0acf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
 }