1,2c1,2
< process = LiveProcess(executable = binpath('m5threads', 'test_atomic'),
< cmd = ['test_atomic', str(nb_cores)])
---
> process = Process(executable = binpath('m5threads', 'test_atomic'),
> cmd = ['test_atomic', str(nb_cores)])