diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/example/se.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/se.py b/configs/example/se.py index 0fc7d7459..7a19e5aef 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -91,7 +91,7 @@ def get_processes(options): idx = 0 for wrkld in workloads: - process = Process() + process = Process(pid = 100 + idx) process.executable = wrkld process.cwd = os.getcwd() |