Matthieu Urvoy · @birozularutti
6 followers · 257 posts · Server piaille.fr

Hello Mastodon!

Are some of you using or to distribute computations across a set of network nodes?

Requirements:
- multiple executions of a single C++ app, with different arguments
- no communication between executions required
- approximately 20000 executions to distribute across 5-10 nodes
- possibility to run 2-4 tasks in parallel on the same node to speed things up
- retrieval of individual output files for further analysis

What do you suggest?

#distributedcomputing #gnuparallel #slurm

Last updated 1 year ago

Gabriele Bozzola · @gabrielebozzola
86 followers · 44 posts · Server fosstodon.org

4/5 is the simplest way to do some simple computing.
Several tasks in life are embarassingly parallel, and is a great
way to take advantage of all the cores of my machines. I probably use 0.1% of
its features, but that's enough for me. It something takes inputs,
it can be trivially parallelized with . Interestingly,
is a single nearly 15,000-line script.

#gnuparallel #parallel #commandline #perl

Last updated 2 years ago

Free Software Foundation · @fsf
22307 followers · 4043 posts · Server hostux.social

Happy 20th birthday to GNU Parallel! Read Parallel author Ole Tange's reflections on the occasion here: u.fsf.org/3hi

#gnuparallel

Last updated 3 years ago

I couldn't get a single example shown in the man page of GNU Parallel working in bash or zsh.

Trying with version 20161222-1.1 on Debian testing.

Guess I'll stick to xargs -P4 for now. 😥

#gnuparallel #xargs #shell

Last updated 5 years ago