diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-07 23:40:12 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-07 23:40:12 -0400 |
commit | 5d97a6baf6166b74355c6e744e010949a46fd625 (patch) | |
tree | 9a0ac19bd5cb0b5a366fc2e7a9c814a7ab520a18 /parse/ft.py | |
parent | c8cb14963511d5d1a3eb46624bcc0d2bcdf3b9bc (diff) |
Split scheduling data by task criticality.
Diffstat (limited to 'parse/ft.py')
-rw-r--r-- | parse/ft.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse/ft.py b/parse/ft.py index 20a430e..127e49f 100644 --- a/parse/ft.py +++ b/parse/ft.py | |||
@@ -12,7 +12,7 @@ def get_ft_output(data_dir, out_dir): | |||
12 | 12 | ||
13 | FT_DATA_NAME = "scheduler=x-ft" | 13 | FT_DATA_NAME = "scheduler=x-ft" |
14 | output_file = "{}/out-ft".format(out_dir) | 14 | output_file = "{}/out-ft".format(out_dir) |
15 | 15 | ||
16 | if os.path.isfile(output_file): | 16 | if os.path.isfile(output_file): |
17 | print("ft-output already exists for %s" % data_dir) | 17 | print("ft-output already exists for %s" % data_dir) |
18 | return output_file | 18 | return output_file |