FlowVR plugin with examples and tests
- Covers most of module features:
- input/output messages with stamps
- 4 different payloads:
- pure bytes
- chunks
- mouse events
- keyboard events
- user can directly access the shared memory or copy data (with PDI_expose)
- user can copy a subset of data
- stamp can be a value behind descriptor or (only for output) an expression
- handles parallel_rank/size
- Four flowvr examples to work with PDI only (no flowvr API):
- tictac
- bundle
- primes
- fluid
- PDI example integration (also with Jenkins)
- 8 tests integrated with Jenkins
- Script for preparing environment to access flowvr from staging directory
- Python module for preparing flowvr Module objects for flowvr python scripts
- README for plugin and examples
- Update for FindPython in CMake (to find 2.7 and 3)