Path to this page:
./
parallel/paexec,
Distributes tasks over network or CPUs
Branch: CURRENT,
Version: 1.1.6,
Package name: paexec-1.1.6,
Maintainer: cheusovpaexec distributes performing the given tasks across several CPUs or
machines on a network and collects the results from those
CPUs/machines.
Required to run:[
devel/libmaa] [
lang/runawk]
Required to build:[
devel/mk-configure] [
pkgtools/cwrappers]
Master sites:
Filesize: 150.211 KB
Version history: (Expand)
- (2024-06-07) Updated to version: paexec-1.1.6
- (2024-05-30) Updated to version: paexec-1.1.5
- (2020-06-01) Updated to version: paexec-1.1.4
- (2020-05-15) Updated to version: paexec-1.1.3
- (2020-03-31) Updated to version: paexec-1.1.2
- (2019-02-15) Updated to version: paexec-1.1.1
CVS history: (Expand)
2024-06-07 14:27:25 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 1.1.6
option -n: ignore leading spaces and tabs
Add more tests
|
2024-05-29 20:39:22 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 1.1.5
Fix: Before running commands reset signal handlers for ALRM, PIPE
and CHLD to SIG_DFL. Also, unblock these signals. This fixes some
misterius problems with commands running alarm(2).
libmaa>=1.5.1 is required for build
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2021-10-26 13:10:38 by Nia Alarie | Files touched by this commit (29) |
Log message:
parallel: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:46:48 by Nia Alarie | Files touched by this commit (29) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2020-06-16 12:38:40 by Juraj Lutter | Files touched by this commit (1) |
Log message:
paexec: Pull in libmaa
Fix build on platforms without system-wide libmaa, like SmartOS.
|
2020-06-01 18:18:16 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to version 1.1.4
Remove local function pr_open and use it from libmaa library.
So, now paexec requires libmaa.
"mkcmake help" shows configuring variables and descriptions for
targets.
Use mkc's feature "getdelim" instead of local implementation.
So, we need at least mk-configure 0.33.0
Optimization flags defaults to "-O2 -g"
|
2020-05-15 15:32:19 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 1.1.3:
Fix use of uninitialized array.
As a rsult paexec generates incorrect shell command to run
on nodes. Seen with "clang-7.0.1" with -O2 and -D_FORTIFY_SOURCE=2
Add one line description to projects.
So, one can run "mkcmake help"
|