This website requires JavaScript.
Explore
Help
Sign In
tange
/
parallel
Watch
1
Star
0
Fork
You've already forked parallel
0
mirror of
https://git.savannah.gnu.org/git/parallel.git
synced
2024-11-22 14:07:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e90e412282
parallel
/
unittest
/
actual-results
/
test13
53 lines
142 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added -k: Keep sequence of output same as the order of input. If jobs 1 2 3 4 end in the sequence 3 1 4 2 the output will still be 1 2 3 4.
2009-09-04 05:23:57 +00:00
begin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
end
SIGUSR1 tells parallel to wait for running jobs to finish, but not start new jobs. Lazy evaluation of max_length_of_command_line and no_of_cpus
2009-10-26 11:22:21 +00:00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Reference in a new issue
Copy permalink