8000 GitHub - ConDai/ChapelChannel: An implementation of a simple channel in Chapel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ConDai/ChapelChannel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChapelChannel

A simple channel in Chapel using semaphores

Requirements

Chapel 1.24 or above

Compiling tests and examples

$ ./build.sh
Compiled examples
Compiled tests

Running examples

./examples/multipleProducerConsumer
Worker 9 will send 99
Worker 8 will send 98
Consumer 9 received 99
...
Consumer 6 received 36
Consumer 8 received 93
Finished!

About

An implementation of a simple channel in Chapel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0