Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between GNU Parallel? #33

Closed
ole-tange opened this issue Sep 4, 2015 · 4 comments
Closed

Difference between GNU Parallel? #33

ole-tange opened this issue Sep 4, 2015 · 4 comments
Assignees

Comments

@ole-tange
Copy link

Can you explain what the difference is between parallelshell and GNU Parallel? Specifically:

parallel --halt now,fail=1 ::: "echo 1" "echo 2" "echo 3"

@keithamus
Copy link
Collaborator

Hey @ole-tange thanks for the issue.

The biggest difference is that parallelshell is an npm module and gnu parallel isn't. While they probably do similar things, albeit (gnu) parallel being more advanced, parallelshell is an easier option to work with when using npm (because it's an npm module).

If you have gnu parallel installed on all the machines you project will be on, then by all means use it!

@anko
Copy link

anko commented Nov 11, 2015

Perhaps the readme could mention it? For those who know GNU Parallel already, seeing it mentioned in the first paragraph would quickly explain the purpose of this module.

@mirzazeyrek
Copy link

@anko It's not a nagware I suppose.

darkguy2008 added a commit that referenced this issue Oct 18, 2017
#33 add GNU parallelshell explanation
@darkguy2008 darkguy2008 self-assigned this Oct 18, 2017
@darkguy2008
Copy link
Owner

I added @keithamus explanation to the Readme file so it's clearer. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants