Closed cainingw closed 1 month ago
@hughes-c Is this a CUDA issue?
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.
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.