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.

Returns:

Supported backend names: (‘serial’, ‘multiprocessing’, ‘dask’)

Return type:

tuple of str

See also

Parallel analysis

MDAnalysis parallel analysis documentation

Notes

Even when using parallel backends, each worker will use num_threads for within-frame ZENO parallelization, giving two-level parallelism.

Added in version 3.0.0.