Programming :: AMD CPU Generating Way More System Load Than Intel Xeon CPU?

Oct 11, 2010

I am running some muti-threaded code that uses a lot of memory (~6GB). I have it compiled on a cluster that uses Xeon 5160 quad core CPUs with 4MB cache/core, 8GB of RAM and kernel 2.6.18 (x86_64) and I have also the same code compiled on another cluster that uses Opteron 2214 quad core CPUs with 1MB cache/core, 8GB of RAM and kernel 2.6.28 (x86_64). On the Intel cluster the code generates barely any system load when I look on top but on the AMD cluster it can generate over 50% of system load. On the intel machines my process can generate a constant load of 3, while the load generated by the process on the AMD machines is about 1.6.

Does anybody know what could cause this? Could it be the version of the kernel or the difference between the CPUs (for example, the much smaller cache of the AMD CPUS)? My software and all its dependencies are the same on both clusters. I am also using the exact same version of GCC to compile everything.

View 1 Replies


ADVERTISEMENT

Red Hat :: Using Intel Xeon Processor On Plotform Using EL4.4

Feb 23, 2011

I am using Intel xeon processor on linux plotform using EL4.4. the following error message appear frequently.... the error shows like that

CPU 0 : Machine Chine Exception: 0000000000000004
Bank 0 : cc0000ff20040189 [0010c00002900300] at 0000000002008fc0
Bank 1 : f2000000000000105
Bank 2 : d000000000000153
Kernal Panic - not syncing : CPU Contest Corrupt
<0> Kernal Panic - not syncing : mm/page_alloc.c:410: spin_alloc(mm/Page_alloc.c:c036b9b4) already locked by mm/page_alloc.c/266

View 2 Replies View Related

Debian :: Which ISO Should Choose For Intel Xeon 64bit Processor?

Oct 11, 2010

any one point me to the download link of the most suitable ISO image (CD/DVD) with the latest stable Debian Lenny distro, taking into account that I have a two-processor Intel motherboard with currently one Intel Xeon 64bit processor.

View 4 Replies View Related

Server :: CPU Temperature Monitoring Intel Xeon 5100?

Jun 8, 2010

i am looking for any advice what tool to use for temperature monitoring on server dual xeon F29 board intel se7501wv2 running CentOS 5.5

View 4 Replies View Related

Debian Configuration :: Intel Turbo Mode Not Kicking In On Nehalem Xeon?

Mar 9, 2010

I've got a dual Xeon 5570 (Nehalem) server. It clocks down properly, but never, under any circumstances that I've found, clocks up past its TSC. Even when running basically nothing but cat /dev/zero > /dev/null, nothing gets clocked higher than the TSC. Below is the turbostat output, which clearly knows what the hardware is actually capable of, but it never actually achieves it. I'm running Lenny, with backported kernel 2.6.30-bpo.2-amd64. I tried the 2.6.32 backport and there wasn't any difference. know where I should look next? BIOS settings? Do I need to change some kernel option and recompile?

# ./turbostat
Nehalem multiplier 22, TSC frequency 2933 MHz
Nehalem 4 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 3 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 2 cores active: 25 mult, max turbo frequency = 3333 MHz
Nehalem 1 core active: 25 mult, max turbo frequency = 3333 MHz

[Code]...

View 1 Replies View Related

Ubuntu Servers :: 64AMD Version Will Work With An Intel Xeon Processor

Dec 19, 2010

I've downloaded the Ubuntu Server 64AMD version. Will this work with an Intel Xeon processor? I've an old SuperMicro 1U Server X5DPR-8G2+ Xeon Dual 2.8GHz/1GB I'd like to use. Will Ubuntu Server work with this or do I need the 32bit version?

View 3 Replies View Related

Ubuntu :: Install Onto An Enterprise-class Server With A 64-bit Intel Xeon Processor?

Mar 4, 2010

I am downloading the 64-bit image of Ubuntu 9.10 right now, but I notice the filename has "amd64" in it. Will it only work on 64-bit AMD processors? I want to install it onto an enterprise-class server with a 64-bit Intel Xeon processor.

