Ignore:
Timestamp:
Aug 30, 2022, 6:30:32 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, stuck-waitfor-destruct
Children:
4858a88
Parents:
a8dd247 (diff), 01ba701 (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
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    ra8dd247 ra0dbf20  
    198198churn_low_nasus_ns_FLAGS = --MaxY=5000
    199199
     200locality_share_jax_ops_FLAGS = --MaxY=40000000
     201locality_noshare_jax_ops_FLAGS = --MaxY=40000000
     202locality_share_jax_ns_FLAGS = --MaxY=10000
     203locality_noshare_jax_ns_FLAGS = --MaxY=10000
     204
     205locality_share_nasus_ops_FLAGS = --MaxY=60000000
     206locality_noshare_nasus_ops_FLAGS = --MaxY=60000000
     207locality_share_nasus_ns_FLAGS = --MaxY=10000
     208locality_noshare_nasus_ns_FLAGS = --MaxY=10000
     209
    200210build/result.%.ns.svg : data/% Makefile ../../../../benchmark/plot.py | ${Build}
    201211        ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops/procs" $($(subst .,_,$*)_ns_FLAGS)
Note: See TracChangeset for help on using the changeset viewer.