Search found 10 matches
- Thu Jun 11, 2020 4:12 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: CPU priority
- Replies: 6
- Views: 1639
CPU priority
Hi, I've been folding for a while now, usually whilst working but also leaving it running overnight. I do various types of work but a fair amount of CAD work. I understand that there is no way to adjust the GPU usage percentage and just stop it slowing down my work by having the GPU set to 'on idle'...
- Sat Apr 18, 2020 12:56 pm
- Forum: Discussions of General-FAH topics
- Topic: Notifications
- Replies: 3
- Views: 1280
Re: Notifications
Thanks. They was what made me ask this question. It was pure luck that I noticed!foldinghomealone2 wrote:A new client has just been released:
viewtopic.php?f=24&t=34429
- Fri Apr 17, 2020 10:30 am
- Forum: Discussions of General-FAH topics
- Topic: Notifications
- Replies: 3
- Views: 1280
Notifications
Hi all,
Is there anywhere to subscribe for notifications on updates to the app? I've only got a small number of computers that are due to be crunching soon, it would be good to know when updates are out so that I can update them.
Is there anywhere to subscribe for notifications on updates to the app? I've only got a small number of computers that are due to be crunching soon, it would be good to know when updates are out so that I can update them.
- Tue Apr 14, 2020 11:31 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Restart to get new WU
- Replies: 8
- Views: 2216
Re: Restart to get new WU
Neil-B wrote:pause slot - wait for config to reset (watch log maybe 30s) then restart folding on slot also resets timer to immediate try iirc.
OK I'll give that a go. I haven't been pausing for 30 seconds.
- Tue Apr 14, 2020 9:44 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Restart to get new WU
- Replies: 8
- Views: 2216
Re: Restart to get new WU
I started to think it was just coincidental but it's just happened again... No WU's "No WUs available for this configuration". Pause and Start the Advanced Client, no change. Restart the computer (because I had to for another reason) and everything starts churning once it's restarted 30 se...
- Mon Apr 06, 2020 8:25 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Restart to get new WU
- Replies: 8
- Views: 2216
Restart to get new WU
Hi everyone, I realise there's a shortage of work at the moment, but I have a weird, reasonably repeatable problem that I wanted to checkout.... My computer is happily churning away through WU's It'll finish and (I presume) return the work it's just completed but then won't be able to download anymo...
- Wed Apr 01, 2020 6:44 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 84028
Re: Headless installation and configuration on Windows10
start /wait fah-installer_7.5.1_x86.exe /S "C:\Program Files (x86)\FAHClient\FAHClient.exe" --install-service reg add HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\FAHClient /v DataDirectory /f /d C:\Users\user\AppData\Roaming\FAHClient mkdir c:\users\user\appdata\r...
- Wed Mar 25, 2020 12:31 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 84028
Re: Headless installation and configuration on Windows10
Some further learnings aimed at my target install base.... You can't compute using the GPU if F@H is installed as a service so I've decided to stick with a GUI based installation. I can dish out the code I've made for this to work, but don't want to confuse this thread as it's aimed at installing it...
- Tue Mar 24, 2020 12:38 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 84028
Re: Headless installation and configuration on Windows10
Hi,
Sorry for the confusion, the /qn is for msiexec based installers so can be ignored for this, my bad.
Excellent work here guys. Off to test the new scripting.
Sorry for the confusion, the /qn is for msiexec based installers so can be ignored for this, my bad.
Excellent work here guys. Off to test the new scripting.
- Mon Mar 23, 2020 7:40 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 84028
Re: Headless installation and configuration on Windows10
I have a similar requirement for the small startup that I work for. It runs in Powershell and I don't think it's quite right yet, but a work in progress. I have permission to install it on everything and have managed to get this far so far: [*]It checks to see if the app is installed (very basically...