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

adding code images

parent 6f25bef2
No related branches found
No related tags found
6 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,!229In situ,!228In situ
......@@ -48,7 +48,7 @@ It will generate the CxxFullExampleAdaptor executable file. This can be later ru
Provided example is a simple MPI program. Main executing part is written in FEDriver.cxx. It is a simulator code that creates computational grid and performs simulation. Dimensions of the computational grid in terms of number of points in x, y, z direction are supplied as input parameters to the *main* function (see lines 22-24). Fourth parametr expects a name of a Python script that sets up ParaView-Catalyst environment.
![](img/FEDriver.png "FEDriver.cxx")
![](insitu/img/FEDriver.png "FEDriver.cxx")
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