Ignore:
Timestamp:
Sep 17, 2023, 11:19:08 AM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
7edf912
Parents:
697c957
Message:

clean up command-line handling and I/O

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrency/channels/big_elems.cfa

    r697c957 r50be8af  
    22#include "parallel_harness.hfa"
    33
    4 size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128;
     4ssize_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 128;
    55
    66int main() {
Note: See TracChangeset for help on using the changeset viewer.