[distcc] distcc fails with Intel compiler -openmp-report

Roy Stogner roystgnr at ices.utexas.edu
Thu Sep 13 17:20:17 MDT 2012


I'm using distcc 3.2-rc1, which fails to distribute any compilation
command using the "-openmp-report2" type options for Intel compilers.
It appears that these are giving false positives to the
str_startswith("-o"...) test in src/arg.c, so distcc can't tell
whether my output file is "realoutput.o" or "penmp-report2", so distcc
gives up and runs the compiler locally.

I'm not sure how best to fix this other than adding only-slightly-less
fragile special cases to that arg checking code, though.
---
Roy Stogner


More information about the distcc mailing list