+- +-
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: optimized sources  (Read 548410 times)

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #315 on: 09 Apr 2008, 01:56:30 pm »
download of Fedora ended sucessful now.  ;D thanks to Raistmer
Next download is running:  Windows Server 2008 Enterprise, 12 hours downloadtime....we are waiting... ;)
« Last Edit: 09 Apr 2008, 06:26:08 pm by seti_britta »

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: optimized sources
« Reply #316 on: 09 Apr 2008, 02:46:22 pm »
;D

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #317 on: 09 Apr 2008, 04:26:19 pm »
set the MS_Virtualization_Overview_v1.1.doc into our testproject , it is worth to have a look at it ... ;)


Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #318 on: 09 Apr 2008, 06:19:36 pm »
Hi hidden user...looking up again  ;)

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: optimized sources
« Reply #319 on: 10 Apr 2008, 05:06:35 am »
I have doubt about great use ofVWM for purpose of tuning app. With VM one can see if app will work under different OSes, but no timing at all IMHO...
The same with instruction set. Even with VM I cant emulate SSE4.1 on my Venice IMHO ;)

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #320 on: 10 Apr 2008, 07:22:20 am »
We will try out all this stuff of Windows2008...and we have always the possibility to use a boot menue at the beginning to load the OS under which we will tuning the app directly.
That would be very interesting... ;D

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: optimized sources
« Reply #321 on: 10 Apr 2008, 08:07:35 am »
.....Even with VM I cant emulate SSE4.1 on my Venice IMHO ;)
LOL, maybe if you clench really hard like Hiro from Heroes it will magically turn into a Wolfdale  ;D.  Although I use VM's for testing,  I think any kind of timing benchmarks would be a waste of time.  This is why I wish to run dual boot to test 64 bit for myself,  might as well get you some sse41 PGO data while I'm there, running native.

 I think in future PGO instrumented runs will be okay in VM because we have proven them to be NOT hardware bound, (at least with light PGO)  but definitely code coverage and data dependant (which will execute the same on any hardware that supports the build (hopefully) . This *might be* one good argument against installing the code dispatching mechanisms like in 2.4 & stock .. PGO data would have to be generically targeted across builds and include all the functions, so performance target gets 'diluted'. 

Also relative runs to compare app speeds may be okay in VM, but not too representative of native speeds except *maybe* where there is some hardware virtualisation support available.

Jason
« Last Edit: 10 Apr 2008, 08:46:31 am by Jason G »

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #322 on: 10 Apr 2008, 08:41:19 am »
jason,
as I have seen hardware virtualisation is available there.  ;D
Today I got the email from Redmont for the evaluation with a lot of further infos.
thanks Microsoft.  ;D

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: optimized sources
« Reply #323 on: 10 Apr 2008, 08:55:02 am »
jason,
as I have seen hardware virtualisation is available there.  ;D
Today I got the email from Redmont for the evaluation with a lot of further infos.
thanks Microsoft.  ;D

I think your new server is designed with something like this in mind :
    - Run a native Linux (Fedora core with custom compiled kernel) , public facing webserverapache/PHP
    - dedicated MySql database VM, allows optimal filesystem configuration for the database(s)
    - Windows Server Host, For serving asp pages & dotnet web application & intranet stuff, maybe running an exchange server and nt domain
    - preferred Host OS as desired, probably a Pro edition of Windows, or a Fluffy Linux Variant as workstation
 
Now that saves a lot of hardware if you need all those things in a small to medium business,  Lots of power saved too

Jason.

   

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #324 on: 13 Apr 2008, 08:46:18 pm »
Fedora is the right one...
have now some installation packages
1. Fedora
1.1 CellBE
1.2 OS/390
2.  Server2008
2.1 SDK_2008
2.2 VS2008
2.3 ATI- GPU-developer kit

a lot of work ....to found, get, and later install it

heinz

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #325 on: 14 Apr 2008, 07:37:36 pm »
did anybody know howmany place will be needed for a normal install of Fedora. Is a 4GB CF-disk big enough ?
the IDE port can be equipt with 2 CF-Cards
thanks
modify: found this
The /usr directory holds the majority of software content on a Fedora system. For an installation of the default set of software, allocate at least 4 GB of space. If you are a software developer or plan to use your Fedora system to learn software development skills, you may want to at least double this allocation.
here are some important links:
Fedora for You
Fedora 8 Installation Guide
Fedora Forums
Fedora Wiki
Fedora Documentation
Linux Documentation Project
Red Hat Enterprise Linux Documentation

so we have a lot to read
 ;)
« Last Edit: 15 Apr 2008, 08:36:23 am by seti_britta »

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: optimized sources
« Reply #326 on: 15 Apr 2008, 09:01:46 am »
yeah, fedora is a bit sophisticated for me, about 12 years since I used Linux.   I'd imagine the size requirement, like most Linux installations, would depend on what packages you wish to install, and what you want to use the OS for, If you don't need a graphical desktop it could be tiny.  I'd guess that If you plan to run a gui, webserver, database server, development tools to rebuild a custom kernel, and a swap partition too, then 4GB might be pushing it.. But for just a single user thing to develop and run small boinc Apps it might be heaps of room. Combined 8Gb might be more than enough for just about anything except high volume server.

I will be cranking up Ubuntu in a vm next week and I am considering doing a Linux  systems administration course and Windows server Certification in parallel. not sure yet

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #327 on: 15 Apr 2008, 01:15:17 pm »
wow, new 32GB Transcend CompactFlashs are available price 132 Euro
read/write 45MB/21,5MB pro second and ECC correction, PIO Mod 6, UDMA 4, ATA
Thats enough to install a full XP.....
since a year I have already 2 machines with CF running for testing....our MMx builds
machine 1  a 200MMx with a 4GB Transcend 266x running w98
machine 2 a dual-200MMx with a 2GB Transcend 120x running NT4 Workstation
both machines run fine, and are very quick...and they are integrated in my private network...

heinz
« Last Edit: 15 Apr 2008, 06:01:26 pm by seti_britta »

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #328 on: 16 Apr 2008, 11:31:37 am »
First Windows High Performance Computing (HPC) User Group Meeting on April 22, 2008
RWTH_RZ_Aachen

Microsoft HPC++ look at News
have a look to explore it... ;D

heinz
« Last Edit: 16 Apr 2008, 01:09:35 pm by seti_britta »

Offline _heinz

  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 2117
Re: optimized sources
« Reply #329 on: 18 Apr 2008, 01:06:23 pm »
while I'm waiting for the last tools I invite you to have a look where the river Sauer kissed the Rhin..  ;D
heinz

 

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: 40
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 30
Total: 30
Powered by EzPortal