From 6216fc0124a6b1ba30d441906bd6e9fbad28f875 Mon Sep 17 00:00:00 2001 From: koobs Date: Mon, 7 Jul 2014 12:55:49 +0000 Subject: [NEW] sysutils/py-execnet: Distributed Python deployment and communication execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses: * Distribute tasks to (many) local or remote CPUs * Write and deploy hybrid multi-process applications * Write scripts to administer multiple environments WWW: https://codespeak.net/execnet --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 1f1dd0e160e1..b4ac55ff63aa 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -726,6 +726,7 @@ SUBDIR += py-bcfg2 SUBDIR += py-danzfs SUBDIR += py-drmaa + SUBDIR += py-execnet SUBDIR += py-ezjailremote SUBDIR += py-filelike SUBDIR += py-glances -- cgit