Skip to content

Commit 6fd71ad

Browse files
committed
fix: GiB and MiB allowed for memory launcher spec
1 parent 4b19287 commit 6fd71ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/experimaestro/launcherfinder/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SuppressStrMatch(StrMatch):
2323

2424

2525
def mem_spec():
26-
return "mem", "=", RegExMatch(r"\d+(G|M)?")
26+
return "mem", "=", RegExMatch(r"\d+(GiB|MiB|G|M)?")
2727

2828

2929
def cores_spec():

0 commit comments

Comments
 (0)