Skip to content

Simultaneous computation

Nicolas Brichet requested to merge simultaneous_computation into dev

Allow simultaneous computations using the same notebook file, and the same SwafCore object.
The maximum number of simultaneous computations allowed must be set up by the application builder.
The Core is connected to each job through a list of SwafClient, each one managing his own job independently.
All the data (intermediates or final) of each job are stored as pickle data and can be opened using the corresponding SwafClient.

Edited by Nicolas Brichet

Merge request reports