mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-12-23 13:17:54 +00:00
20 lines
380 B
Plaintext
20 lines
380 B
Plaintext
### Test --number-of-cpus
|
|
1
|
|
### Test --number-of-cores
|
|
2
|
|
### Test --use-cpus-instead-of-cores
|
|
Cores should complete first on machines with less than 4 physical CPUs
|
|
cores done
|
|
CPUs done
|
|
### Test --tag ::: a ::: b
|
|
a b stderr-a b
|
|
a b stdout-a b
|
|
### Test --tag ::: a b
|
|
a stderr-a
|
|
a stdout-a
|
|
b stderr-b
|
|
b stdout-b
|
|
### Test --tag -X ::: a b
|
|
a b stderr-a stderr-b
|
|
a b stdout-a stdout-b
|