Download List

프로젝트 설명

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-30 10:42 Back to release list
20121222 ('End of The World')

-당면한 랩 지금 "병렬" 당면한 라인에 넣어 스크립트를 병렬화 수 있습니다 (첫 번째 #! 스크립트의 줄).

-지연 (raceconditions 및 천둥 무리 문제를 피하기 위해 유용한) 각 작업 시작 후 지연 추가 합니다.

-지금 사용 결과 "/" 탭 대신 구분 기호로 하 고 따라서 하위 디렉터리를 만듭니다.

이제 오픈 Bsd CPU 감지 수행 됩니다.

niceload-센서도 낮은 의미 낮은 숫자를 의미 하는 음수를 수 있습니다.

niceload-prg 실행 이미 명명 된 프로그램을 일시 중단 합니다.

niceload 여러-pid 이미 실행 중인 프로세스 id를 일시 중단 합니다.
--shebang-wrap now makes it possible to parallelize scripts by putting
"parallel" in the shebang
line (the first #! line in scripts).

--delay adds a delay after starting each job

(useful to avoid raceconditions and thundering herd problems).

--results now uses "/" as a separator instead of TAB, and thus creates
subdirectories.

OpenBSD CPU detection is now performed.

niceload --sensor allows negative numbers to signify a lower number,
meaning the limit is lower.

niceload --prg suspends a named program which is already running.

niceload multiple --pid suspends process ids which are already running.

Project Resources