Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [smila-user] SMILA in a Cluster

Hi Lorenzo,

 


Is there any more specific description on how smila manage the process in a cluster?

Have a look at Job- and Task-Management in SMILA, especially how tasks in asynchronous workflows are processed. (e.g. http://wiki.eclipse.org/SMILA/Documentation/TaskManager)

 

In short: The state of the currently processed Job Run(s), including the tasks, is shared between all cluster nodes. Workers running on the cluster nodes can process all these tasks in parallel.

 

So, if for example you have a cluster of two nodes A and B. Then, during a job run, if new tasks for Worker X are generated on node A, they can be processed by the Worker X of node A and/or the Worker X on node B.

 

Best regards,

Andreas

 


Back to the top