Custom parameters for specific graphic cards |
Message boards : Number crunching : Custom parameters for specific graphic cards
Author | Message |
---|---|
Padanian Send message Joined: 6 Apr 18 Posts: 5 Credit: 1,956,162 RAC: 0 |
As per subject, in other projects like Collatz and the like, it is possible to set per-project custom parameters in order to optimise calculations based on ROPs, Cores, etc. I didn't find a specific file for Enigma@home. Is there any? |
doublechaz Send message Joined: 5 Mar 09 Posts: 27 Credit: 1,517,764 RAC: 0 |
I'm using app_config.xml to run two copies of the software on my 1050. <app_config> <app> <name>enigma_cuda</name> <max_concurrent>3</max_concurrent> <gpu_versions> <gpu_usage>.500</gpu_usage> <cpu_usage>1</cpu_usage> </gpu_versions> </app> </app_config> |
Message boards :
Number crunching :
Custom parameters for specific graphic cards