[distcc] Distcc and mpiCC

Martin Pool mbp at sourcefrog.net
Thu Jun 9 23:17:24 GMT 2005


On  9 Jun 2005, Eric Bechet <eric.bechet at ec-nantes.fr> wrote:

> Got it...
> we have mpich installed here, for which mpiCC is a shell script. There 
> is a test against the file extension so that mpicc can't build fortran 
> files for examples. The problem is the extension .ii which is not 
> recognized correctly by the script. Now the question is : should we 
> modify the mpich implementation, -  or distcc, so that distcc generates 
> the appropriate extension (same extension as the input file) instead of  
> .ii ?
> Eric

You should fix the script so that it does the right thing with .i and
.ii files (i.e. compiles them without preprocessing.)

-- 
Martin


More information about the distcc mailing list