1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
======================================================================
paexec: Small program that processes a list of tasks in parallel
on different CPUs, computers in a network or whatever.
Full documentation is available in paexec.1 and paexec.pod.
paexec.pdf presentation is also available in presentation/
subdirectory.
author: Aleksey Cheusov <vle@gmx.net>
project's home page: http://sourceforge.net/projects/paexec/
http://freecode.com/projects/paexec/
source code: http://github.com/cheusov/paexec
licence: MIT license
======================================================================
INSTALLATION
See INSTALL file
======================================================================
PACKAGES
1) pkgsrc (NetBSD, DragonFlyBSD, Linux, Solaris...)
See parallel/paexec (http://pkgsrc.se/parallel/paexec)
2) FreeBSD
See devel/paexec (http://www.freshports.org/devel/paexec)
3) See https://freecode.com/projects/paexec for latest information
|