Skip to content

FlowVR plugin with examples and tests

Karol Sierocinski requested to merge flowvr_plugin_module into master
  1. 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
  1. Four flowvr examples to work with PDI only (no flowvr API):
  • tictac
  • bundle
  • primes
  • fluid
  1. PDI example integration (also with Jenkins)
  2. 8 tests integrated with Jenkins
  3. Script for preparing environment to access flowvr from staging directory
  4. Python module for preparing flowvr Module objects for flowvr python scripts
  5. README for plugin and examples
  6. Update for FindPython in CMake (to find 2.7 and 3)

Merge request reports