I finally figured this out. The problem was that the GPU reservation was being made after the fork(), so the data structure it modified was in the app process, not the client. So it had no effect. This is also why the debug messages I added never appeared. This didn't affect Windows because that doesn't use fork().
I'll have Rom back-port this to 6.6 and later releases. -- David Evangelos Katikos wrote: > Any update? Has the problem been found? Is it going to be fixed in a > future boinc release? > > David Anderson wrote: >> I'm confused because the message log doesn't have any of the new msgs I >> put in. >> In fact it looks like the client isn't treating your app as a CUDA app >> at all. >> >> Does this same thing happen when not using anonymous platform? >> >> -- David >> >> Evangelos Katikos wrote: >>> Recompiled from trunk. Message log with task_debug follows: >>> >>> Fri 24 Jul 2009 13:01:40 EEST Starting BOINC client version >>> 6.9.0 for >>> x86_64-pc-linux-gnu _______________________________________________ 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.
