+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Windows optimized SETI@Home science apps - Release 1.3  (Read 14786 times)

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Windows optimized SETI@Home science apps - Release 1.3
« on: 13 Jul 2006, 03:20:32 am »
Along with the automatic test and installer package, I've updated the downloads to Release 1.3 of the science applications.

This update is a cosmetic fix - it inserts information about the true CPU speed into the stderr section of each result.
An example - my Pentium D says it's a 2.66 GHz CPU and BOINC records this information. It actually runs at 3.85 GHz, though (it's overclocked).

Monza_MH26 suggested it's a good idea to show the real CPU speed as well - I agree and added it.

Regards,
Simon.

Kna

  • Guest
Re: Windows optimized SETI@Home science apps - Release 1.3
« Reply #1 on: 13 Jul 2006, 09:11:30 am »
Just a suggestion :  modify your naming conventions to incorporate the release version, something like that to keep the filenames not too long  ?

 setiathome-5.15-kwsn-mmx.exe  ->  S@H-5.15-kwsn-1.3-mmx.exe

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Re: Windows optimized SETI@Home science apps - Release 1.3
« Reply #2 on: 13 Jul 2006, 01:47:29 pm »
Been thinking about that, too - sounds good. Have t think about it a little more :)

Regards,
Simon.

Offline Josef W. Segur

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 3112
Re: Windows optimized SETI@Home science apps - Release 1.3
« Reply #3 on: 13 Jul 2006, 04:36:02 pm »
Monza_MH26 suggested it's a good idea to show the real CPU speed as well - I agree and added it.

Noting  actual clock is very good, particularly for system comparison. If the measurement routine is light enough, it might also be used to get an average clock by measuring periodically (perhaps when checkpoints are written). Summing those measurements and keeping a count would allow showing the average clock raste.

For those crunching on laptops which are on battery sometimes or even desktops with marginal cooling causing CPU slowdowns, that average rate might be more meaningful.

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Re: Windows optimized SETI@Home science apps - Release 1.3
« Reply #4 on: 13 Jul 2006, 04:42:45 pm »
It's using an IPP function -

Code: [Select]
#ifdef USE_IPP
    int myfreq;
    ippGetCpuFreqMhz(&myfreq);
    fprintf(stderr,"CPU real speed: %d MHz\n\n",myfreq);
#endif

This is what I inserted into the code. No idea how heavy the overhead for that function is, but I believe it's very small.

Regards,
Simon.

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Windows optimized SETI@Home science apps - Release 1.3
« Reply #5 on: 13 Aug 2006, 09:35:14 pm »
Is there any chance you could put a date or version number on the downloads so credit hounds like me can see if anything is new?

Offline Simon

  • Ni!
  • Knight who says 'Ni!'
  • *****
  • Posts: 1045
    • Is it a bird? Is it a plane? No...its-the.net!
Re: Windows optimized SETI@Home science apps - Release 1.3
« Reply #6 on: 13 Aug 2006, 09:41:38 pm »
Good idea, will do that on the next update.

Also, I will make a page that lists the most recent versions, release dates etc. so you always know what's what.

Regards,
Simon.

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 29
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 21
Total: 21
Powered by EzPortal