>> On Tue, Jul 3, 2012 at 3:14 PM, Eric J Korpela<[email protected]> >> wrote: >>> We apparently have two ways of expressing ATI drivers versions as integers. > .. >>> >>> Is there a reason we aren't being consistent? The difference has >>> caused problems for me. > > Why? ati_version_int() hides the encoding.
We aren't using ati_version_int in plan_class_spec.cpp, so the integer encoding in the XML is different than the integer value would be in a sched_customize.cpp plan class. 1.4.3612 is 10403612 in sched_customize.cpp plan classes, but 1403612 in plan_class_spec.xml We really should be using ati_version_int() in both places, or we should be using decimal string encoding (ie 1.4.3612) in plan_class_spec.xml _______________________________________________ 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.
