UA-RCL / CEDR

https://ua-rcl.github.io/projects/cedr/
MIT License
7 stars 1 forks source link

TraceAtlas to CEDR pipeline #1

Open sei-alhorgan opened 3 years ago

sei-alhorgan commented 3 years ago

Hello, I'm trying to figure out the maturity of the process for running applications generated from TraceAtlas into CEDR. Should the DAG JSON generated from TraceAtlas match the input JSON structure for CEDR? Or is manual effort required to create the JSON file for CEDR?

mackncheesiest commented 3 years ago

Hi! There are a few steps between the output from TraceAtlas and a binary + JSON that is compatible with CEDR. We do have some internal documentation for it, but it hasn't made its way to a public release yet.

The main steps, though, are at least programmatically captured in this script on my TraceAtlas fork: https://github.com/mackncheesiest/TraceAtlas/blob/ddcb38c1679dc34966146fade731881264d300c9/traceExtractCompile.sh#L271-L293 and I've went ahead and highlighted the steps that run "after" the TraceAtlas analysis

Is there any particular application or workflow you're looking into mapping?