-
* installing *source* package 'markovchain' ...
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.2.0'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/R…
-
The following will use [GNU parallel](https://www.gnu.org/software/parallel/) to calculate sketches in parallel - 8 at a time.
```
for i in *.fa
do
echo sourmash sketch dna $i -o demo/$i.sig
…
-
Example command:
```parallel --halt now,success=1 -u -N0 python vanity_npub.py -j1 TARGET ::: {0..$(nproc)}```
Explanation:
- `--halt now,success=1`: stop all commands as soon as one of them …
-
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 solve thi…
-
Multithreaded **renaming** for all sourmash signatures in a directory to their file names.
```bash
ls *.sig | parallel -j 64 'basename={}; basename_without_sig=${basename%.sig}; sourmash sig renam…
-
Link to parallel @ 8a570f8 in src/ is dead, which prevents speedseq from building.
Trying to use git clone git://git.savannah.gnu.org/parallel.git as suggested in #124 hangs.
Trying to access g…
-
### Describe the bug
`sem` is a command that is part of the `parallel` package---it is equivalent to `parallel --semaphore`. It is implemented as just a symlink to `parallel`, and it reads `$0` to d…
-
Run a kubectl command in one or more contexts (clusters) in parallel (similar to GNU parallel/xargs).
https://github.com/ahmetb/kubectl-foreach
-
`ladon` seems great.
But considering how close it is to GNU parallel, perhaps it could provide a binary `parallel` that would try to replicate the GNU parallel syntax.
This would be a great selling p…
-
**Describe the bug**
Unable to pass a zero value (0) to `parallel --jobs` via Bats. This prevents the intended behavior of running as many jobs in parallel as possible. Reference: [GNU Parallel Docum…