something changed linux: chemestry all erroring out

Message boards : Number crunching : something changed linux: chemestry all erroring out
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
Aurum
Avatar

Send message
Joined: 12 Jul 17
Posts: 404
Credit: 17,408,899,587
RAC: 0
Level
Trp
Scientific publications
watwatwat
Message 51193 - Posted: 6 Jan 2019, 13:47:51 UTC - in response to Message 49435.  

There's a bug in the app, which prevents more than 1 task starting simultaneously. To do this you should create / modify your app_config.xml file in the projects\www.gpugrid.net folder.
<app_config>
  <app>
    <name>QC</name>
    <max_concurrent>1</max_concurrent>
  </app>
  <app_version>
    <app_name>QC</app_name>
    <plan_class>mt</plan_class>
    <avg_ncpus>4</avg_ncpus>
  </app_version>
</app_config>
Have you ever tried using???

<fetch_minimal_work>1</fetch_minimal_work>

Fetch one job per device (see --fetch_minimal_work).
--fetch_minimal_work

Fetch only 1 job per device (CPU, GPU).
Used with --exit_when_idle, the client will process one job per device, then exit. [/code]
ID: 51193 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2

Message boards : Number crunching : something changed linux: chemestry all erroring out

©2025 Universitat Pompeu Fabra