Searched refs:OMP_FLAG (Results 1 – 2 of 2) sorted by relevance
128 OMP_FLAG.gcc := -fopenmp129 OMP_FLAG.clang := $(OMP_FLAG.gcc)130 OMP_FLAG.icc := -qopenmp131 OMP_FLAG.oneAPI := $(OMP_FLAG.icc)192 OMP_FLAG := $(OMP_FLAG.$(CC_VENDOR)) macro193 OMP_FLAG := $(if $(call cc_check_flag,$(OMP_FLAG)),$(OMP_FLAG)) macro194 CFLAGS += $(OMP_FLAG)195 CEED_LDFLAGS += $(OMP_FLAG)