core 17 temperature control with nvidia under linux
Posted: Mon Aug 31, 2015 10:00 pm
I have configured my folding client under linux as described there https://folding.stanford.edu/home/chang ... -full-fah/ or there viewtopic.php?f=74&t=26533&p=266854#p266854. The Log shows the following configuration:
Now with Core 17, 18 or 21 projects it seems that the options are not accepted. The process starts with theses options and is listed so in process list, but there is also a warning logged, that temperature control is disabled:
Is this function not activated under linux or is my configuration not correct ?
Code: Select all
...
19:32:19: OS: Linux 3.19.0-26-generic x86_64
19:32:19: OS Arch: AMD64
19:32:19: GPUs: 1
19:32:19: GPU 0: NVIDIA:5 GM204 [GeForce GTX 970]
19:32:19: CUDA: 5.2
19:32:19:CUDA Driver: 7050
...
19:48:35:<config>
...
19:48:35: <!-- Folding Slot Configuration -->
19:48:35: <extra-core-args v='-forceasm -tmax=70 -twait=900'/>
...
19:48:35: <!-- Folding Slots -->
...
19:32:19: <slot id='1' type='GPU'>
...
19:32:19: <extra-core-args v='-tmax=70 -twait=900'/>
...
19:32:19: </slot>
19:48:35:</config>
Code: Select all
19:34:08:WU00:FS01:Connecting to 171.67.108.200:80
19:34:08:WU00:FS01:Assigned to work server 171.64.65.98
19:34:08:WU00:FS01:Requesting new work unit for slot 01: READY gpu:0:GM204 [GeForce GTX 970] from 171.64.65.98
19:34:08:WU00:FS01:Connecting to 171.64.65.98:8080
19:34:09:WU00:FS01:Downloading 7.48MiB
19:34:12:WU00:FS01:Download complete
19:34:12:WU00:FS01:Received Unit: id:00 state:DOWNLOAD error:NO_ERROR project:9712 run:67 clone:32 gen:18 core:0x21 unit:0x00000067ab40416255b9b07824c8d8d6
19:34:12:WU00:FS01:Starting
19:34:12:WU00:FS01:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/web.stanford.edu/~pande/Linux/AMD64/NVIDIA/Fermi/Core_21.fah/FahCore_21 -dir 00 -suffix 01 -version 704 -lifeline 2243 -checkpoint 3 -gpu 0 -gpu-vendor nvidia -tmax=70 -twait=900
19:34:12:WU00:FS01:Started FahCore on PID 3346
19:34:12:WU00:FS01:Core PID:3350
19:34:12:WU00:FS01:FahCore 0x21 started
19:34:12:WU00:FS01:0x21:*********************** Log Started 2015-08-31T19:34:12Z ***********************
19:34:12:WU00:FS01:0x21:Project: 9712 (Run 67, Clone 32, Gen 18)
19:34:12:WU00:FS01:0x21:Unit: 0x00000067ab40416255b9b07824c8d8d6
19:34:12:WU00:FS01:0x21:CPU: 0x00000000000000000000000000000000
19:34:12:WU00:FS01:0x21:Machine: 1
19:34:12:WU00:FS01:0x21:Reading tar file core.xml
19:34:12:WU00:FS01:0x21:Reading tar file integrator.xml
19:34:12:WU00:FS01:0x21:Reading tar file system.xml
19:34:13:WU00:FS01:0x21:Reading tar file state.xml
19:34:13:WU00:FS01:0x21:Digital signatures verified
19:34:13:WU00:FS01:0x21:Folding@home GPU Core21 Folding@home Core
19:34:13:WU00:FS01:0x21:Version 0.0.11
19:34:35:WU00:FS01:0x21:Completed 0 out of 1280000 steps (0%)
19:34:35:WU00:FS01:0x21:Temperature control disabled. Requirements: single Nvidia GPU, tmax must be < 110 and twait >= 900
...