| 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:
| |
Message boards :
News :
latest change to ll-dc app