source: tests/concurrent/channels/big_elems.cfa @ 73e3a8f9

ADTast-experimental
Last change on this file since 73e3a8f9 was 73e3a8f9, checked in by caparsons <caparson@…>, 16 months ago

refactored name of channel test to remove channel from the name

  • Property mode set to 100644
File size: 219 bytes
Line 
1#define BIG 1
2#include "parallel_harness.cfa"
3
4size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128;
5
6int main() {
7    test(Processors, Channels, Producers, Consumers, ChannelSize);
8}
Note: See TracBrowser for help on using the repository browser.