Skip to content
Snippets Groups Projects
Commit ae2b06ab authored by Petr Strakos's avatar Petr Strakos
Browse files

Update insitu.md

parent f95e8384
No related branches found
No related tags found
No related merge requests found
......@@ -49,13 +49,13 @@ Provided example is a simple MPI program. Main executing part is written in FEDr
```c++
#include ahoj.h
int main() {
return 0;
}
1 #include ahoj.h
2
3 int main() {
4
5
6 return 0;
7 }
```
mpirun -n 2 ./CxxFullExample 30 30 30 ../SampleScripts/feslicescript.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment