diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-02 13:21:51 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-02 13:21:51 +0200 |
| commit | 7d89338bd2896f191e5ae4267adc170a206c4364 (patch) | |
| tree | f8eac0c80f5be6f663e35fdd3c1cf10352e72769 /allocators/BA_allocators.py | |
| parent | 8ea9329efdb1fcd9f71d4536387d07b0c5c12219 (diff) | |
| download | allocbench-7d89338bd2896f191e5ae4267adc170a206c4364.tar.gz allocbench-7d89338bd2896f191e5ae4267adc170a206c4364.zip | |
fix jemalloc and remove colors from all.py
Diffstat (limited to 'allocators/BA_allocators.py')
| -rw-r--r-- | allocators/BA_allocators.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/allocators/BA_allocators.py b/allocators/BA_allocators.py index 6ae438f..b483ca4 100644 --- a/allocators/BA_allocators.py +++ b/allocators/BA_allocators.py @@ -40,8 +40,9 @@ jemalloc = Alloc("jemalloc", sources=Alloc_Src("jemalloc", retrieve_cmds=["git clone https://github.com/jemalloc/jemalloc.git"], prepare_cmds=["git checkout 5.1.0", "./autogen.sh"]), - LD_PRELOAD="{dir}/lib/libjemalloc.so", + LD_PRELOAD="{srcdir}/lib/libjemalloc.so", build_cmds=["cd {srcdir}; ./configure --prefix={dir} CFLAGS=" + optimisation_flag, + "cd {srcdir}; make -j4", "mkdir {dir}"], color="C4") |
