| log in |
Message boards : News : latest change to ll-dc app
| Author | Message |
|---|---|
|
We have removed the fixed input -v -use NO_ASM in latest WU batch --passthrough_child -use NO_ASM in app_config.xml to run this on your GPU. For other options like -log xxx you need to change that to --passthrough_child -log xxx //xxx for any value see FAQ to avoid computation errors. | |
| ID: 11982 · Rating: 0 · rate:
| |
|
Is this change for Linux only ? | |
| ID: 11986 · Rating: 0 · rate:
| |
Is this change for Linux only ? For both OS. | |
| ID: 11987 · Rating: 0 · rate:
| |
|
Why did you remove cmdline -log. I was running another project, came back to this and had errors because you broke a function that was OK and now does not. | |
| ID: 11992 · Rating: 0 · rate:
| |
|
To be sure:
<app_version>
<app_name>LL-dc</app_name>
<cmdline>--passthrough_child -use NO_ASM</cmdline>
</app_version>
is that correct? | |
| ID: 11999 · Rating: 0 · rate:
| |
To be sure: All of this needs to be in the app_config.xml file <app_config>
<app_version>
<app_name>LL-dc</app_name>
<plan_class>opencl_nvidia_200</plan_class>
<cmdline>--passthrough_child -use -NO_ASM</cmdline>
</app_version>
</app_config> | |
| ID: 12000 · Rating: 0 · rate:
| |
To be sure: There was a change in the latest boinc wrapper command as discussed with boinc dev. You need the new --passthrough_child command to send the command line to boinc client which does not have the older wrapper. We had this included in input template but removed it. | |
| ID: 12001 · Rating: 0 · rate:
| |
To be sure: Just found out because of errors: the line should read <cmdline>--passthrough_child -use NO_ASM</cmdline> without the "-" in front of the NO_ASM. Just to inform everyone who might need that too (i cannot afford a new gfx card, and my 1080ti does still work smoothly) | |
| ID: 12010 · Rating: 0 · rate:
| |
|
Thx for testing, the FAQ had a mistake with "-". I have corrected it. | |
| ID: 12011 · Rating: 0 · rate:
| |
|
For low Tech volunteers where is the app_config.xml file located ? | |
| ID: 12012 · Rating: 0 · rate:
| |
For low Tech volunteers where is the app_config.xml file located ? boinc\data\projects\srbase.my-firewall.org_sr5 If there is none you must create an app_config.xml | |
| ID: 12013 · Rating: 0 · rate:
| |
For low Tech volunteers where is the app_config.xml file located ? This is correct: C:\ProgramData\BOINC\projects\srbase.my-firewall.org_sr5 | |
| ID: 12023 · Rating: 0 · rate:
| |
Message boards :
News :
latest change to ll-dc app