charmplusplus / charm

The Charm++ parallel programming system. Visit https://charmplusplus.org/ for more information.
Apache License 2.0
200 stars 50 forks source link

CkStartQD never triggered even though all entry methods have returned #1942

Open pplimport opened 6 years ago

pplimport commented 6 years ago

Original author: Joseph Hutter Original issue: https://charm.cs.illinois.edu/redmine/issues/1942


Main::main() calls CkStartQD(CkIndex_Main::nextEntry(), mainProxy). Main::main finishes, but nextEntry does not start. This is on verbs-linux-x86_64, 1 node, 1 PE.

evan-charmworks commented 5 years ago

Original date: 2019-01-03 23:14:42


Is there a short .ci and .C example of this problem?