Quote Originally Posted by Nflight View Post
The only problem with this project is that it automatically shuts down the GPU and runs all 8 processors. That is not exactly how I like to run my computer, I like it all producing sufficient output and churning out some great numbers. If anyone knows how to get this quirk to cease please come forward with a solution?
Make a app_config.xml file containing these lines:
Code:
<app_config>
   <project_max_concurrent>N</project_max_concurrent>
</app_config>
Where N is the maximum number of WUs you want to process simultaneously.
The app_config.xml file (make it in notepad or a likewise basic-as-can-be editor) needs to be in the project folder of the Van der Waerden project in this case.