Search found 6 matches

by dfreeman
Thu Apr 09, 2020 6:25 pm
Forum: Discussions of General-FAH topics
Topic: Team membership permissions
Replies: 3
Views: 726

Re: Team membership permissions

OK. How do I delete a team once it's been created?
by dfreeman
Thu Apr 09, 2020 6:18 pm
Forum: Discussions of General-FAH topics
Topic: Team membership permissions
Replies: 3
Views: 726

Team membership permissions

How do I prevent random people from joining my team?

And once it's happened, how do I kick them and remove all trace? (I.e. undo their effect on the stats.)
by dfreeman
Sat Mar 21, 2020 2:47 am
Forum: Issues with a specific WU
Topic: Fatal Error with WU
Replies: 40
Views: 7493

Re: Fatal Error with WU

With four slots pinned to a socket each, I now have system time below 5% when all slots are working. Before it was ~20% using two slots and two sockets each. So it's definitely worth pinning each slot to one socket, is there a way to do it within the client? Or do I have to run four clients?
by dfreeman
Fri Mar 20, 2020 2:13 am
Forum: Issues with a specific WU
Topic: Fatal Error with WU
Replies: 40
Views: 7493

Re: Fatal Error with WU

The initial core count was not set, the config file didn't contain an entry for that. The Dockerfile listed in that git repository simply starts with a blank Debian system, installs F@H with its dependencies, snapshots it for future use, and then runs the client with chosen command-line options. One...
by dfreeman
Thu Mar 19, 2020 7:29 pm
Forum: Issues with a specific WU
Topic: Fatal Error with WU
Replies: 40
Views: 7493

Re: Fatal Error with WU

The use of 63 cores was not specific to the WU or the project, it was doing that the whole time. (I've only been running F@H for a couple of days.) I was running it in a Docker container, derived from https://github.com/johnktims/folding-at-home . I've since changed to two containers, with each runn...
by dfreeman
Thu Mar 19, 2020 9:37 am
Forum: Issues with a specific WU
Topic: Fatal Error with WU
Replies: 40
Views: 7493

Re: Fatal Error with WU

I've had this happen twice now, the first time I accidentally lost the WU while trying to fix the problem, so that's unfortunately going to time out. From the logs, I can see that it's setting -np 63, whereas I have 64 cores and I want to use all of them. So I've added <cpus v='64'/> to my config fi...