I checked in changes that add the following fields to the result table: double elapsed_time: the time interval during which the application ran.
double flops_estimate: the scheduler's original estimate of the speed of the application in FLOPS. For app versions with a plan class, this is the value computed by app_plan(). For other app versions, it's host.p_fpops (the host's Whetstone value). int app_version_id: the DB ID of the app version used for the job. If the job was done by an anonymous platform application, it's set to -1. This is in the trunk (not server_stable). I've tested it a little and found no problems. BTW: when you build this, do a "make clean" at the top level first; the build system isn't doing dependencies right. -- David _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
