accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
273 stars 105 forks source link

Unable to Setup Environment for gpu_app_collection for Tracer tool #285

Closed shkailas1 closed 4 months ago

shkailas1 commented 5 months ago

I am unable to properly trace the Rodinia Functional Tests. I am running the code in a container provided for the demo in the Readme: accelsim/ubuntu-18.04_cuda-11:latest image

This container has cuda-11, which has been added to $PATH In this container I am following the instructions for tracing the rodinia_2.0-ft tests. After cloning the gpu-app-collection repo, and running the source command (source ./gpu-app-collection/src/setup_environment ), I receive many errors, may of them of the following format but with different .cu.o files:

g++: error: obj/x86_64/release/bandwidthTest.cu.o: No such file or directory

This is the end of the output: image

For context, I have provided the outputs of the previous commands from the repo. This is the output from install_nvbit.sh: image

These are output images from making the tool (make -C ./util/tracer_nvbit/): image image

This is the full error log from running the source command: error.log

Thank you for your help!

JRPan commented 5 months ago

It should be fine and can be ignored. Try to build the applications.