Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esheldon/minions

A simple C program to use MPI to run a set of jobs.
https://github.com/esheldon/minions

Last synced: 2 days ago
JSON representation

A simple C program to use MPI to run a set of jobs.

Awesome Lists containing this project

README

        

minions
=======

A simple C program to use MPI to run a set of jobs.

examples
--------

find . -name *.sh | mpirun -n 25 minions

mpirun -n 25 minions < command-list.txt

As a test you can try the scripts from the /example
sub-directory.

ls example/*.sh | mpirun -n 4 minions

compilation
-----------
Make sure you compile with -std=gnu99. You can
use the provided Makefile

make