pkgsrc/parallel/Makefile
nia b6baf86b71 add parallel/pocl
OpenCL (Open Computing Language) is an open, royalty-free standard for
cross-platform, parallel programming of diverse accelerators found in
supercomputers, cloud servers, personal computers, mobile devices and embedded
platforms.

PoCL is a portable open source (MIT-licensed) implementation of the OpenCL
standard (1.2 with some 2.0 features supported). In addition to being an easily
portable multi-device (truely heterogeneous) open-source OpenCL implementation,
a major goal of this project is improving interoperability of diversity of
OpenCL-capable devices by integrating them to a single centrally orchestrated
platform.
2021-06-10 09:57:39 +00:00

36 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.34 2021/06/10 09:57:39 nia Exp $
#
COMMENT= Applications dealing with parallelism in computing
SUBDIR+= R-promises
SUBDIR+= clusterit
SUBDIR+= dqs
SUBDIR+= dsh
SUBDIR+= fastflow
SUBDIR+= ganglia-monitor-core
SUBDIR+= gridscheduler
SUBDIR+= hwloc
SUBDIR+= linda
SUBDIR+= lua-lanes
SUBDIR+= mpi-ch
SUBDIR+= ocl-icd
SUBDIR+= opencl-clang
SUBDIR+= opencl-clhpp
SUBDIR+= opencl-headers
SUBDIR+= openmp
SUBDIR+= openmpi
SUBDIR+= openpa
SUBDIR+= p5-Parallel-Pvm
SUBDIR+= paexec
SUBDIR+= parallel
SUBDIR+= pdsh
SUBDIR+= pocl
SUBDIR+= pvm3
SUBDIR+= py-billiard
SUBDIR+= sge
SUBDIR+= slurm-wlm
SUBDIR+= spirv-llvm-translator
SUBDIR+= threadingbuildingblocks
.include "../mk/misc/category.mk"