From 80ac29d59eb44012d8c43abaff2512b94c6868d1 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 12 Aug 2019 14:06:31 +0200 Subject: Add GitAllocatorSources draft --- src/allocators/mesh.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/allocators/mesh.py b/src/allocators/mesh.py index 4ae9a21..eb0e5b8 100644 --- a/src/allocators/mesh.py +++ b/src/allocators/mesh.py @@ -4,6 +4,10 @@ sources = src.allocator.Allocator_Sources("Mesh", retrieve_cmds=["git clone https://github.com/plasma-umass/Mesh"], reset_cmds=["git stash"]) +# sources = src.allocator.GitAllocatorSources("Mesh", +# "https://github.com/plasma-umass/Mesh", +# "adsf0982345") + class Mesh (src.allocator.Allocator): """Mesh definition for allocbench""" -- cgit v1.2.3