Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-01 | Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with | jlam | 1 | -2/+2 | |
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk. | |||||
2002-07-17 | Make this package compile: | agc | 1 | -1/+4 | |
+ use cpp0 rather than cpp + add missing dependency on Perl + use NetBSD's libtool rather than rolling our own at config time | |||||
2002-06-15 | Use pthread.buildlink.mk instead of pth's buildlink.mk. | wiz | 1 | -3/+4 | |
pkg/17264 by Lubomir Sedlacik. | |||||
2002-05-04 | Initial import of cilk. | jtb | 1 | -0/+32 | |
Cilk is a language for multithreaded parallel programming based on ANSI C. Cilk is designed for general-purpose parallel programming, but it is especially effective for exploiting dynamic, highly asynchronous parallelism, which can be difficult to write in data-parallel or message-passing style. Cilk has been developed since 1994 by the Supercomputing Technologies Group at the MIT Laboratory for Computer Science. Cilk has been used for research, teaching, and for coding applications such as a virus shell assembly simulator and three chess programs. |