1a1a11a / libCacheSim

a high performance library for building cache simulators
GNU General Public License v3.0
155 stars 33 forks source link

[ERROR] 11-26-2023 21:28:11 cache_init.h:160 (tid=140522033927552): do not support algorithm glcache #41

Closed szisbest closed 9 months ago

szisbest commented 9 months ago

hi~当我运行以下命令行 root@Samuel:/home/sz/libCacheSim/_build# ./bin/cachesim ../data/trace.vscsi vscsi glcache auto 我会显示报错: [ERROR] 11-26-2023 21:28:11 cache_init.h:160 (tid=140522033927552): do not support algorithm glcache 请问应该如何解决?

1a1a11a commented 9 months ago

To use GL-Cacche, you need to enable during compilation https://github.com/1a1a11a/libCacheSim/blob/892ff04c1a1d9dbaea868e069e2d53d3fa2a8536/CMakeLists.txt#L20

cmake -DENABLE_GL_CACHE=1 ..