ullaen wrote:There is a file on the servers called GPUs.txt (a copy is on your PC, but the server is the master) it lists the vendor and species (capabilities) of your card.........where is this on my computer??
I am not sure what OS you are running, (if you posted the first 200 lines of your log, we would know more about your PCs configuration.
viewtopic.php?f=24&t=26036
I run Windows 10, but I updated from earlier versions so it may not be in the same place on your PC.
C:\Users\User\AppData\Roaming\FAHClient\GPUs.txt
As I understand it, it gets updated once a month. Mine is dated April 13, 2021
0x10de:0x1b06:2:8:GP102 [GeForce GTX 1080 Ti] 11380
So vendor = 2 Species = 8
AMD is vendor 1, Nvidia is vendor 2
Species 8 is the most capable Species for Nvidia. (AMD species are not related)
(My RTX 3060 is 2:8, but my GTX 1650 and GTX 1060 are 2:7, so they may get smaller, less complicated proteins)
GP102 the P stands for the Pascal micro architecture, chip 102
https://en.wikipedia.org/wiki/Pascal_(m ... ure)#Chips
Several cards all used the GP102 chip ( TITAN Xp, Titan X, GeForce GTX 1080 Ti, Quadro P6000 & Tesla P40)
The vast majority of CPUs are Intel compatible chips with 2 to 128 threads, so basically all your client needs to send to the server is how many threads it wants to use.
https://ark.intel.com/content/www/us/en ... 0-ghz.html
Your CPU has 8 threads, but will use one to support the GPU, so you may see 7 claimed in the client.
Your CPU supports the fastest Floating Point math that F@H uses: AVX2.
https://en.wikipedia.org/wiki/Advanced_ ... tensions_2
FMA3 allows a Multiply and an Add in the same step, for a 60% speed up compared to AVX, which would use two steps.