2018-01-25 02:48:16 +00:00
|
|
|
par_zsh_embed --embed
|
|
|
|
par_zsh_embed Redirect the output to a file and add your changes at the end:
|
|
|
|
par_zsh_embed /usr/local/bin/parallel --embed > new_script
|
|
|
|
par_zsh_embed Put
|
|
|
|
par_zsh_embed your
|
|
|
|
par_zsh_embed code
|
|
|
|
par_zsh_embed here
|
|
|
|
par_zsh_embed parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_zsh_embed env_parallel --env OK
|
2018-07-11 16:46:05 +00:00
|
|
|
par_zsh_embed _which_PAR:12: argument list too long: perl
|
2018-01-25 02:48:16 +00:00
|
|
|
par_zsh_embed env_parallel: Error: Your environment is too big.
|
2018-06-10 15:07:24 +00:00
|
|
|
par_zsh_embed env_parallel: Error: You can try 3 different approaches:
|
|
|
|
par_zsh_embed env_parallel: Error: 1. Run 'env_parallel --session' before you set
|
|
|
|
par_zsh_embed env_parallel: Error: variables or define functions.
|
|
|
|
par_zsh_embed env_parallel: Error: 2. Use --env and only mention the names to copy.
|
|
|
|
par_zsh_embed env_parallel: Error: 3. Try running this in a clean environment once:
|
2018-03-06 00:32:41 +00:00
|
|
|
par_zsh_embed env_parallel: Error: env_parallel --record-env
|
|
|
|
par_zsh_embed env_parallel: Error: And then use '--env _'
|
2018-01-25 02:48:16 +00:00
|
|
|
par_zsh_embed env_parallel: Error: For details see: man env_parallel
|
|
|
|
par_zsh_embed ParsetOK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_zsh_embed Put
|
|
|
|
par_zsh_embed your
|
|
|
|
par_zsh_embed code
|
|
|
|
par_zsh_embed here
|
|
|
|
par_zsh_embed Put your code here
|
2018-01-25 02:48:16 +00:00
|
|
|
par_tcsh_embed Not implemented
|
|
|
|
par_sh_embed --embed
|
|
|
|
par_sh_embed Redirect the output to a file and add your changes at the end:
|
|
|
|
par_sh_embed /usr/local/bin/parallel --embed > new_script
|
|
|
|
par_sh_embed Put
|
|
|
|
par_sh_embed your
|
|
|
|
par_sh_embed code
|
|
|
|
par_sh_embed here
|
|
|
|
par_sh_embed parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_sh_embed env_parallel --env OK
|
2018-01-25 02:48:16 +00:00
|
|
|
par_sh_embed env_parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_sh_embed ParsetOK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_sh_embed Put
|
|
|
|
par_sh_embed your
|
|
|
|
par_sh_embed code
|
|
|
|
par_sh_embed here
|
|
|
|
par_sh_embed Put your code here
|
2018-09-20 22:15:14 +00:00
|
|
|
par_propagate_env ### bug #41805: Idea: propagate --env for parallel --number-of-cores
|
|
|
|
par_propagate_env ** test_zsh
|
|
|
|
par_propagate_env FOO=test_zsh
|
|
|
|
par_propagate_env HOME=~
|
|
|
|
par_propagate_env ** test_zsh_filter
|
|
|
|
par_propagate_env FOO=test_zsh_filter
|
|
|
|
par_propagate_env HOME=~
|
|
|
|
par_propagate_env ** test_csh
|
|
|
|
par_propagate_env FOO=test_csh
|
|
|
|
par_propagate_env HOME=~
|
|
|
|
par_propagate_env ** test_csh_filter
|
|
|
|
par_propagate_env FOO=test_csh_filter
|
|
|
|
par_propagate_env HOME=~
|
|
|
|
par_propagate_env ** bug #41805 done
|
2018-11-25 18:06:06 +00:00
|
|
|
par_no_route_to_host ### no route to host with | and -j0 causes inf loop
|
|
|
|
par_no_route_to_host ssh: connect to host 192.168.1.199 port 22: No route to host
|
|
|
|
par_no_route_to_host parallel: Warning: ssh to 192.168.1.199 only allows for 0 simultaneous logins.
|
|
|
|
par_no_route_to_host parallel: Warning: You may raise this by changing
|
|
|
|
par_no_route_to_host parallel: Warning: /etc/ssh/sshd_config:MaxStartups and MaxSessions on 192.168.1.199.
|
|
|
|
par_no_route_to_host parallel: Warning: You can also try --sshdelay 0.1
|
|
|
|
par_no_route_to_host parallel: Warning: Using only -1 connections to avoid race conditions.
|
|
|
|
par_no_route_to_host parallel: Error: Cannot run any jobs.
|
2018-01-25 02:48:16 +00:00
|
|
|
par_ksh_embed --embed
|
|
|
|
par_ksh_embed Redirect the output to a file and add your changes at the end:
|
|
|
|
par_ksh_embed /usr/local/bin/parallel --embed > new_script
|
|
|
|
par_ksh_embed Put
|
|
|
|
par_ksh_embed your
|
|
|
|
par_ksh_embed code
|
|
|
|
par_ksh_embed here
|
|
|
|
par_ksh_embed parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_ksh_embed env_parallel --env OK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_ksh_embed ./parallel-embed[XXX]: perl: /usr/bin/perl: cannot execute [Argument list too long]
|
2018-03-06 00:32:41 +00:00
|
|
|
par_ksh_embed env_parallel: Error: Your environment is too big.
|
2018-06-10 15:07:24 +00:00
|
|
|
par_ksh_embed env_parallel: Error: You can try 3 different approaches:
|
|
|
|
par_ksh_embed env_parallel: Error: 1. Run 'env_parallel --session' before you set
|
|
|
|
par_ksh_embed env_parallel: Error: variables or define functions.
|
|
|
|
par_ksh_embed env_parallel: Error: 2. Use --env and only mention the names to copy.
|
|
|
|
par_ksh_embed env_parallel: Error: 3. Try running this in a clean environment once:
|
2018-03-06 00:32:41 +00:00
|
|
|
par_ksh_embed env_parallel: Error: env_parallel --record-env
|
|
|
|
par_ksh_embed env_parallel: Error: And then use '--env _'
|
|
|
|
par_ksh_embed env_parallel: Error: For details see: man env_parallel
|
2018-01-25 02:48:16 +00:00
|
|
|
par_ksh_embed ParsetOK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_ksh_embed Put
|
|
|
|
par_ksh_embed your
|
|
|
|
par_ksh_embed code
|
|
|
|
par_ksh_embed here
|
|
|
|
par_ksh_embed Put your code here
|
2018-01-25 02:48:16 +00:00
|
|
|
par_fish_embed Not implemented
|
2018-09-20 22:15:14 +00:00
|
|
|
par_env_parallel_big_env ### bug #54128: command too long when exporting big env
|
|
|
|
par_env_parallel_big_env should not fail
|
|
|
|
par_env_parallel_big_env OK
|
2018-01-25 02:48:16 +00:00
|
|
|
par_csh_embed Not implemented
|
|
|
|
par_bash_embed --embed
|
|
|
|
par_bash_embed Redirect the output to a file and add your changes at the end:
|
|
|
|
par_bash_embed /usr/local/bin/parallel --embed > new_script
|
|
|
|
par_bash_embed Put
|
|
|
|
par_bash_embed your
|
|
|
|
par_bash_embed code
|
|
|
|
par_bash_embed here
|
|
|
|
par_bash_embed parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_bash_embed env_parallel --env OK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_bash_embed ./parallel-embed: line XXX: /usr/bin/perl: Argument list too long
|
2018-01-25 02:48:16 +00:00
|
|
|
par_bash_embed env_parallel: Error: Your environment is too big.
|
2018-06-10 15:07:24 +00:00
|
|
|
par_bash_embed env_parallel: Error: You can try 3 different approaches:
|
|
|
|
par_bash_embed env_parallel: Error: 1. Run 'env_parallel --session' before you set
|
|
|
|
par_bash_embed env_parallel: Error: variables or define functions.
|
|
|
|
par_bash_embed env_parallel: Error: 2. Use --env and only mention the names to copy.
|
|
|
|
par_bash_embed env_parallel: Error: 3. Try running this in a clean environment once:
|
2018-03-06 00:32:41 +00:00
|
|
|
par_bash_embed env_parallel: Error: env_parallel --record-env
|
|
|
|
par_bash_embed env_parallel: Error: And then use '--env _'
|
2018-01-25 02:48:16 +00:00
|
|
|
par_bash_embed env_parallel: Error: For details see: man env_parallel
|
|
|
|
par_bash_embed ParsetOK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_bash_embed Put
|
|
|
|
par_bash_embed your
|
|
|
|
par_bash_embed code
|
|
|
|
par_bash_embed here
|
|
|
|
par_bash_embed Put your code here
|
2018-01-25 02:48:16 +00:00
|
|
|
par_ash_embed --embed
|
|
|
|
par_ash_embed Redirect the output to a file and add your changes at the end:
|
|
|
|
par_ash_embed /usr/local/bin/parallel --embed > new_script
|
|
|
|
par_ash_embed Put
|
|
|
|
par_ash_embed your
|
|
|
|
par_ash_embed code
|
|
|
|
par_ash_embed here
|
|
|
|
par_ash_embed parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_ash_embed env_parallel --env OK
|
2018-01-25 02:48:16 +00:00
|
|
|
par_ash_embed env_parallel_OK
|
2018-03-06 00:32:41 +00:00
|
|
|
par_ash_embed ParsetOK
|
2018-05-08 21:16:48 +00:00
|
|
|
par_ash_embed Put
|
|
|
|
par_ash_embed your
|
|
|
|
par_ash_embed code
|
|
|
|
par_ash_embed here
|
|
|
|
par_ash_embed Put your code here
|