Searched refs:NPROC (Results 1 – 6 of 6) sorted by relevance
34 NPROC=$(getconf _NPROCESSORS_ONLN)36 NPROC="$J"90 elif [ "$NPROC" != "1" ]; then93 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1"124 echo "Running ($NPROC in parallel): $@"144 echo "Running ($NPROC in parallel): $@"146 for i in $(seq 0 $(( NPROC - 1)) ); do147 eval "$@ --max $NPROC --index $i &"165 for i in $(seq 0 $(( NPROC - 1 )) ); do
79 NPROC=`nproc`80 echo "Running build with $NPROC threads"81 make -j$NPROC84 make install -j$NPROC
17 NPROC=$234 ./mongo.pl reiserfs $DEVICE /testfs reiserfs $NPROC35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
29 NPROC=$(nproc)58 while [ "$n_child_proc" -eq "$NPROC" ]; do
25 NPROC=$(nproc)80 while [ "$n_child_proc" -eq "$NPROC" ]; do
55 NPROC=$(nproc)122 while [ "$n_child_proc" -eq "$NPROC" ]; do