Islands send pop to IslandModel. Add and clean documentation.
This commit is contained in:
parent
3a8821a923
commit
083d77ba08
20 changed files with 206 additions and 79 deletions
|
|
@ -46,9 +46,12 @@ namespace paradiseo
|
|||
{
|
||||
namespace smp
|
||||
{
|
||||
/**
|
||||
A scheduler class
|
||||
/** Scheduler : Dispatch load between workers according to a policy.
|
||||
|
||||
Dispatch load between the specified number of workers according to a policy.
|
||||
|
||||
*/
|
||||
|
||||
template<class EOT, class Policy = LinearPolicy>
|
||||
class Scheduler
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue