This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: multi-processor
- To: "Valerie Cayol" <V dot Cayol at opgc dot univ-bpclermont dot fr>, <gcc-help at gcc dot gnu dot org>, <gcc at gcc dot gnu dot org>
- Subject: Re: multi-processor
- From: "Tim Prince" <tprince at computer dot org>
- Date: Thu, 18 Oct 2001 05:50:02 -0700
- References: <3BCE9933.C6E59803@opgc.univ-bpclermont.fr>
----- Original Message -----
From: "Valerie Cayol" <V.Cayol@opgc.univ-bpclermont.fr>
To: <gcc-help@gcc.gnu.org>; <gcc@gcc.gnu.org>
Sent: Thursday, October 18, 2001 1:56 AM
Subject: multi-processor
> 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
Unless you find a compiler which supports auto-parallelization,
you must write in p-threads or openmp directives, or use MPI or
one of the older schemes along that line. If you're looking for
performance, a hardware upgrade will be simpler.