Skip to content

Allow interactions in batch with environment variable.

Normally interactions are not allowed when running in batch mode since they all share a common render view. This causes problems with the launching of the paraviewweb visualizer in parallel with pvbatch. We introduce an environmental variable, PV_ALLOW_BATCH_INTERACTION, that if set overrides this so the visualizer can be run on multiple nodes.

Merge request reports