multi-processor

Frank Schafer frank.schafer@setuza.cz
Thu Oct 18 03:09:00 GMT 2001


Valerie Cayol wrote:

> I run gcc on a linux pentium II and I am trying to
> compile a C code so that it uses the two processors
> I have on this machine. Is that possible and what are the compilation
> instructions ?
>
> Regards,
>
> Valerie Cayol
> --
>
> _____________________________________________________________________
>                                 |
>  Valerie Cayol                  |  Laboratoire Magmas et Volcans
>  cayol@opgc.univ-bpclermont.fr  |  Universite Blaise Pascal - CNRS
>  Tel   : (33)-4-77-48-15-36     |  5, rue Kessler
>          (33)-4-73-34-67-63     |  63038 Clermont-Ferrand cedex
>  Fax   : (33)-4-73-34-67-44     |  France
>  http://wwwobs.univ-bpclermont.fr/lmv/perso/ch/cayol_v/cayol_v.html
> _____________________________________________________________________

Compile your kernel with multiprocessor support.
The OS scheduler will determine which process runs on which processor.

Regards
Frank


More information about the Gcc-help mailing list