From: Hedayat V. <hed...@ai...> - 2009-07-29 08:50:58
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body text="#000000" bgcolor="#ffffff"> Hi all,<br> 1. Is there any problems with using external monitor and disabling internal monitor by default? (Does it work fine on local machine and also when running on a separate machine?)<br> <br> 2. Sander/Mart: What happened to the network code finally? Would you please fix the current network handling code in simspark SVN?<br> <br> 3. Current multi-threaded code has a small bug which I'll fix today, and I think we can enable multi-threading by default. Would you please test the latest simspark (in 2-3 hours from now) to see if it works fine?<br> <br> 4. It seems that the current timing in single threaded code is buggy. I'll commit a fix. It would be nice if you can conduct some tests to see if it really works fine. (In the current version I think most of the cycles will last at least 0.04 instead of 0.02). (To verify, just check what happens in the Step() function at the first run on the simulation loop. I think no physical simulation happens in that cycle! I should check it once more but I think replacing the while loop in Step() with a do-while loop will fix it.)<br> <br> Thanks,<br> Hedayat<br> </body> </html> |