User Tools

Site Tools


linux:benchmark:cpu:pi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:benchmark:cpu:pi [2021/02/08 14:15] stonelinux:benchmark:cpu:pi [2022/12/20 09:43] (current) stone
Line 56: Line 56:
 \\ \\
 \\ \\
 +
 +PI Multi Start
 +<code>
 +for i in $(seq <cpucores> ; do echo "scale=5000; a(1)*4" | bc -l & done
 +
 +Beispiel für 32 Cores:
 +for i in $(seq 32)  ; do echo "scale=5000; a(1)*4" | bc -l & done
 +</code>
  
linux/benchmark/cpu/pi.1612793751.txt.gz · Last modified: by stone