mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
ab899c36a6
parallel: Empty job caused not being run in parallel.
21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
### Test niceload -q
|
|
This works
|
|
|
|
### --rm and --runmem
|
|
OK
|
|
OK
|
|
### -N and --noswap
|
|
0
|
|
0
|
|
### --soft -f and test if child is actually suspended and thus takes longer
|
|
1000000 1000000 6888896
|
|
This should finish first
|
|
1000000 1000000 6888896
|
|
This should finish last
|
|
### -H and --hard
|
|
OK
|
|
OK
|
|
### -f and --factor
|
|
f 0.1 first
|
|
factor 10 last
|