Hello, 

In the file applic.c there is this code snippet: 

// Wait long enough for checkpoint request to be written out. 
while (dmtcp_get_generation() == original_generation) { 
sleep(1); 
} 

If the application is launched using dmtcp_launch --no-coordinator, then this 
loop never terminates. The function dmtcp_get_generation() always returns the 
same value. Is this code snippet still needed? 

Thanks, 
-Stu 
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Dmtcp-forum mailing list
Dmtcp-forum@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dmtcp-forum

Reply via email to