Home
last modified time | relevance | path

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

/libCEED/
H A DMakefile224 NPROCS := $(shell getconf _NPROCESSORS_ONLN) macro
226 MFLAGS := -j $(NPROCS) --warn-undefined-variables \
231 PROVE_OPTS ?= -j $(NPROCS)
/libCEED/rust/libceed-sys/c-src/
H A DMakefile224 NPROCS := $(shell getconf _NPROCESSORS_ONLN) macro
226 MFLAGS := -j $(NPROCS) --warn-undefined-variables \
231 PROVE_OPTS ?= -j $(NPROCS)