From: Hubertus Franke <frankeh@watson.ibm.com>
To: Ingo Molnar <mingo@elte.hu>, shreenivasa H V <shreenihv@usa.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Gang Scheduling in linux
Date: Fri, 19 Jul 2002 11:05:57 -0400 [thread overview]
Message-ID: <200207191105.57814.frankeh@watson.ibm.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0207181930170.32666-100000@localhost.localdomain>
On Thursday 18 July 2002 01:40 pm, Ingo Molnar wrote:
> you are right in that the Linux scheduler does not enable classic
> gang-scheduling: where multiple processes are scheduled 'at once' on
> multiple CPUs. Can you point out specific (real-life) workloads where this
> would be advantegous? Some testcode would be the best form of expressing
> this. Pretty much any job that uses sane (kernel-based or kernel-helped)
> synchronization should see good throughput.
>
> Ingo
>
> -
Go to any of the national labs.
I was involved in the gangscheduler implementation for the IBM 340 node SP2
cluster at Lawrence Livermore National Lab.
Implementation aside, one can show that the total system utilization can be
raised from ~60% to a ~90% when doing gang scheduling rather than FIFO
scheduling, which one would otherwise do to get a dedicated machine.
We got tons of papers on this.
For this it seems sufficient to simply STOP apps on a larger granularity and
have that done through a user level daemon. The kernel scheduler simply
schedules the runnable threads that given the U-Sched would always amount
to a limited number of threads/tasks.
--
-- Hubertus Franke (frankeh@watson.ibm.com)
next prev parent reply other threads:[~2002-07-19 16:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-16 22:54 shreenivasa H V
2002-07-18 16:21 ` Ingo Molnar
2002-07-17 17:40 ` William Lee Irwin III
2002-07-18 17:40 ` Ingo Molnar
2002-07-17 17:47 ` William Lee Irwin III
2002-07-17 20:14 ` Sam Mason
2002-07-18 20:08 ` Ingo Molnar
2002-07-17 20:39 ` Sam Mason
2002-07-18 20:32 ` Ingo Molnar
2002-07-17 21:24 ` Sam Mason
2002-07-18 12:43 ` Jean Wolter
2002-07-19 15:05 ` Hubertus Franke [this message]
2002-07-20 16:59 ` Ingo Molnar
2002-07-19 19:25 ` Hubertus Franke
2002-07-19 22:05 ` Richard Gooch
2002-07-22 19:52 ` Hubertus Franke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200207191105.57814.frankeh@watson.ibm.com \
--to=frankeh@watson.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=shreenihv@usa.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome