Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/esheldon/minions
- Owner: esheldon
- Created: 2013-03-27T14:52:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T22:33:39.000Z (over 11 years ago)
- Last Synced: 2024-10-19T20:46:16.917Z (19 days ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Makefilemake