Skip to content
Snippets Groups Projects
Commit 9b55a59f authored by Jan Siwiec's avatar Jan Siwiec
Browse files

fixed typo

parent b138cee0
No related branches found
No related tags found
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 -o test
```
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment