Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I doesn't work. On a machine with 12 cores and 5 jobs running on 5 of them from a previous parallel command, parallel --load 100% ... started 12 new jobs such that more jobs were running than cores were available. Commented Jan 30, 2017 at 9:10
  • But where the 5 actually using the CPU? If they were idle, GNU Parallel will ignore them. Commented Jan 30, 2017 at 14:12
  • The 5 cores seemed to be fully used on htop. Or is there another way to check? Commented Jan 30, 2017 at 15:33