T'other day I installed Yafu on my lappie but every workunit failed with a 'computation error' after just 3-5 seconds. This is obviously better that after 3-5 hours so I can't complain too loudly. Has anyone else had a problem with Yafu or is it just me?
Chris.
Yafu
-
- Active UBT Contributor 15+ yrs
- Posts: 698
- Joined: Tue Mar 14, 2006 12:00 am
- Location: Warrington, Cheshire
-
- Marvin the Dalek
- Posts: 4402
- Joined: Wed Mar 15, 2006 12:00 am
- Location: North Wales
Re: Yafu
Hi
I've had one fail after 8 hours not sure why. Otherwise I haven't had any probs.
Just had a look at your 2 fails they both failed with '195 (0x000000C3) EXIT_CHILD_FAILED' and they're both subproject YAFU v134.05 (mt)
windows_intelx86. Not sure which subprojects you've selected but it may be that you've got 16 or 8 core versions selected? If so try just selecting the top version and see how it goes (Just YAFU with nothing after it.)
I see you've got 4 tasks there so maybe 1 is running after all?
Mike
I've had one fail after 8 hours not sure why. Otherwise I haven't had any probs.
Just had a look at your 2 fails they both failed with '195 (0x000000C3) EXIT_CHILD_FAILED' and they're both subproject YAFU v134.05 (mt)
windows_intelx86. Not sure which subprojects you've selected but it may be that you've got 16 or 8 core versions selected? If so try just selecting the top version and see how it goes (Just YAFU with nothing after it.)
I see you've got 4 tasks there so maybe 1 is running after all?
Mike
Re: Yafu
Other than the long running times AFTER it's got to 100%, I've not had any problems with Yafu since joining it.
Most of my tasks are the Yafu v134.05 (mt) ones as well.
I don't think the 8 and 16 core WUs will get downloaded if you don't have that many cores present (and both your failed ones are 2 cores anyway) so I don't think that's the issue.
I had a similar problem on Collatz, all WUs failing after a few seconds with exit code 195, turned out I didn't have the Windows Visual studio C++ runtime installed. After installing that, everything was fine.
Mark
Most of my tasks are the Yafu v134.05 (mt) ones as well.
I don't think the 8 and 16 core WUs will get downloaded if you don't have that many cores present (and both your failed ones are 2 cores anyway) so I don't think that's the issue.
I had a similar problem on Collatz, all WUs failing after a few seconds with exit code 195, turned out I didn't have the Windows Visual studio C++ runtime installed. After installing that, everything was fine.
Mark
-
- Active UBT Contributor 15+ yrs
- Posts: 698
- Joined: Tue Mar 14, 2006 12:00 am
- Location: Warrington, Cheshire
Re: Yafu
Well I've reset the project, removed it and re-installed it but it is still the same. Every work unit terminates with an 'Unknown Error (195)' which is about as much use as an ashtray on a motorbike. I've searched the Yafu message boards and there is no help there either. I think I shall just have to give this project a wide berth.
Thanks for the input, chaps.
Chris.
Thanks for the input, chaps.
Chris.
-
- UBT Forum Admin
- Posts: 9725
- Joined: Mon Mar 13, 2006 12:00 am
- Location: NW Midlands
- Contact:
Re: Yafu
Hi ChrisUBT - Chris Suddick wrote:Well I've reset the project, removed it and re-installed it but it is still the same. Every work unit terminates with an 'Unknown Error (195)' which is about as much use as an ashtray on a motorbike. I've searched the Yafu message boards and there is no help there either. I think I shall just have to give this project a wide berth.
Thanks for the input, chaps.
Chris.
I haven't run YAFU for a while, but when I did, I had this in the BOINC/projects/yafu.myfirewall.org_yafu directory:
So, close down Boinc Manager (when convenient) and then "paste" the code below into Notepad and save in the above directory as "app_config.xml"
Code: Select all
<app_config>
<app_version>
<app_name>yafu</app_name>
<plan_class>mt</plan_class>
<rem Following is the number of threads you want to run>
<avg_ncpus>2</avg_ncpus>
<cmdline>--nthreads 2</cmdline>
</app_version>
</app_config>
regards
Tim