
It looks like intel compilers generate warnings for omp pragmas when openmp flag is not given, which due to other flags set get promoted to errors. This adds a flag to ignore the pragma omp warnings (icc diagnostic number 3180 on %intel@14:).
It looks like intel compilers generate warnings for omp pragmas when openmp flag is not given, which due to other flags set get promoted to errors. This adds a flag to ignore the pragma omp warnings (icc diagnostic number 3180 on %intel@14:).