parallel icon indicating copy to clipboard operation
parallel copied to clipboard

This project now lives on in a rewrite at https://gitlab.redox-os.org/redox-os/parallel

Results 21 parallel issues
Sort by recently updated
recently updated
newest added

If I try to run two `parallel` commands at once, I get weird issues and panics. This is because both commands use the same directory `/tmp/parallel` for their internal state....

Scenario: We launch two different tasks in parallel. Let's say two bash scripts. One sleeps and echos that is done. The other sleeps and doesn't echo and simply exits. If...

Dear Michael Attached is a security bug. It has been encrypted for the key IDs 0xB2732D4240C9212C, 0xAAA0BBBF61CC465A, 0xE1FA5A7641DCA481, 0x70A85F710B8EFB78, 0xD4207ED15F3E197D, 0x777000CCB3384721. They all refer to the email address , so...

When using parallel with grep/ripgrep, without particular options, neither this parallel nor GNU parallel will display the file name (xargs works well). But GNU parallel has an `-X` that can...

Do you intend to keep maintaining it? My intent was to continue the packaging for Fedora but if upstream is dead, it's moot.

parallel seems not to be able to understand Windows directory structure, and thus when I put {/} for basename, it just outputs the whole entire line and when I use...

# Issue Using parallel version `MIT/Rust Parallel 0.11.3` ## Steps to Test 1. Execute script ``` #!/usr/bin/env bash parallel echo ::: 1 2 ::: A B ``` Output: ``` 1...

While executing the command ```sh echo $TMP/*.html | xargs -n1 echo | shuf | parallel -v -j 12 timeout 25s ./classify.sh {} ``` parallel sometimes panics. This is non-deterministic, but...

When using the `-v` flag for parallel, the `processing task #x` number doesn't match up with `completed task #x` ``` mateon@hydra:/shared/dev/fuzz$ parallel -v echo ::: 1 parallel: processing 1 inputs...

1. Installation instructions for a Mac without rustup would be really helpful. (I had used homebrew to install rust: brew install rust) 2. Any prospect of supporting ssh for distributed...