Hi, Thanks for the tips !
I deployed a first version of the application today but it's not working so well. The app is recognized as multi-threads by BOINC and it's running using all cores availabe but most of the time I have a compute error : In stderr.txt I have : 06:26:56 (17752): Can't acquire lockfile (-154) - waiting 35s 06:27:31 (17752): Can't acquire lockfile (-154) - exiting 06:27:31 (17751): called boinc_finish And the error code of the wokunit is : <file_xfer_error> <file_name>1299992208727_1_1</file_name> <error_code>-161</error_code> </file_xfer_error> The file_name is my output file and I think the error code means that the file is missing. But as some WU's are working, I guess the problem comes from the lockfile ... Btw, in my wrapper.cpp I have : boinc_init_parallel(); boinc_init_optios(&options); is that alright ? Thanks for your help, Have a nice sunday Arnaud Schoofs Evo@home project administrator http://boinc.run.montefiore.ulg.ac.be/evo/ Le 12 mars 2011 à 01:21, Carl Christensen a écrit : > you also will want to look into & use the "mt" plan class so the server tells > the boinc clients that it's a multithreaded app (or define your own as > appropriate) > > http://boinc.berkeley.edu/trac/wiki/AppMultiThread > > > _______________________________________________ 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.