View 4 Replies View Related

Server :: Does A Program Compile On Intel Xeon Really Works On Opteron (amd64)

Feb 16, 2011

Currently our cluster is based on AMD opteron processors. We are going to add more nodes however I want to know is it good to add Intel xeon processors. They both claim to be x86 compatible however I don't know if they are really math each other.Does a program compiled on Intel xeon really works on opteron (amd64)?

View 11 Replies View Related

CentOS 5 Hardware :: 5.4 - No Speed Step / Turbo With Intel Xeon X5550 (Nehalem)

Dec 15, 2009

I just installed a new HP DL360 with 32 GB of RAM and a Intel Xeon X5550 which supports speed stepping and turbo mode. I've enabled turbo in the BIOS, but cannot seem to get CentOS 5.4 to make use of either of these features. I've been googling for a solution for a while now, and tried various things, such as installing cpufreq. However, when I type cpufreq-info, I get this:

# cpufreq-info
cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:

[code]...

View 3 Replies View Related

Ubuntu Servers :: Xeon Or Not To Xeon?

Jul 27, 2011

Xeon or not to xeon? What are the advantages of xeon? 3x the encryption, decryption; SMP - Symmetric multiprocessing; ECC ram IPMI - Intelligent Platform Management Interface (newer model)sometimes a larger l3 cache. What are the disadvantages of xeon? cost; is it really necessary?

View 6 Replies View Related

Server :: Which Intel Processor To Run A Server On - Xeon Or Core I5

Aug 23, 2010

I would like to run my own server, and I'm thinking of buying a dedicated machine to run it on. I checked out the dell website for a cheap machine to run it on (I don't need high performance - just a personal file server running a few hard drives, and a web/mail server). I noticed that they have some cheap models in their server line that are as cheap as a desktop. Compare:

[URL]

The main difference I see between the desktops and the servers is the use of the Core or Xeon processor, and also, the servers tend to have lower RAM.if I am looking for value, should I opt for a low end desktop or a low end server to run a personal server? Also, what advantage does the Xeon processors and Dell server line have over the desktop models that make it better for running a server?

View 1 Replies View Related

Programming :: Generating Excel Charts From C?

Feb 24, 2011

how to generate excel charts from C, or if it's possible at all? For example, if I had 2 arrays that I wanted to export to excel and graph against each other. I know how to export it to a csv file, that's no problem, but I have no idea where to start with generating a graph of the data. I can't seem to find any examples anywhere. Just a simple example to show you what I mean: Code:

char arr1[] = {'a','b','c'};
int arr2[] = {10,20,30};
int main ()

[code]....

View 5 Replies View Related

Programming :: Code For Generating A Pop-Up Window In C

Aug 4, 2010

Unfortunatelly since i have no background at all about GUI programming, i dont know even the keyword for that i want to generate a pop up window from my program (written in C) which show a message and an OK button. in my opinion, maybe i should use directly the Xlib library and not the GTK or QT library for example so the program can work almost on every linux system. A code snippet/hint for the pop-up window then?

View 2 Replies View Related

Programming :: Generating Grpah Form Rrd On The Fly?

May 9, 2010

Im strugling with script that wil generate graph on demad. I put it in cgi-bin directory but cannot get it to work. i googled for perl generating images and tried few examples but none worked.

When I execute perl script in command line it throws picture i a bunch of characters so it creates it but wont show when I access it through a web page.

[Code]...

View 3 Replies View Related

Programming :: Generating Prime Numbers In C?

Mar 9, 2011

I'm trying to write a program that generates a random number and then tells if it is prime or not. I have doe some research about how to calculate prime and random numbers but I'm still having trouble. I don't really get how to calculate a prime number. I know a prime number is a number that is divisible by 1 and and itself. how to calculate a prime number in C?

View 10 Replies View Related

Programming :: Generating Timer Interrupts In C?

Jul 23, 2010

I'm trying to understand how interrupts work. Is there a way to generate timer interrupts in C. Also can we enter into the protected mode of the CPU. Does OS (specifically, linux) place any restrictions on user programs entering protected mode. If it does not, do we just have an assembly language program which changed the mode, followed by the C code... I'm just trying to understand how things work at the lowest level. So I'm trying to write few snippets to test my understanding.

