diff options
| author | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 14:06:31 +0200 |
|---|---|---|
| committer | Florian Schmaus <flow@cs.fau.de> | 2019-08-12 14:15:11 +0200 |
| commit | 80ac29d59eb44012d8c43abaff2512b94c6868d1 (patch) | |
| tree | b1fe9ba3cacb3080225a2dbe2350dd10c9cdc784 | |
| parent | 52532a2db1e582ee76e021e4a4ce3c58f9520815 (diff) | |
| download | allocbench-80ac29d59eb44012d8c43abaff2512b94c6868d1.tar.gz allocbench-80ac29d59eb44012d8c43abaff2512b94c6868d1.zip | |
Add GitAllocatorSources draft
| -rw-r--r-- | src/allocators/mesh.py | 4 |
1 files changed, 4 insertions, 0 deletions
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""" |
