Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/parallel parallel/fastflow: import fastflow-3.0.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/30f3fbd6c6e7
branches: trunk
changeset: 436820:30f3fbd6c6e7
user: brook <brook%pkgsrc.org@localhost>
date: Sun Aug 09 15:51:07 2020 +0000
description:
parallel/fastflow: import fastflow-3.0.0
FastFlow: high-performance parallel patterns and building blocks in C++
FastFlow is a programming library implemented in modern C++ and
targeting multi/many-cores (there exists an experimental version based
on ZeroMQ targeting distributed systems). It offers both a set of
high-level ready-to-use parallel patterns and a set of mechanisms and
composable components (called building blocks) to support low-latency
and high-throughput data-flow streaming networks.
FastFlow simplifies the development of parallel applications modelled
as a structured directed graph of processing nodes. The graph of
concurrent nodes is constructed by the assembly of sequential and
parallel building blocks as well as higher-level easy-to-use
components (i.e. parallel patterns) modelling typical schemas of
parallel computations (e.g., pipeline, task-farm, parallel-for,
etc.). FastFlow efficiency stems from the optimized implementation of
the base communication and synchronization mechanisms and from its
layered software design.
diffstat:
parallel/Makefile | 3 +-
parallel/fastflow/DESCR | 18 ++++++++++
parallel/fastflow/Makefile | 25 ++++++++++++++
parallel/fastflow/PLIST | 81 ++++++++++++++++++++++++++++++++++++++++++++++
parallel/fastflow/distinfo | 6 +++
5 files changed, 132 insertions(+), 1 deletions(-)
diffs (163 lines):
diff -r 2882f65c73d2 -r 30f3fbd6c6e7 parallel/Makefile
--- a/parallel/Makefile Sun Aug 09 15:44:53 2020 +0000
+++ b/parallel/Makefile Sun Aug 09 15:51:07 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/07/11 16:15:08 nia Exp $
+# $NetBSD: Makefile,v 1.29 2020/08/09 15:51:07 brook Exp $
#
COMMENT= Applications dealing with parallelism in computing
@@ -7,6 +7,7 @@
SUBDIR+= clusterit
SUBDIR+= dqs
SUBDIR+= dsh
+SUBDIR+= fastflow
SUBDIR+= ganglia-monitor-core
SUBDIR+= gridscheduler
SUBDIR+= hwloc
diff -r 2882f65c73d2 -r 30f3fbd6c6e7 parallel/fastflow/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/fastflow/DESCR Sun Aug 09 15:51:07 2020 +0000
@@ -0,0 +1,18 @@
+FastFlow: high-performance parallel patterns and building blocks in C++
+
+FastFlow is a programming library implemented in modern C++ and
+targeting multi/many-cores (there exists an experimental version based
+on ZeroMQ targeting distributed systems). It offers both a set of
+high-level ready-to-use parallel patterns and a set of mechanisms and
+composable components (called building blocks) to support low-latency
+and high-throughput data-flow streaming networks.
+
+FastFlow simplifies the development of parallel applications modelled
+as a structured directed graph of processing nodes. The graph of
+concurrent nodes is constructed by the assembly of sequential and
+parallel building blocks as well as higher-level easy-to-use
+components (i.e. parallel patterns) modelling typical schemas of
+parallel computations (e.g., pipeline, task-farm, parallel-for,
+etc.). FastFlow efficiency stems from the optimized implementation of
+the base communication and synchronization mechanisms and from its
+layered software design.
diff -r 2882f65c73d2 -r 30f3fbd6c6e7 parallel/fastflow/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/fastflow/Makefile Sun Aug 09 15:51:07 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/08/09 15:51:07 brook Exp $
+
+GITHUB_PROJECT= fastflow
+GITHUB_TAG= 3.0.0
+DISTNAME= 3.0.0
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= parallel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fastflow/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fastflow/fastflow/
+COMMENT= High performance C++ parallel building blocks
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= pax
+NO_BUILD= yes
+
+INSTALLATION_DIRS+= include/ff
+
+do-install:
+ cd ${WRKSRC} && ${PAX} -rw ff ${DESTDIR}${PREFIX}/include
+ ${CHMOD} -R go-w ${DESTDIR}${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 2882f65c73d2 -r 30f3fbd6c6e7 parallel/fastflow/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/fastflow/PLIST Sun Aug 09 15:51:07 2020 +0000
@@ -0,0 +1,81 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/09 15:51:07 brook Exp $
+include/ff/all2all.hpp
+include/ff/allocator.hpp
+include/ff/barrier.hpp
+include/ff/bitflags.hpp
+include/ff/buffer.hpp
+include/ff/combine.hpp
+include/ff/config.hpp
+include/ff/cycle.h
+include/ff/d/inter.hpp
+include/ff/d/zmq.hpp
+include/ff/d/zmqImpl.hpp
+include/ff/d/zmqTransport.hpp
+include/ff/dc.hpp
+include/ff/dinout.hpp
+include/ff/dnode.hpp
+include/ff/dynlinkedlist.hpp
+include/ff/dynqueue.hpp
+include/ff/farm.hpp
+include/ff/ff.hpp
+include/ff/ff_queue.hpp
+include/ff/fftree.hpp
+include/ff/graph_utils.hpp
+include/ff/gsearch.hpp
+include/ff/gt.hpp
+include/ff/icl_hash.h
+include/ff/lb.hpp
+include/ff/make_unique.hpp
+include/ff/map.hpp
+include/ff/mapCUDAManaged.hpp
+include/ff/mapper.hpp
+include/ff/mapping_string.sh
+include/ff/mapping_utils.hpp
+include/ff/mdf.hpp
+include/ff/mpmc/MPMCqueues.hpp
+include/ff/mpmc/asm/abstraction_dcas.h
+include/ff/mpmc/asm/atomic-arm.h
+include/ff/mpmc/asm/atomic-i386.h
+include/ff/mpmc/asm/atomic-ppc.h
+include/ff/mpmc/asm/atomic-x86_64.h
+include/ff/mpmc/asm/atomic.h
+include/ff/multinode.hpp
+include/ff/node.hpp
+include/ff/ocl/clEnvironment.hpp
+include/ff/oclallocator.hpp
+include/ff/oclnode.hpp
+include/ff/optimize.hpp
+include/ff/ordering_policies.hpp
+include/ff/parallel_for.hpp
+include/ff/parallel_for_internals.hpp
+include/ff/pipeline.hpp
+include/ff/platforms/getopt.h
+include/ff/platforms/getopt.hpp
+include/ff/platforms/liblfds.h
+include/ff/platforms/platform.h
+include/ff/platforms/pthread_minport_windows.h
+include/ff/platforms/stdint.h
+include/ff/poolEvolution.hpp
+include/ff/poolEvolutionCUDA.hpp
+include/ff/repara/baseKernelTask.hpp
+include/ff/repara/dpe.hpp
+include/ff/repara/rprkernels.hpp
+include/ff/selector.hpp
+include/ff/spin-lock.hpp
+include/ff/squeue.hpp
+include/ff/staticlinkedlist.hpp
+include/ff/stencilReduce.hpp
+include/ff/stencilReduceCUDA.hpp
+include/ff/stencilReduceOCL.hpp
+include/ff/stencilReduceOCL_macros.hpp
+include/ff/svector.hpp
+include/ff/sysdep.h
+include/ff/task_internals.hpp
+include/ff/taskf.hpp
+include/ff/tpc/tpcEnvironment.hpp
+include/ff/tpc/tpc_api.h
+include/ff/tpcallocator.hpp
+include/ff/tpcnode.hpp
+include/ff/ubuffer.hpp
+include/ff/utils.hpp
+include/ff/version.h
diff -r 2882f65c73d2 -r 30f3fbd6c6e7 parallel/fastflow/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/fastflow/distinfo Sun Aug 09 15:51:07 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/09 15:51:07 brook Exp $
+
+SHA1 (fastflow/3.0.0.tar.gz) = 7515d13f806ae8d65f9ddd59d8d2f168d5ad0855
+RMD160 (fastflow/3.0.0.tar.gz) = 865e660ccbd1af36175845047092becfa3b88fd1
+SHA512 (fastflow/3.0.0.tar.gz) = b9358b13c26b341aec5d8b79517e5a8da39c12907c7236bdb5dd2b7762075342d590602fb444fdff08e201e3e8bf050000a5474c7eb62d0838d0f173310079c9
+Size (fastflow/3.0.0.tar.gz) = 512150 bytes
Home |
Main Index |
Thread Index |
Old Index