aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/malt.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/malt.py')
-rw-r--r--src/allocators/malt.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/allocators/malt.py b/src/allocators/malt.py
new file mode 100644
index 0000000..2a5b647
--- /dev/null
+++ b/src/allocators/malt.py
@@ -0,0 +1,6 @@
+from src.allocator import Allocator
+
+# result_dir and perm are substituted during Benchmark.run
+cmd = "malt -o output:name={{result_dir}}/malt.{{perm}}.%3"
+
+malt = Allocator("malt", cmd_prefix=cmd)