Seti@Home optimized science apps and information

Optimized Seti@Home apps => Windows => Topic started by: P51 Mustang on 24 Feb 2009, 09:33:46 am

Title: AP V5.03 App_info.xml
Post by: P51 Mustang on 24 Feb 2009, 09:33:46 am
Does the new version of AP 5.03 make use of the file libfftw3f-311a_upx.dll?

The reason that I ask is that in my old App_info.xml file the reference to that file is under the AP information.  The new App_info.xml file doesn't reference that file at all.  If you look at the download available for V9 CUDA+AP the App_info.xml file does reference that file.

So, is that reference needed or not????
Title: Re: AP V5.03 App_info.xml
Post by: Jason G on 24 Feb 2009, 09:50:11 am
Nope, neither 5.00r103 nor 5.03r112 use it. Cuda apps and stock apps do though..
Title: Re: AP V5.03 App_info.xml
Post by: Raistmer on 24 Feb 2009, 10:01:06 am
Does the new version of AP 5.03 make use of the file libfftw3f-311a_upx.dll?

The reason that I ask is that in my old App_info.xml file the reference to that file is under the AP information.  The new App_info.xml file doesn't reference that file at all.  If you look at the download available for V9 CUDA+AP the App_info.xml file does reference that file.

So, is that reference needed or not????

Where did you see that DLL here ???
- <app>
  <name>astropulse_v5</name>
  </app>
- <file_info>
  <name>ap_5.03r112_SSE3.exe</name>
  <executable />
  </file_info>
- <app_version>
  <app_name>astropulse_v5</app_name>
  <version_num>503</version_num>
- <file_ref>
  <file_name>ap_5.03r112_SSE3.exe</file_name>
  <main_program />
  </file_ref>
  </app_version>
Title: Re: AP V5.03 App_info.xml
Post by: P51 Mustang on 24 Feb 2009, 10:20:58 am
Sorry Raistmer, in the Cuda one that file ref is under the MB part.

I was just wondering about that dll file since it used to be under the AP part of the xml and now isn't included.  So, is that dll needed at all under the MB part if using AK V8 on a non CUDA machine?
Title: Re: AP V5.03 App_info.xml
Post by: Raistmer on 24 Feb 2009, 10:25:22 am
Sorry Raistmer, in the Cuda one that file ref is under the MB part.

I was just wondering about that dll file since it used to be under the AP part of the xml and now isn't included.  So, is that dll needed at all under the MB part if using AK V8 on a non CUDA machine?
AK_v8 uses IPP.
AP uses FTTW statically linked.
So that DLL required only for CUDA MB.
Title: Re: AP V5.03 App_info.xml
Post by: P51 Mustang on 24 Feb 2009, 10:33:47 am
Thanks Raistmer!!