Giter Site home page Giter Site logo

Build broken for benchmarks? about coz HOT 6 OPEN

chadbrewbaker avatar chadbrewbaker commented on June 10, 2024
Build broken for benchmarks?

from coz.

Comments (6)

frithrah avatar frithrah commented on June 10, 2024 2

I can help. The reason for the build errors is due to running cmake inside the benchmark directory - that's why it can't find the coz-instrumentation target.

The answer is to configure from the root directory using the main CMakeLists like this:

cmake -B build -DBUILD_BENCHMARKS=on -DCMAKE_BUILD_TYPE=Debug
cd build
make

That will make the lib and all the benchmark targets.

from coz.

YoonaKim95 avatar YoonaKim95 commented on June 10, 2024

I am getting exactly the same error message saying
"cannot find -lcoz-instrumentation"

Anyone can help?

from coz.

ionuttamas avatar ionuttamas commented on June 10, 2024

Having similar issues.
Can someone pretty please update the readme? @emeryberger

from coz.

ionuttamas avatar ionuttamas commented on June 10, 2024

@chadbrewbaker checking out the repo at this state works fine: https://github.com/plasma-umass/coz/tree/c9af2bcc172ee4af66082c1ea9ae75a19d2cd0f6

from coz.

emeryberger avatar emeryberger commented on June 10, 2024

That's useful information! I will look into this.

from coz.

ionuttamas avatar ionuttamas commented on June 10, 2024

@chadbrewbaker I managed to fully build & successfully an older version of coz:
Steps:
1. I'm using Linux Ubuntu Server 20.04 (Focal Fossa): https://cloud-images.ubuntu.com/focal/ (created a VM from scratch)
2. Followed the instructions from https://github.com/plasma-umass/coz/tree/381cbe57f2b47e8a8ca8a010978a09343246a4ec => but after checking out the repo and doing cd coz, I did a 'git checkout 381cbe5' to be in this exact state
3. Did make to compile coz
4. Added libcoz to PATH

After these instructions, I was able to make bench and run coz commands on a particular program and get a valid profile.coz :).

@emeryberger newer versions of the repo don't seem to work out of the box (i.e. having a simple program e.g. toy to be "profile-able") - maybe is a problem with newer versions of Ubuntu.
#107 this conversation also helped.

from coz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.