MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / compile_cachesim

Function compile_cachesim

scripts/utils/setup_utils.py:33–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33def compile_cachesim():
34 p = subprocess.run(
35 "cd {}/../scripts/ && bash install_libcachesim.sh".format(BASEPATH),
36 shell=True,
37 stdout=subprocess.DEVNULL,
38 stderr=subprocess.PIPE,
39 )
40
41 if p.stderr.decode() != "":
42 print(p.stderr.decode())
43
44
45def setup():

Callers 1

setupFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected