google / fleetbench

Benchmarking suite for Google workloads
Apache License 2.0
111 stars 9 forks source link

Question about glibc version #20

Open lifengxiang1025 opened 9 months ago

lifengxiang1025 commented 9 months ago

It seems after e32b70c63b365b78b68bb1562e63bf9cbf861a7a the glibc version needed is higher. Do you have plan to support older glibc version? I use old glibc version and after e32b70c63b365b78b68bb1562e63bf9cbf861a7a the fleetbench couldn't work.

rjogrady commented 9 months ago

Unfortunately we do need to keep up to date with absl and tcmalloc versioning requirements, since our benchmarks rely on recent implementations of those libraries.

However, I'm not sure exactly of the error you are seeing. Can you provide a bit more information about your build environment and which version of glibc you are using?