I am assuming the the Cilk Arts version of gcc in
/INSTALLDIR/cilk/bin/ is the analogy Cilks Arts tool to gnu gcc.
However, I have a program that compiles perfectly under gnu gcc and not Cilk Arts gcc. Iam trying to compile some c source that I wish to speed up by paralellization.So for starters I tried to compile it under Cilk Artsgcc. I put it Cilk Arts gcc first in my path so gcc in the INSTALLDIR/cilk/bin/ would be used not gnu c.
However. it did not like it. The attached screenshot shows the error.
It game me a error about complex.h as you can see in the attched file.
It did not like the file complex .h. Now gnu gcc did like it. What did I do wrong so the Cilk Arts gcc did not like it.
I have attached the *.cilk source file so you can see where it is gaging.
Any help appreciated. Thanks in advance.
Newport_j




