Home
last modified time | relevance | path

Searched refs:nproc (Results 1 – 17 of 17) sorted by relevance

/coreutils/tests/nproc/
Dnproc-positive.sh20 print_ver_ nproc
23 procs=$(nproc $mode)
28 procs=$(OMP_NUM_THREADS=$i nproc)
33 procs=$(nproc --ignore="$i")
38 returns_ 1 nproc --ignore=$i || fail=1
41 procs=$(OMP_NUM_THREADS=42 nproc --ignore=40)
Dnproc-avail.sh20 print_ver_ nproc
22 all=$(nproc --all)
23 available=$(OMP_NUM_THREADS= nproc)
Dnproc-override.sh20 print_ver_ nproc
25 avail=$(nproc) || fail=1
52 test $(nproc) = $NPROC ||
/coreutils/src/
Dnproc.c77 unsigned long nproc, ignore = 0; in main() local
118 nproc = num_processors (mode); in main()
120 if (ignore < nproc) in main()
121 nproc -= ignore; in main()
123 nproc = 1; in main()
125 printf ("%lu\n", nproc); in main()
D.gitignore64 nproc
/coreutils/man/
Dnproc.x2 nproc \- print the number of processing units available
D.gitignore54 nproc.1
Dlocal.mk123 man/nproc.1: src/nproc$(EXEEXT)
/coreutils/
DREADME-release53 n=$(( ($(nproc) + 1) / 2 ))
55 make -k -j$(nproc) check-root SUBDIRS=. \
DAUTHORS58 nproc: Giuseppe Scrivano
DREADME14 mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx
DHACKING607 make -j$(nproc) coverage
610 sudo make -j$(nproc) build-coverage NON_ROOT_USERNAME=$USER SUBDIRS=.
DNEWS1168 nproc now honors the OMP_THREAD_LIMIT environment variable to
2076 nproc now diagnoses with an error, non option command line parameters.
2897 nproc --all is now guaranteed to be as large as the count
3078 nproc: Print the number of processing units available to a process.
/coreutils/po/
DPOTFILES.in93 src/nproc.c
/coreutils/tests/
Dlocal.mk339 tests/nproc/nproc-avail.sh \
340 tests/nproc/nproc-positive.sh \
341 tests/nproc/nproc-override.sh \
/coreutils/scripts/git-hooks/
Dcommit-msg21 mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf
/coreutils/doc/
Dcoreutils.texi94 * nproc: (coreutils)nproc invocation. Print the number of processors.
208 * System context:: date arch nproc uname hostname hostid uptime
429 * nproc invocation:: Print the number of processors
4927 a factor of log @var{n}. Also see @ref{nproc invocation}.
16291 * nproc invocation:: Print the number of processors.
17095 @node nproc invocation
17096 @section @command{nproc}: Print the number of available processors
17098 @pindex nproc
17111 nproc [@var{option}]