Concurrency Test Build and run: mkdir build cd build cmake .. make setarch `uname -m` -R ./src/assignment1_test Vector Test Compile and run: g++ -std=c++11 test.cpp -o test && ./test