mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
54200832e4
parallel: --dr is now alias for --dry-run.
26 lines
1.2 KiB
Plaintext
26 lines
1.2 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
|
|
par_timeout 2>&1
|
|
par_timeout ### test --timeout
|
|
par_timeout OK
|
|
par_timeout OK
|