Skip to content

Simple profiling scripts

Huw Leggate requested to merge simple_profiling into master

Addition of scripts to launch eiron jobs, parse output to produce a csv file containing performance scaling information and plot profiling data.

The job launching and plotting scripts are OK however the output of timing information is done to standard out and is then parsed by a python script. Ideally the timing information should be output in a more standard form but this approach will suffice for now.

Merge request reports