This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: multi-processor


mike stump wrote:

> > Date: Thu, 18 Oct 2001 10:56:19 +0200
> > From: Valerie Cayol <V.Cayol@opgc.univ-bpclermont.fr>
> > To: gcc-help@gcc.gnu.org, gcc@gcc.gnu.org
>
> > 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 ?
>
> This is off topic for the gcc list.  make -j4 is the compilation
> instruction.  If that is the wrong answer, then the correct answer is
> no.

Personally I don't think it's off topic, may be that it would a nice
feature to have in gcc one day. Automatic algorithm parallelization,
that would rock ! And I think that many people would be interested,
and automatic multi-processing would bring software to the next
level...

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]