7b143976cd
Provides fundamental abstractions for doing asynchronous programming in R using promises. Asynchronous programming is useful for allowing a single R process to orchestrate multiple tasks in the background while also attending to something else. Semantics are similar to 'JavaScript' promises, but with a syntax that is idiomatic R.
28 lines
544 B
Makefile
28 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/08/09 20:25:29 brook Exp $
|
|
#
|
|
|
|
COMMENT= Applications dealing with parallelism in computing
|
|
|
|
SUBDIR+= R-promises
|
|
SUBDIR+= clusterit
|
|
SUBDIR+= dqs
|
|
SUBDIR+= dsh
|
|
SUBDIR+= ganglia-monitor-core
|
|
SUBDIR+= gridscheduler
|
|
SUBDIR+= hwloc
|
|
SUBDIR+= linda
|
|
SUBDIR+= mpi-ch
|
|
SUBDIR+= openmp
|
|
SUBDIR+= openmpi
|
|
SUBDIR+= openpa
|
|
SUBDIR+= p5-Parallel-Pvm
|
|
SUBDIR+= paexec
|
|
SUBDIR+= parallel
|
|
SUBDIR+= pdsh
|
|
SUBDIR+= pvm3
|
|
SUBDIR+= py-billiard
|
|
SUBDIR+= sge
|
|
SUBDIR+= slurm-wlm
|
|
SUBDIR+= threadingbuildingblocks
|
|
|
|
.include "../mk/misc/category.mk"
|