From: sekhar c. <sek...@gm...> - 2010-08-10 10:42:09
|
Dear all Iam chandra sekhar learing grid computing and Iam getting confusion over executing of GridSim.startGridSimulation(); especially this part of the execution of simsystem.java public static void run() { run_initialise(); while (incomplete) { if (!running) run_start(); while (check_conditions()) { if (run_tick()) { break; } } tidy_up_stats(); apply_variance_reduction(); end_current_run(); } run_stop(); generate_report(); generate_graphs(); } please explain breif description of the above code and how resources are mapped with gridlets in that simulation |