The issued console commands launche an interactive session on 2 nodes. This is the minimal setup to test that the simulator/adaptor code runs on multiple nodes.
The issued console commands launche an interactive session on 2 nodes. This is the minimal setup to test that the simulator/adaptor code runs on multiple nodes.
After the interactive session is opened, load the ParaView module
After the interactive session is opened, load the ParaView module.
```console
```console
$ml ParaView/5.6.0-intel-2017a-mpi
$ml ParaView/5.6.0-intel-2017a-mpi
```
```
When the module is loaded and you run the client-server mode, launch the mpirun command for pvserver as used in description for [ParaView client-server][paraview_it4i] but use also the *&* sign at the end of the command. Then you can use the console later for running the simulator/adaptor code. If you run the VNC session, after loading the ParaView module, setup the environmental parameter for correct keyboard input and then run the ParaView in the background using the *&* sign
When the module is loaded and you run the client-server mode, launch the mpirun command for pvserver as used in description for [ParaView client-server][paraview_it4i] but use also the *&* sign at the end of the command. Then you can use the console later for running the simulator/adaptor code. If you run the VNC session, after loading the ParaView module, setup the environmental parameter for correct keyboard input and then run the ParaView in the background using the *&* sign.
```console
```console
$export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
$export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
...
@@ -113,7 +113,7 @@ Go to your build directory and run the built simulator/adaptor code from console
...
@@ -113,7 +113,7 @@ Go to your build directory and run the built simulator/adaptor code from console
The final result looks like in the image below, where different domains dependent on the number of allocated resources can be seen and progress through the time
The final result will look like in the image below, where different domains dependent on the number of allocated resources can be seen and they willp rogress through the time.