Mailing List Archive

Installing on SMP box.
Hi all!

I am to try a SMP install of Gentoo, and was wondering if there are any
specail flags i need to set to make it more specialized for that.
What is a good minimal but still flexible set of flags?
I dont want to set them all just to be able to install some more "specialized"
software later on. I like the minimmal/fast thought :)


--
/Rikard

---------------------------------------------------------------
Rikard Johnels email : rikard.j@rikjoh.com
Web : http://www.rikjoh.com
Mob : +46 (0)763 19 76 25
PGP : 0x461CEE56
---------------------------------------------------------------
--
gentoo-alpha@gentoo.org mailing list
Re: Installing on SMP box. [ In reply to ]
Rickard,

Do you mean in terms of kernel configuration options,
or CFLAGS/USEFLAGS in make.conf?

Jeff D


--- Rikard Johnels <rikard.j@rikjoh.com> wrote:

> Hi all!
>
> I am to try a SMP install of Gentoo, and was
> wondering if there are any
> specail flags i need to set to make it more
> specialized for that.
> What is a good minimal but still flexible set of
> flags?
> I dont want to set them all just to be able to
> install some more "specialized"
> software later on. I like the minimmal/fast thought
> :)
>
>
> --
> /Rikard
>
>
---------------------------------------------------------------
> Rikard Johnels email :
> rikard.j@rikjoh.com
> Web :
> http://www.rikjoh.com
> Mob : +46 (0)763 19 76
> 25
> PGP : 0x461CEE56
>
---------------------------------------------------------------
> --
> gentoo-alpha@gentoo.org mailing list
>
>





______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
--
gentoo-alpha@gentoo.org mailing list
Re: Installing on SMP box. [ In reply to ]
On Saturday 10 September 2005 18.12, Jeff Donsbach wrote:
> Rickard,
>
> Do you mean in terms of kernel configuration options,
> or CFLAGS/USEFLAGS in make.conf?
>
> Jeff D
>
> --- Rikard Johnels <rikard.j@rikjoh.com> wrote:
> > Hi all!
> >
> > I am to try a SMP install of Gentoo, and was
> > wondering if there are any
> > specail flags i need to set to make it more
> > specialized for that.
> > What is a good minimal but still flexible set of
> > flags?
> > I dont want to set them all just to be able to
> > install some more "specialized"
> > software later on. I like the minimmal/fast thought
> >
> > :)
> >
> > --
> > /Rikard
>
> ---------------------------------------------------------------
>
> > Rikard Johnels email :
> > rikard.j@rikjoh.com
> > Web :
> > http://www.rikjoh.com
> > Mob : +46 (0)763 19 76
> > 25
> > PGP : 0x461CEE56
>
> ---------------------------------------------------------------
>
> > --
> > gentoo-alpha@gentoo.org mailing list
>
> ______________________________________________________
> Click here to donate to the Hurricane Katrina relief effort.
> http://store.yahoo.com/redcross-donate3/
> --
> gentoo-alpha@gentoo.org mailing list

CFLAGS/USEFLAGS.

The kernel comes later :)

--
/Rikard

---------------------------------------------------------------
Rikard Johnels email : rikard.j@rikjoh.com
Web : http://www.rikjoh.com
Mob : +46 (0)763 19 76 25
PGP : 0x461CEE56
---------------------------------------------------------------
--
gentoo-alpha@gentoo.org mailing list
Re: Installing on SMP box. [ In reply to ]
--- Rikard Johnels <rikard.j@rikjoh.com> wrote:
>
> CFLAGS/USEFLAGS.
>
> The kernel comes later :)

There really shouldn't be anything special in terms of
CFLAGS. Any multithreaded apps should add required
flags in their makes files.

For USE flags... I'm not sure... I've never installed
Gentoo on an SMP box. (anyone? Bueller? anyone?)

Jeff D





______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
--
gentoo-alpha@gentoo.org mailing list
Re: Installing on SMP box. [ In reply to ]
On Sat, Sep 10, 2005 at 07:11:03PM -0700, Jeff Donsbach wrote:
>
>
> --- Rikard Johnels <rikard.j@rikjoh.com> wrote:
> >
> > CFLAGS/USEFLAGS.
> >
> > The kernel comes later :)
>
> There really shouldn't be anything special in terms of
> CFLAGS. Any multithreaded apps should add required
> flags in their makes files.
>
> For USE flags... I'm not sure... I've never installed
> Gentoo on an SMP box. (anyone? Bueller? anyone?)
>
> Jeff D
>
Just make sure to set MAKEOPTS="-jX" correctly and maybe USE="smp" if
you use gimp.

Regards,
Bryan Østergaard
--
gentoo-alpha@gentoo.org mailing list
Re: Installing on SMP box. [ In reply to ]
On Sun, Sep 11, 2005 at 04:16:10PM +0200, kloeri@gentoo.org wrote:
> On Sat, Sep 10, 2005 at 07:11:03PM -0700, Jeff Donsbach wrote:
> > For USE flags... I'm not sure... I've never installed
> > Gentoo on an SMP box. (anyone? Bueller? anyone?)
> Just make sure to set MAKEOPTS="-jX" correctly and maybe USE="smp" if
> you use gimp.

Indeed. I've installed Gentoo on a couple of SMP boxes, and it Just Works,
as long as you remember to build the kernel with SMP support. You don't even
*have* to use MAKEOPTS="-j<number>", but if you don't, you won't exploit
more than one processor while building things.
--
gentoo-alpha@gentoo.org mailing list