Ignore:
Timestamp:
Aug 6, 2021, 1:03:47 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
478c610
Parents:
d2cdd4f
Message:

small fixes to some rdq benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/yield.cpp

    rd2cdd4f rebf3989  
    2929#include "libfibre/fibre.h"
    3030
    31 FibreBarrier * barrier;
     31FredBarrier * barrier;
    3232struct __attribute__((aligned(128))) counter_t {
    3333        int value = 0;
     
    6666
    6767                const char * arg = optarg ? optarg : "";
    68                 size_t len = 0;
    6968                char * end;
    7069                switch(opt) {
     
    111110
    112111                FibreInit();
    113                 barrier = new FibreBarrier(nthreads + 1);
     112                barrier = new FredBarrier(nthreads + 1);
    114113                {
    115114                        Context::CurrCluster().addWorkers(nprocs);
Note: See TracChangeset for help on using the changeset viewer.