Explorar o código

Correction help

Arthur Brandao %!s(int64=6) %!d(string=hai) anos
pai
achega
3e035b0acf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 }