source: tests/concurrency/channels/big_elems.cfa @ 3ee4a53

Last change on this file since 3ee4a53 was 50be8af, checked in by Peter A. Buhr <pabuhr@…>, 10 months ago

clean up command-line handling and I/O

  • Property mode set to 100644
File size: 221 bytes
RevLine 
[73e3a8f9]1#define BIG 1
[dbd47d6]2#include "parallel_harness.hfa"
[73e3a8f9]3
[50be8af]4ssize_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128;
[73e3a8f9]5
6int main() {
7    test(Processors, Channels, Producers, Consumers, ChannelSize);
[50be8af]8}
Note: See TracBrowser for help on using the repository browser.