View 3 Replies View Related

Programming :: Generating Series Of Numbers Of Sequence?

Mar 19, 2011

I am trying to generate sequence of number in the order of :

1
2
3
4

[Code]....

View 7 Replies View Related

Programming :: Generating Makefile Ans Configure Script ?

May 17, 2011

I know how to manually writing a makefile for my project, but I am new in using makefile & configure file generation tools like automake to generate a makefile and a configure script file.

I had done research on tutorials for generating makefile and configure script file.

I know that I need to manually write two files (makefile.am and configure.in).

I use wxWidgets GUI library, libconfig library, and libpcap library to do my project.

wx-config is a tool that can return the library files and include directory for wxWidgets library.

When using g++ to compile my files, I need to add in this line "`/wxlib/bin/wx-config --version=2.9 --static=yes --unicode=yes --debug=yes --libs`"

How to add that line to the makefile.am file?

View 1 Replies View Related

Ubuntu Networking :: System Generating Lot Of Network Traffic

Apr 4, 2011

I am running Ubuntu 10.10, upgraded a few weeks ago from 10.04. I noted from the system monitor that the system was generating a lot of network traffic, on the order of 10Mbps if the information is correct (using system monitor and iftop). From the process table, it appears that smbd is accumulating a lot of CPU time, which sort of makes sense as I use Samba for printing from a Windows 7 laptop. But the traffic seems to be making a round trip as I just rebooted the system and it reports in about 10 minutes of uptime 1.2GB was send and 1.2GB was received. Laptop is used for work, it is sitting idle for the last 30 minutes (VPN connection, etc); no backup or other interaction with the Ubuntu system.

View 6 Replies View Related

Programming :: Bash - Generating A Table With Aligned Fields

Apr 9, 2009

I want to write a function which calculates the space needed between fields, to generate a table with aligned fields, like when you type "ls -l", the operating system generates a table with beautifully aligned fields. I've got this code so far:

Code:

for line in $(cat tmpSearch)
do
line=`echo $line | tr ":" " "`

[code]....

View 2 Replies View Related

Programming :: Bash: Generating A Random LETTERS Sequence?

May 12, 2011

I tried googling around but i cant find anything related to this: everyone seems just interested in random numbers, so when it comes to random letters there is a lack of informations. However, i am trying to figure out a wait to get a random letters string that matches a simple rule: it must be a sequence of consonant+vowel. So for example, these are some 6 letters strings i would like to obtain: wolupa, tafoke, zewevu, cupimo.

View 3 Replies View Related

Programming :: Generating Files With Different Names At Each Loop In Fortran?

Nov 7, 2010

I am trying to write a loop to open four main-data-files. At each open of the main-data-file, I want the loop to open another four sub-files and split the data from the mail-data-file according to the creteria and dump into the four files. When the loop goes to the second main-data-file, it shall generate another 4 sub-files with different file name. And the process goes on. That means I will have total of 16 sub files for the four main-data-files. Each four files from the 16 files shall have specific name on it. Based on the code which I given below, I would say when the file at UNIT=100 is opened, 4 new files needed to be opened as well. They are:

maximum_dist_001_064.dat
maximum_dist_065_128.dat
maximum_dist_129_192.dat
maximum_dist_193_256.dat

View 1 Replies View Related

Programming :: Generating Keyboard Events In Shell Script

Nov 23, 2010

Is it possible to generate keyboard event "Ctrl+c" from a shell script code.? I have written a shell script to compile my application and copy it to the server home directory, inorder to run my application I need to start the server (by running a shell script). But before that I need to stop the the currently running instance of my server. To do that I have to generate a keyboard event (Ctrl+c which I press it manually). I want to automate the entire process by writing a shell script I am able to run the server just by adding ./run.sh in my shell script. But before that to stop my server can I generate a keyboard by using a shell script event(ctrL+C) to stop server.?

View 2 Replies View Related

Programming :: Generating Avi Files For Movies Directly From Gfortran Programs ?

