lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 02 Mar 2008 19:48:21 +0100
From:	Eric Dumazet <dada1@...mosbay.com>
To:	Allan Menezes <amenezes007@...patico.ca>
CC:	linux-kernel@...r.kernel.org
Subject: Re: HPL Benchmark performance degradation of kernel 2.6.24.3 vs 2.6.23.14

Allan Menezes a écrit :
> Hi,
>    I have a five node intel Q6600 quad core cluster and I benchmarked it 
> with open source open mpi software using fc8 and it's supplied kernels 
> recompiled and that of kernel.org with kernel 2.6.23.14 and 2.6.24.3.
> With GotoBlas v 1.24 and open mpi beta both cases (v 1.3a) for kernels 
> 2.6.23.14 with web100 i get 158GFlops.
> But when i recompile with web100 for kernel 2.6.24 / without web100 and 
> having 6gig DDR2800MHz ram on each node i get only 28GFLOPS AND 
> 22GFLOPS  for 5 nodes whereas with or without web 100 for kernel 
> 2.6.23.14 i get 156-8 GfLOPS. wITH OR WITHOUT web 100 i get for kernel 
> 2.6.24.3 22- 28 Gflops for 5 nodes.!
> Why is there a performance drop in kernel 2.6.24.3 All else hardware is 
> the same!
> For inter node communication i use three pci express gig eth cards ( 2 
> intel and one syskonnect ) per node and using nptcp of netpipe their 
> performance of intel and syskonnect cards in both kernels measured point 
> to point is 880MBPS approx for all three cards with measured using 
> netpipe for tcp with kernel 2.6.24.3 and 2.6.23.14 . I am also using 
> three switches gigabit with high bisection b/w for these eth cards 
> (copper) with 3 different subnets
> Yet I am getting a substantial performance drop keeping the hardware and 
> openmpi and hpl and gotoblas same. Can some one help me figure out why?
> Please find attached my kernel's .config

Hi Allan

Your setup is quite complex, so you should give more information if you want 
some help here.

Is this benchmark stressing disk IO, task scheduler, network stack, memory, 
swap... hard to tell in fact.

Examining your .config, I would point out CONFIG_SLUB_DEBUG=y
You really should disable this expensive option.
(and possibly use CONFIG_SLAB instead of CONFIG_SLUB)

You probably should try to use oprofile tool, because its results are probably 
a good way to give hints about bad configuration, or kernel regressions.

opcontrol --vmfile=/boot/vmlinux-2.6.24.3 --start
<benchmarking>
opreport -l /boot/vmlinux-2.6.24.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