nbody: remove jemalloc experiments

Nanos6 has jemalloc enabled by default
This commit is contained in:
2021-03-04 19:02:08 +01:00
parent 88087bb4b7
commit 0781e8b28e
3 changed files with 4 additions and 25 deletions

View File

@@ -14,9 +14,6 @@
small = baseline.override {
particles = 12 * 4096;
};
# TODO: Update freeCpu using a non-standard pipeline
#freeCpu = baseline.override { freeCpu = true; };
jemalloc = baseline.override { enableJemalloc = true; };
# Some experiments with traces
trace = {
@@ -27,10 +24,6 @@
steps = 1;
};
# Same but with jemalloc enabled
jemalloc = trace.baseline.override {
enableJemalloc = true;
};
};
scaling = callPackage ./nbody/scaling.nix {