Ignore:
Timestamp:
Feb 10, 2020, 11:17:31 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3b56166
Parents:
487198c
Message:

Adding current version of the C++ relaxed_list code and benchmark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/code/Makefile

    r487198c r807a632  
    11
    22
    3 CXXFLAGS = -O3 -g -Wall -Wextra -std=c++17 -DNO_STATS
     3CXXFLAGS = -O3 -g -Wall -Wextra -std=c++17
    44LDFLAGS = -pthread -latomic
    55
    66push:
    7         clang++ relaxed_list.cpp -g -Wall -Wextra -std=c++17 -fsyntax-only &&  rsync -av relaxed_list.cpp relaxed_list.hpp utils.hpp assert.hpp scale.sh plg7a:~/workspace/sched/.
     7        clang++ relaxed_list.cpp -g -Wall -Wextra -std=c++17 -fsyntax-only &&  rsync -av relaxed_list.cpp relaxed_list.hpp utils.hpp assert.hpp scale.sh plg7b:~/workspace/sched/.
    88
    99relaxed_list: $(firstword $(MAKEFILE_LIST)) | build
    10         clang++ relaxed_list.cpp $(CXXFLAGS) $(LDFLAGS) -MMD -MF build/$(@).d -o $(@)
     10        clang++ relaxed_list.cpp $(CXXFLAGS) $(LDFLAGS) -lpng -MMD -MF build/$(@).d -o $(@)
    1111
    1212-include build/relaxed_list.d
Note: See TracChangeset for help on using the changeset viewer.