Ignore:
Timestamp:
Jan 13, 2023, 4:30:28 PM (21 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master
Children:
34a1d2e, 997185e
Parents:
8bb86ce (diff), 42b739d7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/channels/zero_size.cfa

    r8bb86ce rd61d034  
    11#include "parallel_harness.hfa"
    22
    3 size_t Processors = 10, Channels = 10, Producers = 40, Consumers = 40, ChannelSize = 0;
     3size_t Processors = 10, Channels = 1, Producers = 10, Consumers = 10, ChannelSize = 0;
    44
    55int main() {
Note: See TracChangeset for help on using the changeset viewer.