Mar 5, 2011

Generating avi files for movies directly from gfortran programs. I make movies from my Fortran codes using seismic unix - SU. Need to modernize this method to make avi movies or something similar. I am quite adept at generating "C" binary files from Fortran. Have not been able to find the documented definition of AVI file format.

View 1 Replies View Related

Programming :: Create Awk Sript For Generating Two Files From A File Checking A Condition ?

Mar 3, 2010

I have a csv file like, having HDR segment and multiple LIN01 segment in each line:like

Here i want to split file in two, one having LIN01 segment which have LR at end, and one which have LF at end in LIN01 segment.

Is it possible to created awk or shell script for this?

View 3 Replies View Related

Debian Configuration :: Failed To Load Nouveau - X Doesn't See Intel Driver

Aug 27, 2015

Built a machine w/ i5-4440 & gtx 960. I installed xserver-xorg-video-intel & xserver-xorg-video-nouveau. Xorg -configure fails, so I added xorg.conf I found online, makes no difference. xrandr can't open display. startx of course fails.

Backstory: My plan was to dual boot sid + stable as fallback with shared partition. First installed stable and whether connected to mobo or gfx card, I couldn't get login on tty, it would just hang on errors. So I installed sid (this time using lvm to hopefully make partitioning easier) and while I get the "failed to load nouveau" errors on mobo, gfx card gives me a login screen.

uname -a
Code: Select allLinux 4.1.0-2-amd64 #1 SMP Debian 4.1.6-1 (2015-08-23) x86_64 GNU/Linux

lspci | grep VGA
Code: Select all00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)

[Code] .....

View 1 Replies View Related

Fedora Installation :: Load F15 On A HP DV4 (switchable Ati/intel Graphics, No Hardware Switch)

Jul 27, 2011

i've been trying to load F15 on a HP DV4 (switchable ati/intel graphics, no hardware switch). the system boots from dvd fine, but gets stuck right after the starting anaconda message with a non blinking cursor on black screen and nothing happens after that.

View 2 Replies View Related

Hardware :: Muliti Cpu Motherboard And Xeon ?

Jun 2, 2010

Xeon cpu 2 cpu motherboad.

I have following questions:

1) Can I run single CPU first? Add another CPU later when in need.

2) There are 2 sets of dimm. Each set serves its own CPU, I suppose. If running single CPU can the RAM on the 2nd set of dimm be detected and used?

3) What will be the comment on xeon vs amd, same spec (apple to apple)?

View 7 Replies View Related

Programming :: Drm-intel Git Tags Too Old?

May 29, 2010

I want to git-bisect drm-intel between linux versions 2.6.32.3 and 2.6.33.1. I have git-cloned this:

Code:
git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
as given here and when i say

[code]....

View 1 Replies View Related

General :: Debian Server Vs Ubuntu Vs Slackware For Quad Xeon DL580 G3

Feb 17, 2011

I'm very new to Linux and I'm looking for some guidance on which version of Linux server I should install. I read several posts that try to compare Slackware, Debian server, and Ubuntu but the message I got is that each version has its pros/cons. The version that you end up using should ultimately be the best for what you are trying to do.

I purchased a HP Proliant DL580 G3 with the following configuration:

(4) Intel Xeon 3.0Ghz CPU's W/ 8mb Cache/667mHz FSB
16GB RAM @ 16 x 1GB ELPIDA PC2-3200-333
(2) 36.4GB 15k U320 SCSI Hard Drives
(2) Power Supplies
DVD Drive

This server will be configured as my web server and database server. I will use Apache and MySQL.

I want the server to be as secure as possible and will be following the recommendations on the book "Hacking Linux Exposed" to configure Linux.

I would like to install a version of Linux that will utilize all of the server's resources - the 4 x Xeon Processors and the 16 GB of RAM. As for the RAID configuration I plan to just have the hard drives mirrored. And lastly someone recommended that I cache my website in the RAM for faster load times. I have not researched this yet but would like the Linux version suggested to allow me to do this. I assume any Linux version would allow me to do this but I thought it would be safer to include it in this list.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved