Update README.md
Showing
1 changed file
with
1 additions
and
1 deletions
1 | # PILOOP | 1 | # PILOOP |
2 | Linux/Unix command to calculate pi in a forever loop, thereby using the CPU | 2 | Linux/Unix command to calculate pi in a forever loop, thereby maxing out the CPU |
3 | cores of the machine. You need to specify the number of concurrent threads, and | 3 | cores of the machine. You need to specify the number of concurrent threads, and |
4 | optionally the priority of the process by specifying a nice value to add. | 4 | optionally the priority of the process by specifying a nice value to add. |
5 | 5 | ... | ... |
-
Please register or sign in to post a comment