Skip to content

Avoid file sharing between platforms

Darryl Green requested to merge github/fork/Elieva/calibration into master

Created by: Elieva

When run in parallel on several platforms, some files with the workload description were shared between the different platforms which was resulting in calibration failures. This patch modifies the creation of the workload file to give them an unique name to avoid the sharing and changed the control sequence in the calibration to avoid using the 'bl' module of the target.

Merge request reports