Home
last modified time | relevance | path

Searched refs:OMP_FLAG (Results 1 – 2 of 2) sorted by relevance

/libCEED/
H A DMakefile128 OMP_FLAG.gcc := -fopenmp
129 OMP_FLAG.clang := $(OMP_FLAG.gcc)
130 OMP_FLAG.icc := -qopenmp
131 OMP_FLAG.oneAPI := $(OMP_FLAG.icc)
192 OMP_FLAG := $(OMP_FLAG.$(CC_VENDOR)) macro
193 OMP_FLAG := $(if $(call cc_check_flag,$(OMP_FLAG)),$(OMP_FLAG)) macro
194 CFLAGS += $(OMP_FLAG)
195 CEED_LDFLAGS += $(OMP_FLAG)
/libCEED/rust/libceed-sys/c-src/
H A DMakefile128 OMP_FLAG.gcc := -fopenmp
129 OMP_FLAG.clang := $(OMP_FLAG.gcc)
130 OMP_FLAG.icc := -qopenmp
131 OMP_FLAG.oneAPI := $(OMP_FLAG.icc)
192 OMP_FLAG := $(OMP_FLAG.$(CC_VENDOR)) macro
193 OMP_FLAG := $(if $(call cc_check_flag,$(OMP_FLAG)),$(OMP_FLAG)) macro
194 CFLAGS += $(OMP_FLAG)
195 CEED_LDFLAGS += $(OMP_FLAG)