2011/10/17 Bernd Machenschalk <[email protected]>: > The code is being rewritten by Einstein@home, although this is on hold at > the very moment due to more urgent matters. > > For the time being I think the description in the Wiki is still correct, > except for the triggers being handled in a DB table now instead of being > files.
Well... when I create project and add <locality_scheduling/> to the config.xml I read errors in scheduler log... query: SELECT fs.id, fs.name, t.id, t.fileset_id, t.need_work, t.work_available, t.no_work_available, t.working_set_removal FROM fileset fs INNER JOIN sched_trigger t ON fs.id = t.fileset_id WHERE work_available = 1 Database error: Table 'test_project.fileset' doesn't exist I guess that the DB for locality scheduled projects must be created with some specific way. Can you tell the right way? -- Max _______________________________________________ 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.
