class BaseDriver[source]

The base class from which all driver plugins should inherit.

get_communicator()[source]

This method should return an MPI communicator

plugin_barrier()[source]