Add IslandModel as islands container and algorithm launcher.
This commit is contained in:
parent
cf561b537a
commit
8d6d32e8cc
10 changed files with 283 additions and 18 deletions
|
|
@ -114,9 +114,8 @@ void paradiseo::smp::Scheduler<EOT,Policy>::operator()(eoUF<EOT&, void>& func, e
|
|||
planning[i] *= 2;
|
||||
}
|
||||
}
|
||||
/* A nanosleep can increase performances by 10% but
|
||||
as it is not supported by Fedora atm, I deactivate it. */
|
||||
//std::this_thread::sleep_for(std::chrono::nanoseconds(10));
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::nanoseconds(10));
|
||||
}
|
||||
|
||||
done = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue