![]() |
|
|
#12 |
|
Jun 2003
The Texas Hill Country
32·112 Posts |
It would, perhaps be better if you would actually provide the details of your observations and not just your conclusions. For example, what CPU are you using? Are the hard drives equal in speed and internal caching, how much RAM does the system have, etc.
The base execution times (Windows vs Linux) are similar. I find it suspect that on Windows you find little variance, but significantly more variance on Linux. This points to some additional process running on Linux. (Hence the previous request for "top" information.) |
|
|
|
|
|
#13 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
What he's saying is that even though you're using the same hardware, it could be that for whatever reason Linux doesn't like a certain kind of processor. Just copy and paste what top gives you, and you can use the "[ code ]Code goes here[/ code]" (without the spaces) to make it look better.
Without the spaces you'll see Code:
Code goes here |
|
|
|
|
|
#14 |
|
Jun 2003
22·3·421 Posts |
In some linux variants, the default setting is to throttle the CPU down when _only_ low priority processes are running. Could be that.
@pepi37: the core part of the computation of PFGW (which is what PRPNet uses, I think), uses the same assembly routines in both Windows and Linux versions. So you're quite wrong in concluding that the problem is with "non-optimized" linux version. |
|
|
|
|
|
#15 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22·1,549 Posts |
Erm, core computations would not be concerned with the OS so I don't think your example says anything. To optimise for an OS would involve setting things like priority and affinity (and lots of other things) to give the core code the best chance to get lots of CPU cycles.
|
|
|
|
|
|
#16 |
|
Jun 2003
13BC16 Posts |
|
|
|
|
|
|
#17 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22·1,549 Posts |
|
|
|
|
|
|
#18 | |
|
Jun 2003
22×3×421 Posts |
Ah. Not an example -- I was replying to the topic of discussion. To wit:
Quote:
|
|
|
|
|
|
|
#19 | |
|
Dec 2011
After milion nines:)
5×172 Posts |
Quote:
Since my kernel is so small, I can assure you that there is no undesirable process. As I say before top shows 99-100 % ( in most cases 100%) using of core per process, so CPU utilization is on maximum. Last thing: I always used one memory module , and last night I added second one. Computation times are dropped in bot cases ( Windows and Linux) and now is nearly same: difference is less then seconds in Windows or Linux. So it looks like that activating dual channel mode on motherboard solved all problems. And also looks like windows are not so sensitive like like to that option. |
|
|
|
|
|
|
#20 | |
|
"Mike"
Aug 2002
25·257 Posts |
Quote:
Code:
$ top -n 1 > file.txt |
|
|
|
|
|
|
#21 | |
|
Sep 2009
81E16 Posts |
Quote:
What CPU do you have? What sort of motherboard is it on? How big are the memory modules and how fast are they? What disk(s) do you have? How much swap space (on LInux type "free -t")? What version of Windows are you running? What Linux distribution is it? Post output from "uname -a" and "ls -l /etc/*release". What program versions are you running? Where did they come from? How do you switch from Windows to Linux (dual boot)? If you are using a Linux distro that uses more memory than the Windows version it might have been paging before you added memory. That could explain the different speed. Chris K |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Switch from Windows to Linux | Svenie25 | Software | 2 | 2013-12-18 11:23 |
| Okay to switch between windows and linux? | Unregistered | Information & Answers | 1 | 2011-06-09 02:28 |
| Linux is faster than Windows? | ShiningArcanine | Software | 15 | 2008-03-04 15:27 |
| going from linux to windows | nbv4 | Software | 1 | 2006-04-04 02:04 |
| Linux that can run Windows programs | ThomRuley | Linux | 9 | 2004-05-09 03:21 |