get_supported_backends
- classmethod ZenoWrapper.get_supported_backends()[source]
Return the supported parallel backends for this analysis.
ZenoWrapper supports all standard MDAnalysis parallel backends since each frame’s analysis is completely independent and results can be concatenated across frames.
See also
- Parallel analysis
MDAnalysis parallel analysis documentation
Notes
Even when using parallel backends, each worker will use
num_threadsfor within-frame ZENO parallelization, giving two-level parallelism.Added in version 3.0.0.