log in |
Message boards : Number crunching : Trial Factoring tests
Previous · 1 · 2 · 3 · 4 · 5 . . . 7 · Next
Author | Message |
---|---|
If the app_config is not working try this here: This is working for me. One GPU is running gpu72, the other GPU is running a task from another project. ____________ Reno, NV Team: SETI.USA | |
ID: 5959 · Rating: 0 · rate:
![]() ![]() ![]() | |
If the app_config is not working try this here: is this working too? <app_config>
<app>
<name>GPU72</name>
<project_max_concurrent>1</project_max_concurrent>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.01</cpu_usage>
</gpu_versions>
</app>
</app_config> | |
ID: 5960 · Rating: 0 · rate:
![]() ![]() ![]() | |
On one of my systems I have a HD7950 (Dev 0) and a Vega 64 (Dev 1). If I include the following in the options section of my cc_config.xml file: <exclude_gpu>
<url>http://srbase.my-firewall.org/sr5/</url>
<type>ATI</type>
<device_num>0</device_num>
<app>GPU72</app>
</exclude_gpu> That should tell it to ignore my 7950 (Dev 0) and run on my Vega 64. However, that is not the case. It still runs on the 2st device no matter what. The status column in BOINC manager says it's running on Device 1 like the cc_config.xml tells it to, but according to GPU utilization in both GPU-Z and HWiNFO it is still running on 1st device. EDIT: So by default nature of the app, it will always use the 1st device no matter what it is told in cc_config or app_config it seems? At least on AMD GPUs. NVIDIA is a different story I think? | |
ID: 5961 · Rating: 0 · rate:
![]() ![]() ![]() | |
On one of my systems I have a HD7950 (Dev 0) and a Vega 64 (Dev 1). If I include the following in the options section of my cc_config.xml file: I think this is the app itself, its always running on Device 0, so we need to get rid of the second Device and let it free for other projects. | |
ID: 5962 · Rating: 0 · rate:
![]() ![]() ![]() | |
Well, then that stinks because I don't want it to run on my 1st GPU (7950) as it lags big time then. That is why I have the Vega 64 as my 2nd GPU so it can run full boar on it without any concerns of using that PC for other things. | |
ID: 5963 · Rating: 0 · rate:
![]() ![]() ![]() | |
In case it helps now, or in the future ! | |
ID: 5964 · Rating: 0 · rate:
![]() ![]() ![]() | |
In case it helps now, or in the future ! Doesn't matter, as no matter how you configure it in cc_config or app_config it ignores what you tell it. I've tried 0, 1, 2, etc., forward and backwards and upside down with the same result...only the 1st device in the system is running a WU. At least for AMD GPUs. NVIDIA is another matter all together. | |
ID: 5965 · Rating: 0 · rate:
![]() ![]() ![]() | |
<app_config>
<app>
<name>GPU72</name>
<project_max_concurrent>1</project_max_concurrent>
<gpu_versions>
<gpu_usage>1</gpu_usage>
<cpu_usage>0.01</cpu_usage>
</gpu_versions>
</app>
</app_config> Is this working for Multi-GPU? If not I will remove it and will only use the cc_config solution, next step is the opencl error thing. | |
ID: 5966 · Rating: 0 · rate:
![]() ![]() ![]() | |
What do you mean by working? 1 WU running on both GPUs?...then no. But you still need it so it doesn't run 2 WUs on 1 GPU. | |
ID: 5967 · Rating: 0 · rate:
![]() ![]() ![]() | |
ok, thx, but I dont want to keep the 2nd GPU busy (blocked) and not free for another project | |
ID: 5968 · Rating: 0 · rate:
![]() ![]() ![]() | |
You should change the line: <project_max_concurrent>1</project_max_concurrent> to be... <max_concurrent>1</max_concurrent> This will restrict GPU72 to only running 1 task but other SRBase CPU tasks can be run at the same time. The <project_max_concurrent> x </project_max_concurrent> tags don't go within the <app> </app> section. | |
ID: 5969 · Rating: 0 · rate:
![]() ![]() ![]() | |
ok, changed it back in FAQs | |
ID: 5970 · Rating: 0 · rate:
![]() ![]() ![]() | |
Can anyone post a app_config.xml file that works successfully with a AMD GPU? (Ubuntu, Intel CPU). ./mfakto-x64 -d 1 Yet, every task in boinc is crashing. As many have reported. My current app_config.xml:
| |
ID: 5971 · Rating: 0 · rate:
![]() ![]() ![]() | |
As long as you only have 1 AMD GPU, then: | |
ID: 5972 · Rating: 0 · rate:
![]() ![]() ![]() | |
Can you also try with | |
ID: 5973 · Rating: 0 · rate:
![]() ![]() ![]() | |
Can you also try with How do you start the wrapper standalone? Could you copy your commandline? I've tried with chmod, but time and time again returns "no file or directory". The other -d types where not working. I've also tried every combination in the app_config.xml file with the cmdline, still not working... | |
ID: 5974 · Rating: 0 · rate:
![]() ![]() ![]() | |
On one of my systems I have a HD7950 (Dev 0) and a Vega 64 (Dev 1). If I include the following in the options section of my cc_config.xml file: I'm successfully using this in my cc_config to exclude the second GPU in all of my two-GPU systems, so that one doesn't go to waste when running GPU72. I am running another project on the second GPU in those rigs. ____________ ![]() | |
ID: 5976 · Rating: 0 · rate:
![]() ![]() ![]() | |
Can you also try with try this: ./wrapper_26012-v2_x86_64-pc-linux-gnu The job.xml file must be in the same folder here is a snipped from the help about the -d command -d | |
ID: 5979 · Rating: 0 · rate:
![]() ![]() ![]() | |
If someone is able to compile the mfaktc app v0.21 for Mac let me know: | |
ID: 5980 · Rating: 0 · rate:
![]() ![]() ![]() | |
On one of my systems I have a HD7950 (Dev 0) and a Vega 64 (Dev 1). If I include the following in the options section of my cc_config.xml file: Yes, on NVIDIA. Not on AMD. | |
ID: 5981 · Rating: 0 · rate:
![]() ![]() ![]() | |
Message boards :
Number crunching :
Trial Factoring tests