4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
@@ -58,7 +58,7 @@ Now we compile the program by Aislinn implementation of MPI. There are `mpicc` f
$mpicc -g test.cpp -otest
```
The `-g` flag is not necessary, but it puts more debugging information into the program, hence Aislinn may a provide more detailed report. The command produces an executable file `test`.
The `-g` flag is not necessary, but it puts more debugging information into the program, hence Aislinn may provide a more detailed report. The command produces an executable file `test`.
Now we run the Aislinn itself. The argument `-p 3` specifies that we want to verify our program for the case of three MPI processes: