Parallel: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
Test it out by typing "which parallel" and "man parallel", both should work. | Test it out by typing "which parallel" and "man parallel", both should work. | ||
{{Programs}} | |||
{{Unix Programs}} | |||
Latest revision as of 16:29, 28 May 2011
GNU Parallel is a handy program to replace loops and perform the loop tasks in parallel. It can also be thought of as a replacement for xargs.
General information here: http://en.wikipedia.org/wiki/Parallel_%28software%29
Download source code here: http://mac.freshmeat.net/projects/parallel/
Installation
Mac OS X
Parallel can be easily installed on Mac OS X by downloading and unzipping the source file from the above web site.
Configure with the following line:
./configure --prefix=/path/to/parallel
And run configure, make, and make install.
Finally, add it to your path and to your manpath by adding the following to your .profile or .bash_profile:
# parallel
export PATH="/path/to/parallel/bin:${PATH}"
export MANPATH="/path/to/parallel/share/man:${MANPATH}"
Test it out by typing "which parallel" and "man parallel", both should work.
| GNU/Linux/Unix the concrete that makes the foundations of the internet.
Compiling Software · Upgrading Software Category:Build Tools · Make · Cmake · Gdb Bash Bash · Bash/Quick (Quick Reference) · Bash Math Text Editors Text Manipulation Command Line Utilities Aptitude · Diff · Make · Patch · Subversion · Xargs Security SSH (Secure Shell) · Gpg (Gnu Privacy Guard) · Category:Security Networking Linux/SSH · Linux/Networking · Linux/File Server Web Servers
|