update to 0.12.0

ADDED: -z option. If applied, read/write(2) operations from/to nodes
  becomes not critical. In case paexec has lost connection to the
  node, it will reassign failed task to another node and, if -s option
  applied, will output string "fatal" to stdout.  This makes paexec
  resistant to the I/O errors, as a result you can create paexec
  clusters even over network consisting of unreliable hosts
  (Internet?). Failed hosts are marked as such and will not be used
  during the current run of paexec. NOTE: "success", "failure" and
  "fatal" strings should be used to process the output of 'paexec -s'.

  select(2) do not listen stdin (fd=0) anymore. Blocking read(2) is
  used to read tasks from stdin.

  Makefile: CPPFLAGS -> CFLAGS, FreeBSD make Mk scripts
  don't use CPPFLAGS.
This commit is contained in:
Aleksey Cheusov 2008-12-22 20:19:35 +00:00 committed by Thomas Klausner
parent 489ff950aa
commit dbfc5b1946
3 changed files with 8 additions and 21 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.17 2008/10/31 20:37:41 cheusov Exp $
# $NetBSD: Makefile,v 1.18 2008/12/22 20:19:35 cheusov Exp $
#
DISTNAME= paexec-0.11.0
DISTNAME= paexec-0.12.0
CATEGORIES= parallel sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paexec/} \
http://mova.org/~cheusov/pub/paexec/

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2008/09/05 09:53:13 cheusov Exp $
@comment $NetBSD: PLIST,v 1.3 2008/12/22 20:19:35 cheusov Exp $
bin/paexec
man/man1/paexec.1
share/doc/paexec/ChangeLog
@ -14,20 +14,7 @@ share/examples/paexec/cc_wrapper/func1.c
share/examples/paexec/cc_wrapper/func2.c
share/examples/paexec/cc_wrapper/func3.c
share/examples/paexec/make_package/make_package_cmd
share/examples/paexec/make_package/make_package_cmd__all_failed
share/examples/paexec/make_package/make_package_cmd__autoconf
share/examples/paexec/make_package/make_package_cmd__byacc
share/examples/paexec/make_package/make_package_cmd__dict-client
share/examples/paexec/make_package/make_package_cmd__dict-server
share/examples/paexec/make_package/make_package_cmd__dictem
share/examples/paexec/make_package/make_package_cmd__flex
share/examples/paexec/make_package/make_package_cmd__flex_byacc
share/examples/paexec/make_package/make_package_cmd__glib2
share/examples/paexec/make_package/make_package_cmd__gmake
share/examples/paexec/make_package/make_package_cmd__gmake_autoconf
share/examples/paexec/make_package/make_package_cmd__libjudy
share/examples/paexec/make_package/make_package_cmd__libmaa
share/examples/paexec/make_package/make_package_cmd__m4
share/examples/paexec/make_package/make_package_cmd__xxx_failed
share/examples/paexec/make_package/make_package_tasks
share/examples/paexec/toupper/toupper_cmd
share/examples/paexec/toupper/toupper_run

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2008/10/31 20:37:41 cheusov Exp $
$NetBSD: distinfo,v 1.8 2008/12/22 20:19:35 cheusov Exp $
SHA1 (paexec-0.11.0.tar.gz) = da64d7ab34dac95d1f00b04720ce2cf91d7af204
RMD160 (paexec-0.11.0.tar.gz) = 69669aabc3c61b2f50f3718798e644704ec892d5
Size (paexec-0.11.0.tar.gz) = 29540 bytes
SHA1 (paexec-0.12.0.tar.gz) = 439a18e45f23e62fc27dbe98d411a73c055f4b5f
RMD160 (paexec-0.12.0.tar.gz) = 8560793aad2b19b075f3533ac7f5aee68002189b
Size (paexec-0.12.0.tar.gz) = 33377 bytes