Explorar el Código

Correction help

Arthur Brandao hace 6 años
padre
commit
3e035b0acf
Se han modificado 1 ficheros con 1 adiciones y 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);
 }