Skip to content

Latest commit

 

History

History
143 lines (136 loc) · 11 KB

File metadata and controls

143 lines (136 loc) · 11 KB

TaskVine Example Logs Repository

This repo contains examples of detailed log files from some example workflows built using the TaskVine workflow system. All the graphs here were generated by the bundled tools vine_graph_log and vine_plot_txn_log described in the TaskVine Manual

  • LLNI - Large Scale Neural Network Inference developed by Thanh Son Phung, University of Notre Dame.
  • ExaMol - Molecular dynamics + machine learning workflow developed by Logan Ward, University of Chicago.
  • Montage-Base - A benchmark workflow from USC, converted to TaskVine by Colin Thomas, University of Notre Dame.
  • Montage-Groups - The same workflow, run again with "task grouping" enabled in TaskVine.
  • DV5 - A high energy physics data analysis workflow developed by Connor Moore, University of Notre Dame.
  • TopEFT - A high energy physics data analysis workflow developed by Kelci Mohrman, University of Florida.
  • RSTriPhoton - A high energy physics data analysis workflow developed by Austin Thomas, University of Notre Dame.

How to Rebuild

To add a new workflow and replot, install the required tools:

conda env create -f environment.yml
conda activate taskvine-example-logs

Then run:

./make_plots.sh
./make_index.sh

Example Logs and Graphs

lnni

examol

montage-base

montage-groups

rstriphoton

dv5