Commit 6e9ff55e 6e9ff55e08b86e5ad7f5d47cbc0fd946220f4535 by Christian Gerdes

Update README.md

1 parent fcaf1dd2
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
......