diff options
| -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""" |
