I upgraded the Collatz server today partly in order to support Intel GPU applications. But, it doesn't appear that BOINC supports it 100% quite yet.
1) I made changes to prefs.inc and util.inc so users can choose to use the Intel GPU or not. I can share the changes if that helps. Not sure how to use the diff tools but could email the files. 2) I added <no_intel_apps> element to the XML in sched_types.cpp similar to the no_cuda_apps and no_ati_apps. The following changes are to the client code: 1) I changed project.cpp to handle "no_intel_apps" like it does no_ati_apps. 2) I changed scheduler_op.cpp needs to handle "no_intel_apps" like it does no_ati_apps. My assumption is that the client will continue to ask for Intel GPU work even if the preferences are set on the server to not use Intel GPUs until such time as the client includes the changes above. Jon Sonntag _______________________________________________ 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.
