sstsimulator / sst-elements

SST Architectural Simulation Components and Libraries
http://www.sst-simulator.org
Other
93 stars 121 forks source link

balar build problem, no libcudart_mod.so #2368

Closed cainingw closed 1 month ago

cainingw commented 5 months ago

SST:13.0.0 CUDA toolkit:10.1 gcc:7.5.0

I followed build instruction at https://github.com/sstsimulator/sst-elements/blob/master/src/sst/elements/balar/README.md

After these steps:

Setup GPGPU-Sim in SST-integration mode

source setup_environment sst

Build GPGPU-Sim

make -j

I foud there are only files named libcudart.so in \gpgpu-sim_distribution\lib\gcc-7.5.0\cuda-10010\release

But balar needs libcudart_mod.so to build.

jwilso commented 2 months ago

@hughes-c Is this a CUDA issue?

William-An commented 1 month ago

You probably will need to checkout to sst-integration branch for the GPGPU-Sim repo. We are working on a PR accel-sim/gpgpu-sim_distribution#44 into our GPGPU-Sim, which should get rid of this extra step.