Can not build SPEC CPU 2017 fpspeed with -fopenmp

The tuning part of my CFP2017 speed config:

intspeed,fpspeed:

EXTRA_OPTIMIZE = -fopenmp -DSPEC_OPENMP

fpspeed:

preENV_OMP_STACKSIZE = 128M

Hello Chan Edison,

Semantic checks for OpenMP constructs are in progress. I believe checks and creation of symbols for reduction-based clauses will be happening soon.

In case you are not aware, the llvm/flang project currently has only the parser and semantic checks enabled. For codegen, it uses an external compiler. By default, the external compiler is gfortran. But you can also set it to other compilers like AOCC using an environment variable (F18_FC). AOCC is based on the Classic Flang project (https://github.com/flang-compiler/flang) and not llvm/flang.

Thanks,
Kiran