mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
180ed0dd32
Test broken.
973 lines
60 KiB
Plaintext
973 lines
60 KiB
Plaintext
par_compress_fail ### bug #41609: --compress fails
|
|
par_compress_fail 24812dd0f24a26d08a780f988b9d5ad2 -
|
|
par_compress_fail 24812dd0f24a26d08a780f988b9d5ad2 -
|
|
par_distribute_input_by_ability ### bug #48290: round-robin does not distribute data based on business
|
|
par_distribute_input_by_ability ### Distribute input to jobs that are ready
|
|
par_distribute_input_by_ability Job-slot n is 50% slower than n+1, so the order should be 1..7
|
|
par_distribute_input_by_ability 1
|
|
par_distribute_input_by_ability 2
|
|
par_distribute_input_by_ability 3
|
|
par_distribute_input_by_ability 4
|
|
par_distribute_input_by_ability 5
|
|
par_distribute_input_by_ability 6
|
|
par_distribute_input_by_ability 7
|
|
par_first_print_halt_on_error_1 ### Test first dying print --halt-on-error 1
|
|
par_first_print_halt_on_error_1 0
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 1
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 8 jobs to finish.
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 2
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 7 jobs to finish.
|
|
par_first_print_halt_on_error_1 3
|
|
par_first_print_halt_on_error_1 0
|
|
par_first_print_halt_on_error_1 1
|
|
par_first_print_halt_on_error_1 2
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 3
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 6 jobs to finish.
|
|
par_first_print_halt_on_error_1 3
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 3
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 5 jobs to finish.
|
|
par_first_print_halt_on_error_1 4
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 4
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 4 jobs to finish.
|
|
par_first_print_halt_on_error_1 5
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 5
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_first_print_halt_on_error_1 6
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 6
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_first_print_halt_on_error_1 7
|
|
par_first_print_halt_on_error_1 0
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 7
|
|
par_first_print_halt_on_error_1 parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_first_print_halt_on_error_1 8
|
|
par_first_print_halt_on_error_1 parallel: This job failed:
|
|
par_first_print_halt_on_error_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 8
|
|
par_first_print_halt_on_error_1 exit code 1
|
|
par_first_print_halt_on_error_2 ### Test last dying print --halt-on-error 2
|
|
par_first_print_halt_on_error_2 0
|
|
par_first_print_halt_on_error_2 parallel: This job failed:
|
|
par_first_print_halt_on_error_2 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 1
|
|
par_first_print_halt_on_error_2 exit code 1
|
|
par_first_print_halt_on_error_minus_1 ### Test last dying print --halt-on-error -1
|
|
par_first_print_halt_on_error_minus_1 0
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 1
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 8 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 2
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 7 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 3
|
|
par_first_print_halt_on_error_minus_1 0
|
|
par_first_print_halt_on_error_minus_1 1
|
|
par_first_print_halt_on_error_minus_1 2
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 3
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 6 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 3
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 3
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 5 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 4
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 4
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 4 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 5
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 5
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 6
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 6
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 7
|
|
par_first_print_halt_on_error_minus_1 0
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 7
|
|
par_first_print_halt_on_error_minus_1 parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_first_print_halt_on_error_minus_1 8
|
|
par_first_print_halt_on_error_minus_1 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 8
|
|
par_first_print_halt_on_error_minus_1 exit code 0
|
|
par_first_print_halt_on_error_minus_2 ### Test last dying print --halt-on-error -2
|
|
par_first_print_halt_on_error_minus_2 0
|
|
par_first_print_halt_on_error_minus_2 parallel: This job succeeded:
|
|
par_first_print_halt_on_error_minus_2 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ not\ shift 1
|
|
par_first_print_halt_on_error_minus_2 exit code 0
|
|
par_halt_on_error -2 true true 0
|
|
par_halt_on_error -2 true true 0
|
|
par_halt_on_error -2 true true parallel: This job succeeded:
|
|
par_halt_on_error -2 true true sleep 1;true
|
|
par_halt_on_error -2 true true parallel: This job succeeded:
|
|
par_halt_on_error -2 true true sleep 1;true
|
|
par_halt_on_error -2 true false 0
|
|
par_halt_on_error -2 true false 0
|
|
par_halt_on_error -2 true false parallel: This job succeeded:
|
|
par_halt_on_error -2 true false sleep 1;true
|
|
par_halt_on_error -2 true false parallel: This job succeeded:
|
|
par_halt_on_error -2 true false sleep 1;true
|
|
par_halt_on_error -2 false true 0
|
|
par_halt_on_error -2 false true 0
|
|
par_halt_on_error -2 false true parallel: This job succeeded:
|
|
par_halt_on_error -2 false true sleep 2;true
|
|
par_halt_on_error -2 false true parallel: This job succeeded:
|
|
par_halt_on_error -2 false true sleep 2;true
|
|
par_halt_on_error -2 false false 3
|
|
par_halt_on_error -2 false false 4
|
|
par_halt_on_error -2 false false /bin/bash: non_exist: command not found
|
|
par_halt_on_error -1 true true 0
|
|
par_halt_on_error -1 true true 0
|
|
par_halt_on_error -1 true true parallel: This job succeeded:
|
|
par_halt_on_error -1 true true sleep 1;true
|
|
par_halt_on_error -1 true true parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error -1 true true parallel: This job succeeded:
|
|
par_halt_on_error -1 true true sleep 2;true
|
|
par_halt_on_error -1 true true parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error -1 true true parallel: This job succeeded:
|
|
par_halt_on_error -1 true true sleep 3;true
|
|
par_halt_on_error -1 true true parallel: This job succeeded:
|
|
par_halt_on_error -1 true true sleep 1;true
|
|
par_halt_on_error -1 true true parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_halt_on_error -1 true true parallel: This job succeeded:
|
|
par_halt_on_error -1 true true sleep 2;true
|
|
par_halt_on_error -1 true true parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error -1 true true parallel: This job succeeded:
|
|
par_halt_on_error -1 true true sleep 3;true
|
|
par_halt_on_error -1 true true parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error -1 true true /bin/bash: non_exist: command not found
|
|
par_halt_on_error -1 true false 0
|
|
par_halt_on_error -1 true false 0
|
|
par_halt_on_error -1 true false parallel: This job succeeded:
|
|
par_halt_on_error -1 true false sleep 1;true
|
|
par_halt_on_error -1 true false parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error -1 true false parallel: This job succeeded:
|
|
par_halt_on_error -1 true false sleep 3;true
|
|
par_halt_on_error -1 true false parallel: This job succeeded:
|
|
par_halt_on_error -1 true false sleep 1;true
|
|
par_halt_on_error -1 true false parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_halt_on_error -1 true false parallel: This job succeeded:
|
|
par_halt_on_error -1 true false sleep 3;true
|
|
par_halt_on_error -1 true false parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error -1 true false /bin/bash: non_exist: command not found
|
|
par_halt_on_error -1 false true 0
|
|
par_halt_on_error -1 false true 0
|
|
par_halt_on_error -1 false true parallel: This job succeeded:
|
|
par_halt_on_error -1 false true sleep 2;true
|
|
par_halt_on_error -1 false true parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error -1 false true parallel: This job succeeded:
|
|
par_halt_on_error -1 false true sleep 2;true
|
|
par_halt_on_error -1 false true parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error -1 false true /bin/bash: non_exist: command not found
|
|
par_halt_on_error -1 false false 3
|
|
par_halt_on_error -1 false false 4
|
|
par_halt_on_error -1 false false /bin/bash: non_exist: command not found
|
|
par_halt_on_error 0 true true 0
|
|
par_halt_on_error 0 true true 1
|
|
par_halt_on_error 0 true true /bin/bash: non_exist: command not found
|
|
par_halt_on_error 0 true false 1
|
|
par_halt_on_error 0 true false 2
|
|
par_halt_on_error 0 true false /bin/bash: non_exist: command not found
|
|
par_halt_on_error 0 false true 2
|
|
par_halt_on_error 0 false true 3
|
|
par_halt_on_error 0 false true /bin/bash: non_exist: command not found
|
|
par_halt_on_error 0 false false 3
|
|
par_halt_on_error 0 false false 4
|
|
par_halt_on_error 0 false false /bin/bash: non_exist: command not found
|
|
par_halt_on_error 1 true true 0
|
|
par_halt_on_error 1 true true 127
|
|
par_halt_on_error 1 true true /bin/bash: non_exist: command not found
|
|
par_halt_on_error 1 true true parallel: This job failed:
|
|
par_halt_on_error 1 true true sleep 4;non_exist
|
|
par_halt_on_error 1 true false 1
|
|
par_halt_on_error 1 true false 1
|
|
par_halt_on_error 1 true false parallel: This job failed:
|
|
par_halt_on_error 1 true false sleep 2;false
|
|
par_halt_on_error 1 true false parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error 1 true false parallel: This job failed:
|
|
par_halt_on_error 1 true false sleep 2;false
|
|
par_halt_on_error 1 true false parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error 1 true false /bin/bash: non_exist: command not found
|
|
par_halt_on_error 1 true false parallel: This job failed:
|
|
par_halt_on_error 1 true false sleep 4;non_exist
|
|
par_halt_on_error 1 false true 1
|
|
par_halt_on_error 1 false true 1
|
|
par_halt_on_error 1 false true parallel: This job failed:
|
|
par_halt_on_error 1 false true sleep 1;false
|
|
par_halt_on_error 1 false true parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error 1 false true parallel: This job failed:
|
|
par_halt_on_error 1 false true sleep 3;false
|
|
par_halt_on_error 1 false true parallel: This job failed:
|
|
par_halt_on_error 1 false true sleep 1;false
|
|
par_halt_on_error 1 false true parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_halt_on_error 1 false true parallel: This job failed:
|
|
par_halt_on_error 1 false true sleep 3;false
|
|
par_halt_on_error 1 false true parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error 1 false true /bin/bash: non_exist: command not found
|
|
par_halt_on_error 1 false true parallel: This job failed:
|
|
par_halt_on_error 1 false true sleep 4;non_exist
|
|
par_halt_on_error 1 false false 1
|
|
par_halt_on_error 1 false false 1
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 1;false
|
|
par_halt_on_error 1 false false parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 2;false
|
|
par_halt_on_error 1 false false parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 3;false
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 1;false
|
|
par_halt_on_error 1 false false parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 2;false
|
|
par_halt_on_error 1 false false parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 3;false
|
|
par_halt_on_error 1 false false parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_halt_on_error 1 false false /bin/bash: non_exist: command not found
|
|
par_halt_on_error 1 false false parallel: This job failed:
|
|
par_halt_on_error 1 false false sleep 4;non_exist
|
|
par_halt_on_error 2 true true 0
|
|
par_halt_on_error 2 true true 127
|
|
par_halt_on_error 2 true true /bin/bash: non_exist: command not found
|
|
par_halt_on_error 2 true true parallel: This job failed:
|
|
par_halt_on_error 2 true true sleep 4;non_exist
|
|
par_halt_on_error 2 true false 1
|
|
par_halt_on_error 2 true false 1
|
|
par_halt_on_error 2 true false parallel: This job failed:
|
|
par_halt_on_error 2 true false sleep 2;false
|
|
par_halt_on_error 2 true false parallel: This job failed:
|
|
par_halt_on_error 2 true false sleep 2;false
|
|
par_halt_on_error 2 false true 1
|
|
par_halt_on_error 2 false true 1
|
|
par_halt_on_error 2 false true parallel: This job failed:
|
|
par_halt_on_error 2 false true sleep 1;false
|
|
par_halt_on_error 2 false true parallel: This job failed:
|
|
par_halt_on_error 2 false true sleep 1;false
|
|
par_halt_on_error 2 false false 1
|
|
par_halt_on_error 2 false false 1
|
|
par_halt_on_error 2 false false parallel: This job failed:
|
|
par_halt_on_error 2 false false sleep 1;false
|
|
par_halt_on_error 2 false false parallel: This job failed:
|
|
par_halt_on_error 2 false false sleep 1;false
|
|
par_interactive ### Test -p --interactive
|
|
par_interactive spawn /tmp/parallel-script-for-expect
|
|
par_interactive sleep 0.1; echo opt-p 1 ?...y
|
|
par_interactive sleep 0.1; echo opt-p 2 ?...n
|
|
par_interactive sleep 0.1; echo opt-p 3 ?...y
|
|
par_interactive opt-p 1
|
|
par_interactive opt-p 3
|
|
par_interactive sleep 0.1; echo opt--interactive 1 ?...y
|
|
par_interactive sleep 0.1; echo opt--interactive 2 ?...n
|
|
par_interactive sleep 0.1; echo opt--interactive 3 ?...y
|
|
par_interactive opt--interactive 1
|
|
par_interactive opt--interactive 3
|
|
par_interactive
|
|
par_k ### Test -k
|
|
par_k parallel: Warning: Only enough file handles to run 9 jobs in parallel.
|
|
par_k parallel: Warning: Running 'parallel -j0 -N 9 --pipe parallel -j0' or
|
|
par_k parallel: Warning: raising ulimit -n or /etc/security/limits.conf may help.
|
|
par_k parallel: Warning: No more file handles.
|
|
par_k parallel: Warning: Raising ulimit -n or /etc/security/limits.conf may help.
|
|
par_k begin
|
|
par_k 1
|
|
par_k 2
|
|
par_k 3
|
|
par_k 4
|
|
par_k 5
|
|
par_k 6
|
|
par_k 7
|
|
par_k 8
|
|
par_k 9
|
|
par_k 10
|
|
par_k 11
|
|
par_k 12
|
|
par_k 13
|
|
par_k 14
|
|
par_k 15
|
|
par_k 16
|
|
par_k 17
|
|
par_k 18
|
|
par_k 19
|
|
par_k 20
|
|
par_k 21
|
|
par_k 22
|
|
par_k 23
|
|
par_k 24
|
|
par_k 25
|
|
par_k 26
|
|
par_k 27
|
|
par_k 28
|
|
par_k 29
|
|
par_k 30
|
|
par_k end
|
|
par_k_linebuffer ### bug #47750: -k --line-buffer should give current job up to now
|
|
par_k_linebuffer 10 1
|
|
par_k_linebuffer 10 2
|
|
par_k_linebuffer 10 3
|
|
par_k_linebuffer 10 4
|
|
par_k_linebuffer 10 5
|
|
par_k_linebuffer 10 6
|
|
par_k_linebuffer 10 7
|
|
par_k_linebuffer 10 8
|
|
par_k_linebuffer 10 9
|
|
par_k_linebuffer 10 10
|
|
par_k_linebuffer 11 1
|
|
par_k_linebuffer 11 2
|
|
par_k_linebuffer 11 3
|
|
par_k_linebuffer 11 4
|
|
par_k_linebuffer 11 5
|
|
par_k_linebuffer 11 6
|
|
par_k_linebuffer 11 7
|
|
par_k_linebuffer 11 8
|
|
par_k_linebuffer 11 9
|
|
par_k_linebuffer 11 10
|
|
par_k_linebuffer 11 11
|
|
par_k_linebuffer 12 1
|
|
par_k_linebuffer 12 2
|
|
par_k_linebuffer 12 3
|
|
par_k_linebuffer 12 4
|
|
par_k_linebuffer 12 5
|
|
par_k_linebuffer 12 6
|
|
par_k_linebuffer 12 7
|
|
par_k_linebuffer 12 8
|
|
par_k_linebuffer 12 9
|
|
par_k_linebuffer 12 10
|
|
par_k_linebuffer 12 11
|
|
par_k_linebuffer 12 12
|
|
par_k_linebuffer 13 1
|
|
par_k_linebuffer 13 2
|
|
par_k_linebuffer 13 3
|
|
par_k_linebuffer 13 4
|
|
par_k_linebuffer 13 5
|
|
par_k_linebuffer 13 6
|
|
par_k_linebuffer 13 7
|
|
par_k_linebuffer 13 8
|
|
par_k_linebuffer 13 9
|
|
par_k_linebuffer 13 10
|
|
par_k_linebuffer 13 11
|
|
par_k_linebuffer 13 12
|
|
par_k_linebuffer 13 13
|
|
par_k_linebuffer 14 1
|
|
par_k_linebuffer 14 2
|
|
par_k_linebuffer 14 3
|
|
par_k_linebuffer 14 4
|
|
par_k_linebuffer 14 5
|
|
par_k_linebuffer 14 6
|
|
par_k_linebuffer 14 7
|
|
par_k_linebuffer 14 8
|
|
par_k_linebuffer 14 9
|
|
par_k_linebuffer 14 10
|
|
par_k_linebuffer 14 11
|
|
par_k_linebuffer 14 12
|
|
par_k_linebuffer 14 13
|
|
par_k_linebuffer 14 14
|
|
par_k_linebuffer 15 1
|
|
par_k_linebuffer 15 2
|
|
par_k_linebuffer 15 3
|
|
par_k_linebuffer 15 4
|
|
par_k_linebuffer 15 5
|
|
par_k_linebuffer 15 6
|
|
par_k_linebuffer 15 7
|
|
par_k_linebuffer 15 8
|
|
par_k_linebuffer 15 9
|
|
par_k_linebuffer 15 10
|
|
par_k_linebuffer 15 11
|
|
par_k_linebuffer 15 12
|
|
par_k_linebuffer 15 13
|
|
par_k_linebuffer 15 14
|
|
par_k_linebuffer 15 15
|
|
par_k_linebuffer 16 1
|
|
par_k_linebuffer 16 2
|
|
par_k_linebuffer 16 3
|
|
par_k_linebuffer 16 4
|
|
par_k_linebuffer 16 5
|
|
par_k_linebuffer 16 6
|
|
par_k_linebuffer 16 7
|
|
par_k_linebuffer 16 8
|
|
par_k_linebuffer 16 9
|
|
par_k_linebuffer 16 10
|
|
par_k_linebuffer 16 11
|
|
par_k_linebuffer 16 12
|
|
par_k_linebuffer 16 13
|
|
par_k_linebuffer 16 14
|
|
par_k_linebuffer 16 15
|
|
par_k_linebuffer 16 16
|
|
par_k_linebuffer 17 1
|
|
par_k_linebuffer 17 2
|
|
par_k_linebuffer 17 3
|
|
par_k_linebuffer 17 4
|
|
par_k_linebuffer 17 5
|
|
par_k_linebuffer 17 6
|
|
par_k_linebuffer 17 7
|
|
par_k_linebuffer 17 8
|
|
par_k_linebuffer 17 9
|
|
par_k_linebuffer 17 10
|
|
par_k_linebuffer 17 11
|
|
par_k_linebuffer 17 12
|
|
par_k_linebuffer 17 13
|
|
par_k_linebuffer 17 14
|
|
par_k_linebuffer 17 15
|
|
par_k_linebuffer 17 16
|
|
par_k_linebuffer 17 17
|
|
par_k_linebuffer 18 1
|
|
par_k_linebuffer 18 2
|
|
par_k_linebuffer 18 3
|
|
par_k_linebuffer 18 4
|
|
par_k_linebuffer 18 5
|
|
par_k_linebuffer 18 6
|
|
par_k_linebuffer 18 7
|
|
par_k_linebuffer 18 8
|
|
par_k_linebuffer 18 9
|
|
par_k_linebuffer 18 10
|
|
par_k_linebuffer 18 11
|
|
par_k_linebuffer 18 12
|
|
par_k_linebuffer 18 13
|
|
par_k_linebuffer 18 14
|
|
par_k_linebuffer 18 15
|
|
par_k_linebuffer 18 16
|
|
par_k_linebuffer 18 17
|
|
par_k_linebuffer 18 18
|
|
par_k_linebuffer 19 1
|
|
par_k_linebuffer 19 2
|
|
par_k_linebuffer 19 3
|
|
par_k_linebuffer 19 4
|
|
par_k_linebuffer 19 5
|
|
par_k_linebuffer 19 6
|
|
par_k_linebuffer 19 7
|
|
par_k_linebuffer 19 8
|
|
par_k_linebuffer 19 9
|
|
par_k_linebuffer 19 10
|
|
par_k_linebuffer 19 11
|
|
par_k_linebuffer 19 12
|
|
par_k_linebuffer 19 13
|
|
par_k_linebuffer 19 14
|
|
par_k_linebuffer 19 15
|
|
par_k_linebuffer 19 16
|
|
par_k_linebuffer 19 17
|
|
par_k_linebuffer 19 18
|
|
par_k_linebuffer 19 19
|
|
par_k_linebuffer 20 1
|
|
par_k_linebuffer 20 2
|
|
par_k_linebuffer 20 3
|
|
par_k_linebuffer 20 4
|
|
par_k_linebuffer 20 5
|
|
par_k_linebuffer 20 6
|
|
par_k_linebuffer 20 7
|
|
par_k_linebuffer 20 8
|
|
par_k_linebuffer 20 9
|
|
par_k_linebuffer 20 10
|
|
par_k_linebuffer 20 11
|
|
par_k_linebuffer 20 12
|
|
par_k_linebuffer 20 13
|
|
par_k_linebuffer 20 14
|
|
par_k_linebuffer 20 15
|
|
par_k_linebuffer 20 16
|
|
par_k_linebuffer 20 17
|
|
par_k_linebuffer 20 18
|
|
par_k_linebuffer 20 19
|
|
par_k_linebuffer 20 20
|
|
par_k_linebuffer stdout top
|
|
par_k_linebuffer stderr in the middle
|
|
par_k_linebuffer stdout end
|
|
par_kill_children_timeout ### Test killing children with --timeout and exit value (failed if timed out)
|
|
par_kill_children_timeout 0 0 0
|
|
par_kill_children_timeout 2
|
|
par_kill_children_timeout 0 0 0
|
|
par_maxlinelen_X_I ### Test max line length -X -I
|
|
par_maxlinelen_X_I 81c0a85162c989c07f666b827a30ce52 -
|
|
par_maxlinelen_X_I Chars per line (817788/13): 62906
|
|
par_maxlinelen_m_I ### Test max line length -m -I
|
|
par_maxlinelen_m_I 14bacad229d8b0d32be0a2339c2a6af7 -
|
|
par_maxlinelen_m_I Chars per line (697810/11): 63437
|
|
par_memleak ### Test memory consumption stays (almost) the same for 30 and 300 jobs
|
|
par_memleak should give 1 == true
|
|
par_memleak Memory use should not depend very much on the total number of jobs run\n
|
|
par_memleak Test if memory consumption(300 jobs) < memory consumption(30 jobs) * 110%
|
|
par_memleak 1
|
|
par_pipe_tee bug #45479: --pipe/--pipepart --tee
|
|
par_pipe_tee --pipe --tee
|
|
par_pipe_tee 3221225472
|
|
par_pipepart_spawn ### bug #46214: Using --pipepart doesnt spawn multiple jobs in version 20150922
|
|
par_pipepart_spawn 1:local / 8 / 999
|
|
par_pipepart_tee bug #45479: --pipe/--pipepart --tee
|
|
par_pipepart_tee --pipepart --tee
|
|
par_pipepart_tee 3221225472
|
|
par_print_before_halt_on_error ### What is printed before the jobs are killed
|
|
par_print_before_halt_on_error -2 exit code 0
|
|
par_print_before_halt_on_error -2 0 0
|
|
par_print_before_halt_on_error -2 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -2 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -2\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 1
|
|
par_print_before_halt_on_error -1 exit code 0
|
|
par_print_before_halt_on_error -1 0 0
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 1
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 8 jobs to finish.
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 2
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 7 jobs to finish.
|
|
par_print_before_halt_on_error -1 3 3
|
|
par_print_before_halt_on_error -1 0 0
|
|
par_print_before_halt_on_error -1 1 1
|
|
par_print_before_halt_on_error -1 2 2
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 3
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 6 jobs to finish.
|
|
par_print_before_halt_on_error -1 3 3
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 3
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 5 jobs to finish.
|
|
par_print_before_halt_on_error -1 4 4
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 4
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 4 jobs to finish.
|
|
par_print_before_halt_on_error -1 5 5
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 5
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_print_before_halt_on_error -1 6 6
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 6
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_print_before_halt_on_error -1 7 7
|
|
par_print_before_halt_on_error -1 0 0
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 7
|
|
par_print_before_halt_on_error -1 parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_print_before_halt_on_error -1 8 8
|
|
par_print_before_halt_on_error -1 parallel: This job succeeded:
|
|
par_print_before_halt_on_error -1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ -1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 8
|
|
par_print_before_halt_on_error 0 exit code 3
|
|
par_print_before_halt_on_error 0 0 0
|
|
par_print_before_halt_on_error 0 3 3
|
|
par_print_before_halt_on_error 0 0 0
|
|
par_print_before_halt_on_error 0 1 1
|
|
par_print_before_halt_on_error 0 2 2
|
|
par_print_before_halt_on_error 0 3 3
|
|
par_print_before_halt_on_error 0 4 4
|
|
par_print_before_halt_on_error 0 5 5
|
|
par_print_before_halt_on_error 0 6 6
|
|
par_print_before_halt_on_error 0 7 7
|
|
par_print_before_halt_on_error 0 0 0
|
|
par_print_before_halt_on_error 0 8 8
|
|
par_print_before_halt_on_error 1 exit code 1
|
|
par_print_before_halt_on_error 1 0 0
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 1
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 8 jobs to finish.
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 2
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 7 jobs to finish.
|
|
par_print_before_halt_on_error 1 3 3
|
|
par_print_before_halt_on_error 1 0 0
|
|
par_print_before_halt_on_error 1 1 1
|
|
par_print_before_halt_on_error 1 2 2
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 3
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 6 jobs to finish.
|
|
par_print_before_halt_on_error 1 3 3
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 3
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 5 jobs to finish.
|
|
par_print_before_halt_on_error 1 4 4
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 4
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 4 jobs to finish.
|
|
par_print_before_halt_on_error 1 5 5
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 5
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 3 jobs to finish.
|
|
par_print_before_halt_on_error 1 6 6
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 6
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 2 jobs to finish.
|
|
par_print_before_halt_on_error 1 7 7
|
|
par_print_before_halt_on_error 1 0 0
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 7
|
|
par_print_before_halt_on_error 1 parallel: Starting no more jobs. Waiting for 1 jobs to finish.
|
|
par_print_before_halt_on_error 1 8 8
|
|
par_print_before_halt_on_error 1 parallel: This job failed:
|
|
par_print_before_halt_on_error 1 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 1\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 8
|
|
par_print_before_halt_on_error 2 exit code 1
|
|
par_print_before_halt_on_error 2 0 0
|
|
par_print_before_halt_on_error 2 parallel: This job failed:
|
|
par_print_before_halt_on_error 2 perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ 2\ \>\ 0\ \?\ exit\ shift\ :\ exit\ not\ shift\; 1
|
|
par_results_compress 0
|
|
par_results_compress 1
|
|
par_results_csv bug #: --results csv
|
|
par_results_csv --header : --tag --lb --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --lb --files --compress 1,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files --compress 2,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files --compress 3,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --lb --files 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --files 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --lb --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --lb --compress 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --header : --tag --lb --compress ",
|
|
par_results_csv --header : --tag --lb --compress 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --header : --tag --lb --compress ",
|
|
par_results_csv --header : --tag --lb --compress 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --header : --tag --lb --compress ",
|
|
par_results_csv --header : --tag --lb --compress 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --header : --tag --lb --compress ",
|
|
par_results_csv --header : --tag --lb Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --lb 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --header : --tag --lb ",
|
|
par_results_csv --header : --tag --lb 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --header : --tag --lb ",
|
|
par_results_csv --header : --tag --lb 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --header : --tag --lb ",
|
|
par_results_csv --header : --tag --lb 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --header : --tag --lb ",
|
|
par_results_csv --header : --tag --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --files --compress 1,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files --compress 2,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files --compress 3,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --files 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --files 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --header : --tag --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag --compress 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --header : --tag --compress ",
|
|
par_results_csv --header : --tag --compress 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --header : --tag --compress ",
|
|
par_results_csv --header : --tag --compress 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --header : --tag --compress ",
|
|
par_results_csv --header : --tag --compress 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --header : --tag --compress ",
|
|
par_results_csv --header : --tag Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --tag 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --header : --tag ",
|
|
par_results_csv --header : --tag 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --header : --tag ",
|
|
par_results_csv --header : --tag 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --header : --tag ",
|
|
par_results_csv --header : --tag 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --header : --tag ",
|
|
par_results_csv --header : --lb --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --lb --files --compress 1,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files --compress 2,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files --compress 3,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --lb --files 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --files 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --lb --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --lb --compress 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --header : --lb --compress ",
|
|
par_results_csv --header : --lb --compress 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --header : --lb --compress ",
|
|
par_results_csv --header : --lb --compress 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --header : --lb --compress ",
|
|
par_results_csv --header : --lb --compress 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --header : --lb --compress ",
|
|
par_results_csv --header : --lb Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --lb 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --header : --lb ",
|
|
par_results_csv --header : --lb 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --header : --lb ",
|
|
par_results_csv --header : --lb 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --header : --lb ",
|
|
par_results_csv --header : --lb 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --header : --lb ",
|
|
par_results_csv --header : --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --files --compress 1,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files --compress 2,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files --compress 3,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --files 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --files 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --header : --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : --compress 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --header : --compress ",
|
|
par_results_csv --header : --compress 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --header : --compress ",
|
|
par_results_csv --header : --compress 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --header : --compress ",
|
|
par_results_csv --header : --compress 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --header : --compress ",
|
|
par_results_csv --header : Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr
|
|
par_results_csv --header : 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --header : ",
|
|
par_results_csv --header : 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --header : ",
|
|
par_results_csv --header : 3,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --header : ",
|
|
par_results_csv --header : 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --header : ",
|
|
par_results_csv --tag --lb --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --lb --files --compress 1,:,999.999,999.999,0,15,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 2,:,999.999,999.999,0,15,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 3,:,999.999,999.999,0,15,0,0,"echo H2 12",H2,12,"H2 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 22 H1",22,H1,"22 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 5,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 6,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 7,:,999.999,999.999,0,15,0,0,"echo 23 H1",23,H1,"23 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 8,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files --compress 9,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --lb --files 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --files 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --lb --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --lb --compress 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 H2 H1
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 H2 11
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12 H2 12
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1 22 H1
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1 23 H1
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb --compress 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --tag --lb --compress ",
|
|
par_results_csv --tag --lb Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --lb 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 H2 H1
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 H2 11
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12 H2 12
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1 22 H1
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1 23 H1
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --lb 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --tag --lb ",
|
|
par_results_csv --tag --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --files --compress 1,:,999.999,999.999,0,15,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 2,:,999.999,999.999,0,15,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 3,:,999.999,999.999,0,15,0,0,"echo H2 12",H2,12,"H2 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 22 H1",22,H1,"22 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 5,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 6,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 7,:,999.999,999.999,0,15,0,0,"echo 23 H1",23,H1,"23 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 8,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files --compress 9,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --files 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --files 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile",
|
|
par_results_csv --tag --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag --compress 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 H2 H1
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 H2 11
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12 H2 12
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1 22 H1
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1 23 H1
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag --compress 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --tag --compress ",
|
|
par_results_csv --tag Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --tag 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 H2 H1
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 H2 11
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12 H2 12
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1 22 H1
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 22 11
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 22 12
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1 23 H1
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11 23 11
|
|
par_results_csv --tag ",
|
|
par_results_csv --tag 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12
|
|
par_results_csv --tag ",
|
|
par_results_csv --lb --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --lb --files --compress 1,:,999.999,999.999,0,15,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 2,:,999.999,999.999,0,15,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 3,:,999.999,999.999,0,15,0,0,"echo H2 12",H2,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 22 H1",22,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 5,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 6,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 7,:,999.999,999.999,0,15,0,0,"echo 23 H1",23,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 8,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files --compress 9,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --lb --files 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --files 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --lb --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --lb --compress 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb --compress 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --lb --compress ",
|
|
par_results_csv --lb Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --lb 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --lb ",
|
|
par_results_csv --lb 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --lb ",
|
|
par_results_csv --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --files --compress 1,:,999.999,999.999,0,15,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 2,:,999.999,999.999,0,15,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 3,:,999.999,999.999,0,15,0,0,"echo H2 12",H2,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 22 H1",22,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 5,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 6,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 7,:,999.999,999.999,0,15,0,0,"echo 23 H1",23,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 8,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files --compress 9,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --files 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --files 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile,
|
|
par_results_csv --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv --compress 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv --compress ",
|
|
par_results_csv --compress 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv --compress ",
|
|
par_results_csv Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr
|
|
par_results_csv 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1
|
|
par_results_csv ",
|
|
par_results_csv 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11
|
|
par_results_csv ",
|
|
par_results_csv 3,:,999.999,999.999,0,6,0,0,"echo H2 12",H2,12,"H2 12
|
|
par_results_csv ",
|
|
par_results_csv 4,:,999.999,999.999,0,6,0,0,"echo 22 H1",22,H1,"22 H1
|
|
par_results_csv ",
|
|
par_results_csv 5,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11
|
|
par_results_csv ",
|
|
par_results_csv 6,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12
|
|
par_results_csv ",
|
|
par_results_csv 7,:,999.999,999.999,0,6,0,0,"echo 23 H1",23,H1,"23 H1
|
|
par_results_csv ",
|
|
par_results_csv 8,:,999.999,999.999,0,6,0,0,"echo 23 11",23,11,"23 11
|
|
par_results_csv ",
|
|
par_results_csv 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12
|
|
par_results_csv ",
|
|
par_round_robin_blocks bug #49664: --round-robin does not complete
|
|
par_round_robin_blocks 8
|
|
par_sigterm ### Test SIGTERM
|
|
par_sigterm 1
|
|
par_sigterm 10
|
|
par_sigterm 2
|
|
par_sigterm 3
|
|
par_sigterm 4
|
|
par_sigterm 5
|
|
par_sigterm 6
|
|
par_sigterm 7
|
|
par_sigterm 8
|
|
par_sigterm 9
|
|
par_sigterm parallel: SIGTERM received. No new jobs will be started.
|
|
par_sigterm parallel: Waiting for these 5 jobs to finish. Send SIGTERM again to stop now.
|
|
par_sigterm parallel: sleep 10; echo 10
|
|
par_sigterm parallel: sleep 10; echo 6
|
|
par_sigterm parallel: sleep 10; echo 7
|
|
par_sigterm parallel: sleep 10; echo 8
|
|
par_sigterm parallel: sleep 10; echo 9
|
|
par_tmux_fg bug #50107: --tmux --fg should also write how to access it
|
|
par_tmux_fg See output with: tmux -S tmp attach
|
|
par_tmux_fg open terminal failed: not a terminal
|