mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
426ea9b372
parallel --tmux --fg: Connect to tmux socket more aggressively. parallel --joblog: Fixed bug #50781: joblog format with multiline commands. Irix's Perl does not have decode_base64 and is no longer supported.
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
par_mem_leak 2>&1
|
|
par_mem_leak ### test for mem leak
|
|
par_mem_leak no mem leak detected
|
|
par_outside_file_handle_limit 2>&1
|
|
par_outside_file_handle_limit ### Test Force outside the file handle limit, 2009-02-17 Gave fork error
|
|
par_outside_file_handle_limit parallel: Warning: Only enough file handles to run 999 jobs in parallel.
|
|
par_outside_file_handle_limit parallel: Warning: Running 'parallel -j0 -N 999 --pipe parallel -j0' or
|
|
par_outside_file_handle_limit parallel: Warning: raising 'ulimit -n' or 'nofile' in /etc/security/limits.conf
|
|
par_outside_file_handle_limit parallel: Warning: or /proc/sys/fs/file-max may help.
|
|
par_outside_file_handle_limit Start
|
|
par_outside_file_handle_limit end
|
|
par_over_4GB 2>&1
|
|
par_over_4GB ### Test if we can deal with output > 4 GB
|
|
par_over_4GB 46a318993dfc8e2afd71ff2bc6f605f1 -
|
|
par_retries_unreachable 2>&1
|
|
par_retries_unreachable ### Test of --retries on unreachable host
|
|
par_retries_unreachable parallel: Warning: Could not figure out number of cpus on 4.3.2.1 (). Using 1.
|
|
par_retries_unreachable echo 1
|
|
par_retries_unreachable 1
|
|
par_retries_unreachable echo 2
|
|
par_retries_unreachable 2
|