People | Alumni | Positions | Events |
Current Projects |
Publications |
Theses |
Computer Facilities |
Home |
Imprint | Sitemap | Intranet | Contact | Links |
© 2010 - 2024 Thallinger Lab · Institute of Biomedical Informatics ·
Graz University of Technology · Stremayrgasse 16/I, 8010 Graz, Austria Tel +43-316-873-5343 · Fax +43-316-873-105343 · URL http://genome.tugraz.at · · Welcome to Graz · Map |
DOCUMENTATION |
INSTRUCTIONS |
mpirun -np 12 swarm -i "/path/to/inputfiles" -o "/path/to/outputfiles" -c "command <inputfile> <outputfile>" takes all files from /path/to/inputfiles and executes "command /path/to/inputfiles/xxxxx" and redirects it to /path/to/outputfiles/xxxxx_yy, where xxxxx stands for the filename and yy for the worker ID. Example: mpirun -np 24 swarm -i "/etc" -o "/tmp" -c "ls <inputfile> > <outputfile>" |
DESCRIPTION | NEWS | DOCUMENTATION | DOWNLOAD |