diff --git a/docs.it4i/software/viz/insitu.md b/docs.it4i/software/viz/insitu.md index 2aabf85a9e7001b1684fcb94935293b711866767..6070ae7372bba001cc331596c31a946a69edc0cc 100644 --- a/docs.it4i/software/viz/insitu.md +++ b/docs.it4i/software/viz/insitu.md @@ -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. - + mpirun -n 2 ./CxxFullExample 30 30 30 ../SampleScripts/feslicescript.py