Hi,
Iam getting this warning : warning: ignoring #pragma omp parallel during compilation of a C code with openmp directives on linux
Gcc version is 4.4. Is this only a warning or the execution is in actual not in parallel.Need solution with a bit of some explanation.
I have provide -fopenmp with make command , but gcc doesn't accept that, other wise for single compilation of file, i-e gcc -fopenmp works alright.
The problem exists for make all files.
Thanks
anum