Search found 557 matches

by gunnarre
Tue Feb 22, 2022 12:49 pm
Forum: New Donors start here
Topic: Task jumps to 70% immediately
Replies: 21
Views: 3356

Re: Task jumps to 70% immediately

Yes, it is resuming from a checkpoint. Depending on the project, GPU projects may checkpoint every 2% or 5% of work. This is set by the researcher. CPU projects checkpoint based on time - it is possible to adjust this in the advanced settings, but I'm not sure if the new CPU cores respect this setti...
by gunnarre
Sun Feb 20, 2022 9:07 pm
Forum: Issues with a specific server
Topic: Stats server issue?
Replies: 20
Views: 18838

Re: Stats server issue?

They recently replaced the statistics server. There is a pull request submitted to fix this: https://github.com/FoldingCommunity/fah ... nd/pull/88 In the meantime, you can go to Preferences in FAHControl and put a hard link to your donor statistics if you want. For team stats, you can choose Extrem...
by gunnarre
Fri Feb 18, 2022 1:13 pm
Forum: Problems with NVidia drivers
Topic: How to decrease temperature of the nvidia card ?
Replies: 10
Views: 7313

Re: How to decrease temperature of the nvidia card ?

By the way, the 1030 has a max GPU temperature of 97 °C, so 70 °C is not hot at all - it is a normal working temperature. I wouldn't worry about it.
by gunnarre
Fri Feb 18, 2022 1:04 pm
Forum: Problems with NVidia drivers
Topic: How to decrease temperature of the nvidia card ?
Replies: 10
Views: 7313

Re: How to decrease temperature of the nvidia card ?

nvidia-smi -q|grep Limit For my card, that gives Power Limit : 150.00 W Default Power Limit : 125.00 W Enforced Power Limit : 150.00 W Min Power Limit : 70.00 W Max Power Limit : 150.00 W I'm going to guess that the 1030 has a standard power limit of 30 watts.
by gunnarre
Fri Feb 18, 2022 12:47 pm
Forum: Problems with NVidia drivers
Topic: How to decrease temperature of the nvidia card ?
Replies: 10
Views: 7313

Re: How to decrease temperature of the nvidia card ?

The "gpu-usage" option shouldn't be used. 70 °C GPU junction temperature for a modern GPU is not high - a modern Nvidia GPU can run up to around 93 °C depending on model. The good news is that a slight power limit reduction tends to give much less power usage while not hurting PPD that muc...
by gunnarre
Fri Feb 18, 2022 11:56 am
Forum: Issues with a specific server
Topic: 54.157.202.86 not assigning WUs?
Replies: 1
Views: 4933

Re: 54.157.202.86 not assigning WUs?

I can confirm that this was happening; it seems it ran out of WUs, but it now has 130615 WUs available and is assigning WUs at 1872,00/hr 10:26:27:WU01:FS01:Connecting to assign1.foldingathome.org:80 10:26:27:WU01:FS01:Assigned to work server 54.157.202.86 10:26:27:WU01:FS01:Requesting new work unit...
by gunnarre
Fri Feb 18, 2022 11:45 am
Forum: Discussions of General-FAH topics
Topic: Ability to abort/cancel a workunit?
Replies: 51
Views: 23065

Re: Ability to abort/cancel a workunit?

I am particularly concerned about GPU WUs "get stuck". This sounds like a problem with the machines that is happening on, and what I'd most like to see logs from.
by gunnarre
Fri Feb 18, 2022 11:39 am
Forum: Discussions of General-FAH topics
Topic: Does FAH count paused GPU's?
Replies: 3
Views: 810

Re: Does FAH count paused GPU's?

If your ISP changes your IP address or if the client.db file in the work directory gets deleted and re-generated, that will cause it to be counted as a new client. Also this might happen if the client was started twice at the same time - like both as a login-in launched application and by double-cli...
by gunnarre
Thu Feb 17, 2022 10:54 am
Forum: Problems with AMD/ATI drivers
Topic: GPU shows "failed"
Replies: 20
Views: 9659

Re: GPU shows "failed"

Tahiti is GCN 1.0. AMD has dropped OpenCL support for GCN 1.0 cards, even in Windows - those cards have been unsupported in Linux for years. You might have to roll back the AMD drivers to an older version, and even then I don't think the performance will be good. I retired my Radeon 7770 HD (Cape Ve...
by gunnarre
Thu Feb 17, 2022 10:46 am
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: How to make remote access work!
Replies: 43
Views: 6704

Re: How to make remote access work!

0.0.0.0/0 notation is known as CIDR notation. There is a handy calculator for it here: https://www.subnet-calculator.com/cidr.php Your machine should really not be available from your whole network - can you show the config section from your log? (Don't show the actual config file, because that has ...
by gunnarre
Wed Feb 16, 2022 7:41 pm
Forum: Software for ARM hardware
Topic: Raspberry Pi 400, Raspberry Pi 64-bit OS, and FAHClient
Replies: 7
Views: 7283

Re: Raspberry Pi 400, Raspberry Pi 64-bit OS, and FAHClient

Thank you. I have ordered one of these. I'll try it out with folding, but it will mainly be used for game emulation.
by gunnarre
Wed Feb 16, 2022 10:44 am
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: How to make remote access work!
Replies: 43
Views: 6704

Re: How to make remote access work!

It is also not recommended to use remote control over the public internet - only on a LAN or via VPN connection or SSH tunnel. This is because the protocol is not encrypted, and if a packet sniffer listens to the traffic they can get your password and take over the folding client. While it would be ...
by gunnarre
Fri Feb 11, 2022 9:41 pm
Forum: New Donors start here
Topic: Cant find my donor name
Replies: 20
Views: 3127

Re: Cant find my donor name

That CPU is almost 15 years old and lacks the AVX and/or SSE features that would allow it to CPU fold efficiently. One of the work units in the log also crashed, suggesting that your system has some kind of instability, possibly related to RAM or CPU. Sometimes the WU itself might have an error in i...
by gunnarre
Thu Feb 10, 2022 10:52 pm
Forum: New Donors start here
Topic: Cant find my donor name
Replies: 20
Views: 3127

Re: Cant find my donor name

Can you tether your computer to your cell phone, or use a VPN, to test if that works?
by gunnarre
Tue Feb 08, 2022 9:26 pm
Forum: Problems with AMD/ATI drivers
Topic: New Radeon drivers - 21.10.1 - performance still seems bad
Replies: 36
Views: 81495

Re: New Radeon drivers - 21.10.1 - performance still seems b

OpenMM appears to be making progress on HIP support via a plugin, especially by Adel Johar. I've asked them if this HIP support is being brought into the FAH GPU core as well.