Fix a bug in conversion functions for heterogeneous model
This commit is contained in:
parent
3196ba2bcf
commit
aa9c01568b
3 changed files with 5 additions and 8 deletions
|
|
@ -94,10 +94,7 @@ void paradiseo::smp::IslandModel<EOT>::operator()()
|
|||
for(auto& thread : threads)
|
||||
thread.join();
|
||||
|
||||
// Send last population
|
||||
while(!listEmigrants.empty())
|
||||
send();
|
||||
|
||||
|
||||
// Wait the end of messages sending
|
||||
for(auto& message : sentMessages)
|
||||
message.join();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue