I noticed there are new Windows apps for BRP7 (v0.19) & BRP4 (v1.74), however, when trying to get them I get the following in the host log. Does that mean that the apps aren't available yet?
[version] Checking plan class 'BRP7-cuda102W' [version] userid mismatch [version] no app version available: APP#19 (einsteinbinary_BRP4) PLATFORM#9 (windows_x86_64) min_version 0 {version] no app version available: APP#19 (einsteinbinary_BRP4) PLATFORM#2 (windows_intelx86) min_version 0
Copyright © 2024 Einstein@Home. All rights reserved.
AndreyOR wrote: I noticed
)
Your Nvidia Titan V is already running the Meerkat tasks and the new O3AS gpu tasks as well but the BRP4 tasks are either for cpu's or for ARM type devices that you don't have.
looks like the admins posted
)
looks like the admins posted the BRP7 app to the BRP4 project by mistake. they cannot use the same app.
for the BRP7 app on the BRP7 project. make sure you have test/beta tasks enabled in your project preferences.
_________________________________________________________________________
Yes, I'm running BRP7s with
)
Yes, I'm running BRP7s with the v0.12 app, but wanted to try v0.19 to see if the throughput is better.
I did notice that v1.74 BRP4 app has the same name as the new BRP7. Maybe it's a mistake or maybe the new app can be used for BRP4 too.
I do have 'run test apps' selected, basically I'm set up to receive any and all GPU work. The "userid mismatch" shows up also when trying to get v0.19 BRP7 app.
Ian&Steve C. wrote: looks
)
I suppose that's why I have 50 invalids where I had none before with no changes to my systems.
Proud member of the Old Farts Association
You aren't running any BRP4's
)
You aren't running any BRP4's George. So you won't be having any issue with the wrong app.
Your invalids are just what is normal for BRP7 owing to compiler differences among the different OS's
Keith Myers wrote: You
)
+1
Proud member of the Old Farts Association
I was curious so I tried
)
I was curious so I tried running the v0.19 BRP7 app under the anonymous platform set up. It didn't work, tasks errored out. Here's an example task: https://einsteinathome.org/task/1699232710
Does anyone know if that looks like the app isn't working right or that I did something wrong with the anonymous platform set up?
AndreyOR wrote: I was
)
Post your app_config.xml file so people can see if that's it.
That error look like platform
)
That error look like platform or hardware error. Nvidia drivers installed?
He needs to post his app_info.xml file NOT his app_config
Yes, relatively recent
)
Yes, relatively recent drivers are installed, cuda version is 12.6. The regular cuda app v0.12 of BRP7 works fine. Here's the app_info that I tried for v0.19. I also run and have tasks for O3AS so it's included.
<app_info>
<app>
<name>einsteinbinary_BRP7</name>
</app>
<app>
<name>einstein_O3AS</name>
</app>
<file_info>
<name>einstein_O3AS_1.07_windows_x86_64__GW-opencl-nvidia-2.exe</name>
<executable/>
</file_info>
<file_info>
<name>einsteinbinary_BRP7_0.19_windows_x86_64__BRP7-cuda102W.exe</name>
<executable/>
</file_info>
<file_info>
<name>cudart64_102.dll</name>
<executable/>
</file_info>
<file_info>
<name>cufft64_10.dll</name>
<executable/>
</file_info>
<app_version>
<app_name>einstein_O3AS</app_name>
<version_num>107</version_num>
<api_version>7.3.0</api_version>
<coproc>
<type>NVIDIA</type>
<count>1</count>
</coproc>
<plan_class>GW-opencl-nvidia-2</plan_class>
<flops>104231622270.746826</flops>
<avg_ncpus>1</avg_ncpus>
<file_ref>
<file_name>einstein_O3AS_1.07_windows_x86_64__GW-opencl-nvidia-2.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app_version>
<app_name>einsteinbinary_BRP7</app_name>
<version_num>19</version_num>
<api_version>7.17.0</api_version>
<coproc>
<type>NVIDIA</type>
<count>1</count>
</coproc>
<plan_class>BRP7-cuda102W</plan_class>
<flops>65144763919.216766</flops>
<avg_ncpus>1</avg_ncpus>
<file_ref>
<file_name>einsteinbinary_BRP7_0.19_windows_x86_64__BRP7-cuda102W.exe</file_name>
<main_program/>
</file_ref>
</app_version>
</app_info>